From 3c887a297e506f393df2a56e748fc398bcbc4b1a Mon Sep 17 00:00:00 2001 From: Konrad Bańka Date: Wed, 4 Mar 2020 15:26:47 +0100 Subject: Improve CBA to derive variables from others on same level MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: I9d9134654d680cf1ea735577fb6d54a0fc0fd0b8 --- heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json') diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json index 673c0864..5f7fa0e2 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json +++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json @@ -5,7 +5,7 @@ "author-email" : "abdelmuhaimen.seaudi@orange.com", "user-groups" : "ADMIN, OPERATION", "template_name" : "vFW_CNF_CDS", - "template_version" : "1.0.13", + "template_version" : "1.0.25", "template_tags" : "Samuli Silvius, vFW_CNF_CDS", "template_type" : "DEFAULT" }, -- cgit 1.2.3-korg