diff options
author | Konrad Bańka <k.banka@samsung.com> | 2020-03-04 15:26:47 +0100 |
---|---|---|
committer | Konrad Bańka <k.banka@samsung.com> | 2020-03-05 07:33:32 +0100 |
commit | 3c887a297e506f393df2a56e748fc398bcbc4b1a (patch) | |
tree | 6afa4b2fbf929a4ae2391a5146fd215e52826cf7 /heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json | |
parent | 7d44d14b86dd4858afadb55c9ca38a4251e13dac (diff) |
Improve CBA to derive variables from others on same level
Previously some variables required to be resolved for each vf-module
individually, by retrieving from MDSAL vnf entry, even though they
didn't differ between each other. Now CBA RA result has been modified to
provide such variables on the same level, by deriving their value from
other variables resolved on the same level (vnf/vf-module) by using sdnc
"unresolved-composite-data" capability.
Issue-ID: INT-1457
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I9d9134654d680cf1ea735577fb6d54a0fc0fd0b8
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 | 22 |
1 files changed, 0 insertions, 22 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 320c1ac4..508c7339 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-mapping.json @@ -441,28 +441,6 @@ "dependencies": [], "version": 0 }, - - { - "name": "vfw_name_0", - "property": { - "description": "", - "required": false, - "type": "string", - "status": "", - "constraints": [ - {} - ], - "entry_schema": { - "type": "" - }, - "default": "${vfw_name_0}" - }, - "input-param": false, - "dictionary-name": "vfw_name_0", - "dictionary-source": "default", - "dependencies": [], - "version": 0 - }, { "name": "vfw_onap_private_ip_0", "property": { |