X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fcba%2FTemplates%2Fvfw-template.vtl;h=d81d961d6749f96521ee183e63a2df1e20c74e03;hb=bc6e714e001a8c61b06709c61b187d4e3dd22aac;hp=5899674810c9011d22affcb7f6387c36ae710f15;hpb=2cd2bb28b21e74140315412b3de303daac206e98;p=demo.git 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 58996748..d81d961d 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vfw-template.vtl @@ -4,10 +4,7 @@ "param-name": "service-instance-id", "param-value": "${service-instance-id}" }, - { - "param-name": "vnf_id", - "param-value": "${vnf-id}" - }, + { "param-name": "vnf_name", "param-value": "${vnf_name}" @@ -135,8 +132,19 @@ { "param-name": "nexus_artifact_repo", "param-value": "${nexus_artifact_repo}" - } - + }, + { + "param-name": "k8s-rb-profile-name", + "param-value": "${k8s-rb-profile-name}" + }, + { + "param-name": "int_private1_net_id", + "param-value": "${int_private1_net_id}" + }, + { + "param-name": "int_private2_net_id", + "param-value": "${int_private2_net_id}" + } ], "capability-data": [ { @@ -275,4 +283,4 @@ ] } ] -} \ No newline at end of file +}