X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fcba%2FTemplates%2Fvsn-template.vtl;h=0d368e295cd54a716efaefe706b108968f16574d;hb=666c1371b11799b88658b5e2ac3f77f1b01d2231;hp=c70e689b5e760c95a95c3159701571fe630b64d7;hpb=2cd2bb28b21e74140315412b3de303daac206e98;p=demo.git diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vsn-template.vtl b/heat/vFW_CNF_CDS/templates/cba/Templates/vsn-template.vtl index c70e689b..0d368e29 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vsn-template.vtl +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vsn-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}" @@ -65,10 +62,10 @@ { "param-name": "public_net_id", "param-value": "${public_net_id}" - }, + }, + - { "param-name": "int_private2_net_cidr", "param-value": "${int_private2_net_cidr}" @@ -96,15 +93,15 @@ { "param-name": "demo_artifacts_version", "param-value": "${demo_artifacts_version}" - }, + }, { "param-name": "install_script_version", "param-value": "${install_script_version}" - }, + }, { "param-name": "key_name", "param-value": "${vnf_name}_key_name" - }, + }, { "param-name": "cloud_env", "param-value": "openstack" @@ -116,10 +113,23 @@ { "param-name": "nexus_artifact_repo", "param-value": "${nexus_artifact_repo}" + }, + { + "param-name": "k8s-rb-profile-name", + "param-value": "${k8s-rb-profile-name}" + }, + { + "param-name": "k8s-rb-profile-namespace", + "param-value": "${k8s-rb-profile-namespace}" + }, + { + "param-name": "int_private2_gw_ip", + "param-value": "${int_private2_gw_ip}" + }, + { + "param-name": "int_private2_net_id", + "param-value": "${int_private2_net_id}" } - - - ], "capability-data": [ { @@ -258,4 +268,4 @@ ] } ] -} \ No newline at end of file +}