From 1ff5827ffde7af1d8aed23890a571455300ade6d Mon Sep 17 00:00:00 2001 From: MichaƂ Grzesik Date: Wed, 10 Mar 2021 17:26:04 +0100 Subject: Add cofig-assign and config-deploy to cds workflow Add cofig-assign and config-deploy to cds workflow, cloud region and vf params list updated, exporting onap settings for onapsdk Issue-ID: INT-1868 Signed-off-by: Michal Grzesik Change-Id: I68acbc2ecedfafb4d2291707f5fef82e8feab831 --- .../templates/cba/Templates/cnf-mapping.json | 22 ++++++++++++++++++++++ .../templates/cba/Templates/cnf-template.vtl | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 heat/vFW_CNF_CDS/templates/cba/Templates/cnf-mapping.json create mode 100644 heat/vFW_CNF_CDS/templates/cba/Templates/cnf-template.vtl (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates') 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}" +} -- cgit 1.2.3-korg