diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl index 8b8d19af..a321aa44 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-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}" }, @@ -140,7 +148,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}" @@ -148,7 +156,7 @@ { "param-name": "int_private2_net_id", "param-value": "${int_private2_net_id}" - } + } ], "capability-data": [ { |