aboutsummaryrefslogtreecommitdiffstats
path: root/boot/sdc_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boot/sdc_install.sh')
-rw-r--r--boot/sdc_install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/sdc_install.sh b/boot/sdc_install.sh
index 2c32266c..556a9b0d 100644
--- a/boot/sdc_install.sh
+++ b/boot/sdc_install.sh
@@ -56,8 +56,10 @@ apt-get install --allow-unauthenticated -y apt-transport-https ca-certificates w
# Download scripts from Nexus
curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/sdc_vm_init.sh -o /opt/sdc_vm_init.sh
curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/sdc_serv.sh -o /opt/sdc_serv.sh
+curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/sdc_wfd_vm_init.sh -o /opt/sdc_wfd_vm_init.sh
chmod +x /opt/sdc_vm_init.sh
chmod +x /opt/sdc_serv.sh
+chmod +x /opt/sdc_wfd_vm_init.sh
mv /opt/sdc_serv.sh /etc/init.d
update-rc.d sdc_serv.sh defaults
@@ -141,3 +143,4 @@ fi
# Run docker containers. For openstack Ubuntu 16.04 images this will run as a service after the VM has restarted
./sdc_vm_init.sh
+./sdc_wfd_vm_init.sh