diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vsn-mapping.json')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/vsn-mapping.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vsn-mapping.json b/heat/vFW_CNF_CDS/templates/cba/Templates/vsn-mapping.json index a4b74507..533ad9a6 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vsn-mapping.json +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vsn-mapping.json @@ -764,6 +764,21 @@ ] }, { + "name": "k8s-rb-profile-namespace", + "property": { + "description": "K8s namespace to create helm chart for specified profile", + "type": "string", + "default": "default" + }, + "input-param": false, + "dictionary-name": "k8s-rb-profile-namespace", + "dictionary-source": "default", + "dependencies": [ + "service-instance-id", + "vnf-id" + ] + }, + { "name": "int_private2_gw_ip", "property": { "description": "Private protected network gateway ip", |