X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fcba%2FDefinitions%2Fdata_types.json;h=5f3a2c092049628e40428425c201346253aae40e;hp=2a534d4fa31131a9004aadf462ad16631c892894;hb=refs%2Fchanges%2F32%2F113732%2F3;hpb=0806ad4aec588a090f4588bf64f68d1804d51113 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,