diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json index c78d34c9..9775a800 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json @@ -878,6 +878,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_private1_net_id", "property": { "description": "Private unprotected network identification", |