diff options
author | Marco Platania <platania@research.att.com> | 2017-09-27 09:16:07 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-09-27 09:16:07 -0400 |
commit | 325305ed3683dfc8a4a22a4d755cb80c35c3c4d1 (patch) | |
tree | bda1a801d98284d3b89ac815e82e61376f3c9cb4 /boot/openo_install.sh | |
parent | 91aa70cdcd5bbb832c8562d559ef9c6a074e155b (diff) |
Integrate CLI with ONAP
Change-Id: Idb7a92546a5cb41217e91517f2c27a18855f7df6
Issue-ID: INT-213
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/openo_install.sh')
-rw-r--r-- | boot/openo_install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" ]] |