-
Notifications
You must be signed in to change notification settings - Fork 63
/
zowe-api.json
80 lines (79 loc) · 3.08 KB
/
zowe-api.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "API Mediation Layer",
"defaultDirName": "api-mediation-layer",
"defaultHlqSegment": "ZADSMP",
"zfsMegabytes": 500,
"javaVersion": 17,
"deployment": {
"files": {
"discovery-service/build/libs/discovery-service-lite.jar": {
"target": "components/api-mediation/discovery-service-lite.jar",
"binary": true
},
"gateway-service/build/libs/gateway-service-lite.jar": {
"target": "components/api-mediation/gateway-service-lite.jar",
"binary": true
},
"api-catalog-services/build/libs/api-catalog-services-lite.jar": {
"target": "components/api-mediation/api-catalog-services-lite.jar",
"binary": true
},
"build/libs/api-layer-lite-lib-all.jar": {
"target": "components/api-mediation/lib/api-layer-lite-lib-all.jar",
"binary": true
},
"discoverable-client/build/libs/discoverable-client.jar": {
"target": "components/api-mediation/discoverable-client.jar",
"binary": true
},
"caching-service/build/libs/caching-service.jar": {
"target": "components/api-mediation/caching-service.jar",
"binary": true
},
"../api-layer-deploy/libzowe-attls.so": {
"target": "lib/libzowe-attls.so",
"postSoUpdateCommands": [
"extattr +p lib/*.so && chmod a+x lib/*.so && ls -E lib/"
],
"binary": true
}
}
},
"shellStartCommand": "echo 'Not supported until variable replacement is implemented by Zowe SDK team'",
"jobTemplatePath": "config/zowe-api-dev/template-bpxbatch.jcl",
"jobPath": "build/api.jcl",
"stcTemplatePath": "config/zowe-api-dev/template-stc.jcl",
"stcPath": "build/stc.jcl",
"defaultStcProclib": "USER.PROCLIB",
"defaultStcName": "",
"configurations": {
"zos": {
"files": {
"config/zowe-api-dev/run-wrapper.sh": {
"target": "run-wrapper.sh",
"binary": false
},
"config/zowe-api-dev/alternative_start.sh": {
"target": "start.sh",
"binary": false
},
"../api-layer-deploy/apiml.keystore.p12": {
"target": "keystore/keystore.p12",
"binary": true
},
"../api-layer-deploy/apiml.truststore.p12": {
"target": "keystore/truststore.p12",
"binary": true
},
"../api-layer-deploy/zosmf.yml": {
"target": "apidef/zosmf.yml",
"binary": true
},
"apiml-common/src/test/resources/zowe.version/zowe-manifest.json": {
"target": "zowe-manifest.json",
"binary": true
}
}
}
}
}