diff options
author | Marco Platania <platania@research.att.com> | 2017-10-11 02:13:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-11 02:13:16 +0000 |
commit | 3315f3c0e6f1841c7852fe491634844b50c99cda (patch) | |
tree | 23ae8f51add05093bb301f2f8a6276f7cb200190 /boot/openo_install.sh | |
parent | 6b08e6be61122acb6046466bb053e1023b9e5f5e (diff) | |
parent | e3b5cbf286975ab1cb466081d0fb5759771a9733 (diff) |
Merge "Add docker run instruction in demo for esr."
Diffstat (limited to 'boot/openo_install.sh')
-rw-r--r-- | boot/openo_install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/openo_install.sh b/boot/openo_install.sh index 24f84fd5..5066f7b3 100644 --- a/boot/openo_install.sh +++ b/boot/openo_install.sh @@ -62,6 +62,7 @@ curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/uui_vm_init.sh -o /opt 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 +curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/esr_vm_init.sh -o /opt/esr_vm_init.sh chmod +x /opt/vnfsdk_vm_init.sh chmod +x /opt/msb_vm_init.sh chmod +x /opt/mvim_vm_init.sh @@ -70,6 +71,7 @@ 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 +chmod +x /opt/esr_vm_init.sh mv /opt/openo_serv.sh /etc/init.d update-rc.d openo_serv.sh defaults |