From 734b3d2134b4e1dd3cd946b8badd2baf83f97110 Mon Sep 17 00:00:00 2001 From: Michal Chabiera Date: Mon, 18 Oct 2021 16:42:46 +0200 Subject: [vFW CNF CDS] vf_module and vnf name generation improvment in CBA During service deletion generation of vf_module and vnf name causes SDNC error. Issue-ID: INT-1960 Signed-off-by: Michal Chabiera Change-Id: I88f92e32982dca2054dde7055f40785159d8ec39 --- .../templates/cba/Templates/vpkg-mapping.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json') diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json b/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json index fa06d641..461f82e3 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json @@ -23,6 +23,31 @@ "vf-module-model-customization-uuid" ] }, + { + "name": "vf-module-name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + {} + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "vf-module-name", + "dictionary-source": "rest", + "dependencies": [ + "vnf_name", + "vf-module-label", + "vf-naming-policy", + "vf-module-id" + ], + "version": 0 + }, { "name": "management-prefix-id", "property": { -- cgit 1.2.3-korg