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 | 28 |
1 files changed, 27 insertions, 1 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 55f9451c..4702f15c 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl @@ -98,7 +98,7 @@ "output-key-mapping": [ { "resource-name": "vfw_name_0", - "resource-value": "${vf_module_name}" + "resource-value": "${k8s-rb-instance-release-name}" } ] } @@ -106,6 +106,10 @@ } ], "resource-accumulator-resolved-data": [ + { + "param-name": "vnf_name", + "param-value": "${vnf_name}" + }, ##RB name { "param-name": "vf-module-model-invariant-uuid", @@ -116,9 +120,31 @@ "param-name": "vf-module-model-version", "param-value": "${vf-module-model-version}" }, +##Release name + { + "param-name": "k8s-rb-instance-release-name", + "param-value": "${k8s-rb-instance-release-name}" + }, +##Profile name { "param-name": "k8s-rb-profile-name", "param-value": "${k8s-rb-profile-name}" + }, + { + "param-name": "k8s-rb-config-template-name", + "param-value": "${k8s-rb-config-template-name}" + }, + { + "param-name": "k8s-rb-config-template-source", + "param-value": "${k8s-rb-config-template-source}" + }, + { + "param-name": "k8s-rb-config-name", + "param-value": "${k8s-rb-config-name}" + }, + { + "param-name": "k8s-rb-config-value-source", + "param-value": "${k8s-rb-config-value-source}" } ] } |