From 16b51aa5e929b680957725fab2cb18d87a99fb1d Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Sat, 12 May 2018 12:09:22 -0400 Subject: Start SDNC containers after SDC - Run Health Check against SDC before starting SDNC containers - Wait for 10 minutes, otherwise start SDNC anyways, even though UEB Listener may not be healthy Change-Id: Ia4933e671180c71d7ca07e385e728def9e152024 Issue-ID: INT-444 Signed-off-by: Marco Platania --- boot/sdnc_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/sdnc_install.sh') diff --git a/boot/sdnc_install.sh b/boot/sdnc_install.sh index 3b5c5cfa..da39da5e 100644 --- a/boot/sdnc_install.sh +++ b/boot/sdnc_install.sh @@ -51,7 +51,7 @@ fi echo "deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu $(lsb_release -c -s) main" >> /etc/apt/sources.list.d/java.list echo "deb-src http://ppa.launchpad.net/openjdk-r/ppa/ubuntu $(lsb_release -c -s) main" >> /etc/apt/sources.list.d/java.list apt-get update -apt-get install --allow-unauthenticated -y apt-transport-https ca-certificates wget openjdk-8-jdk git ntp ntpdate make +apt-get install --allow-unauthenticated -y apt-transport-https ca-certificates wget openjdk-8-jdk git ntp ntpdate make jq # Download scripts from Nexus curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/sdnc_vm_init.sh -o /opt/sdnc_vm_init.sh -- cgit 1.2.3-korg