You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A set of features that can be enabled for the application module (This is not applicable for module type com.sap.application.content). The features are not mandatory and can be used to enable additional functionality for the application."
40
+
},
41
+
"skip-deploy": {
42
+
"description": "Skip the deployment of the application.",
43
+
"type": "boolean"
44
+
}
45
+
},
46
+
"additionalProperties": true
47
+
},
48
+
"module-parameters-app-features": {
49
+
"type": "object",
50
+
"properties": {
51
+
"ssh": {
52
+
"description": "Enable SSH access to the application.",
53
+
"type": "boolean"
54
+
},
55
+
"file-based-vcap-services": {
56
+
"description": "Enable file-based VCAP service bindings for the app.",
57
+
"type": "boolean"
58
+
}
59
+
}
60
+
},
34
61
"parameters-metadata": {
35
62
"type": "object",
36
63
"properties": {
@@ -224,7 +251,7 @@
224
251
"description": "Additional information about the module's properties."
225
252
},
226
253
"parameters": {
227
-
"$ref": "#/definitions/parameters",
254
+
"$ref": "#/definitions/module-parameters",
228
255
"description": "Configuration parameters that are used when deploying the module to the target runtime environment."
"description": "A set of features that can be enabled for the application module (This is not applicable for module type com.sap.application.content). The features are not mandatory and can be used to enable additional functionality for the application."
47
+
},
44
48
"app-name": {
45
49
"description": "The name of the application in the Cloud Foundry environment to be deployed for this module, based on the module name.",
46
50
"type": "string"
@@ -185,6 +189,10 @@
185
189
"description": "The name of the user required for authentication by the XS controller at the service broker when performing service-related requests. The parameter is mandatory if create-service-broker: true.",
186
190
"type": "string"
187
191
},
192
+
"skip-deploy": {
193
+
"description": "Skip the deployment of the application.",
194
+
"type": "boolean"
195
+
},
188
196
"stack": {
189
197
"description": "Use this parameter to define which prebuilt root file system (rootfs) you want to use.",
190
198
"type": "string"
@@ -215,6 +223,19 @@
215
223
}
216
224
}
217
225
},
226
+
"module-parameters-app-features": {
227
+
"type": "object",
228
+
"properties": {
229
+
"ssh": {
230
+
"description": "Enable SSH access to the application.",
231
+
"type": "boolean"
232
+
},
233
+
"file-based-vcap-services": {
234
+
"description": "Enable file-based VCAP service bindings for the app.",
"description": "A set of features that can be enabled for the application module (This is not applicable for module type com.sap.application.content). The features are not mandatory and can be used to enable additional functionality for the application."
11
+
},
12
+
"skip-deploy": {
13
+
"description": "Skip the deployment of the application.",
14
+
"type": "boolean"
15
+
}
16
+
},
17
+
"additionalProperties": true
18
+
},
19
+
"module-parameters-app-features": {
20
+
"type": "object",
21
+
"properties": {
22
+
"ssh": {
23
+
"description": "Enable SSH access to the application.",
24
+
"type": "boolean"
25
+
},
26
+
"file-based-vcap-services": {
27
+
"description": "Enable file-based VCAP service bindings for the app.",
28
+
"type": "boolean"
29
+
}
30
+
}
31
+
},
5
32
"hooks": {
6
33
"type": "array",
7
34
"items": {
@@ -91,8 +118,8 @@
91
118
"type": "object"
92
119
},
93
120
"parameters": {
94
-
"description": "Configuration parameters that are used when deploying the module to the target runtime environment.",
95
-
"type": "object"
121
+
"$ref": "#/definitions/module-parameters",
122
+
"description": "Configuration parameters that are used when deploying the module to the target runtime environment."
0 commit comments