aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2020-10-09 20:59:32 +0200
committerLukasz Rajewski <lukasz.rajewski@orange.com>2020-10-09 22:44:45 +0200
commit3a3e9fcdd1141928473b5f793e224204eafe8f1b (patch)
tree9864e441b8d85cbb614c2e5c73f7cb7e8c555b95 /heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
parent0806ad4aec588a090f4588bf64f68d1804d51113 (diff)
vFW CDS CNF CBA with native k8s profile upload
vFW CDS CNF CBA with native k8s profile upload Change-Id: Ic3357982af534ea261d4d617e050dc33bc339645 Issue-ID: INT-1658 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json')
-rw-r--r--heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
index 2a534d4f..5f3a2c09 100644
--- a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
+++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
@@ -72,18 +72,23 @@
"version": "1.0.0",
"properties": {
"vpg-management-port": {
- "description": "SSH external port of ssh. When 0 ssh service will not be exposed",
+ "description": "SSH external port of optional ssh service for vPKG.",
"type": "string",
"default": "0"
},
"k8s-rb-profile-namespace": {
"description": "K8s namespace to create helm chart for specified profile",
- "type": "string"
+ "type": "string",
+ "default": "default"
},
"k8s-rb-profile-name": {
"description": "Profile name used in multicloud/k8s plugin to identify Helm chart(s) where this mapping is providing override values.",
"type": "string"
},
+ "k8s-rb-profile-source": {
+ "description": "The source folder or file relative to 'Templates/k8s-profiles' folder",
+ "type": "string"
+ },
"private1-prefix-id": {
"description": "",
"required": false,