aboutsummaryrefslogtreecommitdiffstats
path: root/boot/sdc_install.sh
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-04-12 10:41:43 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-04-12 10:41:43 +0800
commit666613159db3d937c6319d0e6011b6011757a729 (patch)
tree7280a69a074c324501cc5e2528ac0828b9492853 /boot/sdc_install.sh
parent060092fe3d74293c2b32e333d3cd8ea7afc32add (diff)
Add heat script for deploying sdc-wfd
Provide the heat template script for deploying a sdc-workflow-designer to an openstack environment. Issue-ID: SDC-1208, INT-464 Change-Id: I61a06a66fab75928a3ed8d2ce2c426a0675a2606 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
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