From 666613159db3d937c6319d0e6011b6011757a729 Mon Sep 17 00:00:00 2001 From: YuanHu Date: Thu, 12 Apr 2018 10:41:43 +0800 Subject: 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 --- boot/sdc_install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'boot/sdc_install.sh') 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 -- cgit 1.2.3-korg