aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-template.vtl
diff options
context:
space:
mode:
authorSamuli Silvius <s.silvius@partner.samsung.com>2020-01-09 15:24:56 +0200
committerSamuli Silvius <s.silvius@partner.samsung.com>2020-01-09 21:38:58 +0200
commit08c029aa4bc814599cf75b5db692ae3266b830b3 (patch)
treeeb8a4b075e5ad73c19b4f46497c318c6b91acd8e /heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-template.vtl
parent666c1371b11799b88658b5e2ac3f77f1b01d2231 (diff)
Additional missing changed for CNF parameter resolution.
Accidentally missed adding "vf-module-model-invariant-uuid" and "vf-module-model-version" to vf-modules mappings for resolution in previous commit. Issue-ID: INT-1260 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Change-Id: I0a47027e73284b4b0ae0a1f0ce18e45d6b2d9142
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-template.vtl')
-rw-r--r--heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-template.vtl12
1 files changed, 10 insertions, 2 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-template.vtl b/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-template.vtl
index 1de5c827..a36240dd 100644
--- a/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-template.vtl
+++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-template.vtl
@@ -14,6 +14,14 @@
"param-value": "${vnf-model-customization-uuid}"
},
{
+ "param-name": "vf-module-model-invariant-uuid",
+ "param-value": "${vf-module-model-invariant-uuid}"
+ },
+ {
+ "param-name": "vf-module-model-version",
+ "param-value": "${vf-module-model-version}"
+ },
+ {
"param-name": "vf_module_id",
"param-value": "${vf-module-id}"
},
@@ -105,7 +113,7 @@
{
"param-name": "dcae_collector_port",
"param-value": "$(dcae_collector_port)"
- },
+ },
{
"param-name": "demo_artifacts_version",
"param-value": "${demo_artifacts_version}}"
@@ -141,7 +149,7 @@
{
"param-name": "k8s-rb-profile-namespace",
"param-value": "${k8s-rb-profile-namespace}"
- },
+ },
{
"param-name": "int_private1_net_id",
"param-value": "${int_private1_net_id}"