diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/cnf-mapping.json | 22 | ||||
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/cnf-template.vtl | 3 |
2 files changed, 25 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/cnf-mapping.json b/heat/vFW_CNF_CDS/templates/cba/Templates/cnf-mapping.json new file mode 100644 index 00000000..4e012f95 --- /dev/null +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/cnf-mapping.json @@ -0,0 +1,22 @@ +[ + { + "name": "service-instance-id", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + {} + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "service-instance-id", + "dictionary-source": "input", + "dependencies": [], + "version": 0 + } +] diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/cnf-template.vtl b/heat/vFW_CNF_CDS/templates/cba/Templates/cnf-template.vtl new file mode 100644 index 00000000..459d3c3a --- /dev/null +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/cnf-template.vtl @@ -0,0 +1,3 @@ +{ + "config deploy results for cnf service instance" : "${service-instance-id}" +} |