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 | 24 |
1 files changed, 24 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 ff3dfd8e..ac083882 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json @@ -206,5 +206,29 @@ "dictionary-name": "k8s-rb-profile-source", "dictionary-source": "default", "dependencies": [] + }, + { + "name": "k8s-rb-config-template-name", + "property": { + "description": "The source of configuration template for config-assign operation", + "type": "string", + "required": false + }, + "input-param": false, + "dictionary-name": "k8s-rb-config-template-name", + "dictionary-source": "default", + "dependencies": [] + }, + { + "name": "k8s-rb-config-template-source", + "property": { + "description": "The source of configuration template for config-assign operation", + "type": "string", + "required": false + }, + "input-param": false, + "dictionary-name": "k8s-rb-config-template-source", + "dictionary-source": "default", + "dependencies": [] } ] |