diff options
author | Michal Chabiera <michal.chabiera@orange.com> | 2021-10-18 16:42:46 +0200 |
---|---|---|
committer | Michal Chabiera <michal.chabiera@orange.com> | 2021-10-19 09:43:49 +0000 |
commit | 9aa527e48dc4ee5d4284385a8081782f87691a79 (patch) | |
tree | 8522a7ec394a03b1bb027a832b72a33d0aa3c0ff /heat/vFW_CNF_CDS/templates/cba/Templates/vnf-mapping.json | |
parent | 212938a90e3e9b0c08fae81686515cd3119769ff (diff) |
[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 <michal.chabiera@orange.com>
Change-Id: I88f92e32982dca2054dde7055f40785159d8ec39
(cherry picked from commit 734b3d2134b4e1dd3cd946b8badd2baf83f97110)
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vnf-mapping.json')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/vnf-mapping.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-mapping.json b/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-mapping.json index b764a136..db0503dc 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-mapping.json +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-mapping.json @@ -94,6 +94,30 @@ "version": 0 }, { + "name": "vnf_name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + {} + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "vnf_name", + "dictionary-source": "rest", + "dependencies": [ + "aic-cloud-region", + "vf-naming-policy", + "vnf-id" + ], + "version": 0 + }, + { "name": "vf-naming-policy", "property": { "description": "", |