X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=heat%2FvLB%2Fbase_vlb.yaml;h=87e397c794043789d3da0e10126b5bb4f3a758c9;hb=83e1a98bc9656ecaa6b99446a73513e9d3419937;hp=d57f5afa6167b1ef2b697f0e0c05a4f4d757b3e6;hpb=a0081c9434b6ef4b43ef29af01b1f1f06dcc0b25;p=demo.git diff --git a/heat/vLB/base_vlb.yaml b/heat/vLB/base_vlb.yaml index d57f5afa..87e397c7 100644 --- a/heat/vLB/base_vlb.yaml +++ b/heat/vLB/base_vlb.yaml @@ -55,11 +55,11 @@ parameters: description: Private network that connects vLoadBalancer with vPacketGen onap_private_net_id: type: string - label: ECOMP management network name or ID + label: ONAP management network name or ID description: Private network that connects ONAP component and the VNF onap_private_subnet_id: type: string - label: ECOMP management sub-network name or ID + label: ONAP management sub-network name or ID description: Private sub-network that connects ONAP component and the VNF vlb_private_net_cidr: type: string @@ -300,6 +300,7 @@ resources: echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt # Download and run install script + apt-get update apt-get -y install unzip if [[ "__install_script_version__" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi curl -k -L "__nexus_artifact_repo__/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vlb&a=vlb-scripts&e=zip&v=__install_script_version__" -o /opt/vlb-scripts-__install_script_version__.zip @@ -369,6 +370,7 @@ resources: echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt # Download and run install script + apt-get update apt-get -y install unzip if [[ "__install_script_version__" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi curl -k -L "__nexus_artifact_repo__/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vlb&a=vlb-scripts&e=zip&v=__install_script_version__" -o /opt/vlb-scripts-__install_script_version__.zip @@ -438,6 +440,7 @@ resources: echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt # Download and run install script + apt-get update apt-get -y install unzip if [[ "__install_script_version__" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi curl -k -L "__nexus_artifact_repo__/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vlb&a=vlb-scripts&e=zip&v=__install_script_version__" -o /opt/vlb-scripts-__install_script_version__.zip