From: Marco Platania Date: Wed, 27 Sep 2017 13:16:07 +0000 (-0400) Subject: Integrate CLI with ONAP X-Git-Tag: 1.0.0-Amsterdam~141 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=325305ed3683dfc8a4a22a4d755cb80c35c3c4d1;p=demo.git Integrate CLI with ONAP Change-Id: Idb7a92546a5cb41217e91517f2c27a18855f7df6 Issue-ID: INT-213 Signed-off-by: Marco Platania --- diff --git a/boot/openo_install.sh b/boot/openo_install.sh index 0f36497a..0e5a4b93 100644 --- a/boot/openo_install.sh +++ b/boot/openo_install.sh @@ -61,6 +61,7 @@ curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/vfc_vm_init.sh -o /opt curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/uui_vm_init.sh -o /opt/uui_vm_init.sh curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/openo_all_serv.sh -o /opt/openo_all_serv.sh curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/openo_serv.sh -o /opt/openo_serv.sh +curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/cli_install.sh -o /opt/cli_install.sh chmod +x /opt/vnfsdk_vm_init.sh chmod +x /opt/msb_vm_init.sh chmod +x /opt/mvim_vm_init.sh @@ -68,6 +69,7 @@ chmod +x /opt/vfc_vm_init.sh chmod +x /opt/uui_vm_init.sh chmod +x /opt/openo_all_serv.sh chmod +x /opt/openo_serv.sh +chmod +x /opt/cli_install.sh mv /opt/openo_serv.sh /etc/init.d update-rc.d openo_serv.sh defaults @@ -104,6 +106,7 @@ resolvconf -u # Clone Gerrit repository and run docker containers cd /opt git clone -b $VNFSDK_BRANCH --single-branch $VNFSDK_REPO +./cli_install.sh # Rename network interface in openstack Ubuntu 16.04 images. Then, reboot the VM to pick up changes if [[ $CLOUD_ENV != "rackspace" ]]