From ea62274a1dfca76065ba530a3d62fec729e0a72a Mon Sep 17 00:00:00 2001 From: Instrumental Date: Mon, 14 May 2018 14:23:39 -0500 Subject: [PATCH] Call DInstall only once now Issue-ID: AAF-282 Change-Id: Iba54ec026d9e89235e3faa9465e22c32b99e0789 Signed-off-by: Instrumental --- boot/aaf_vm_init.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/boot/aaf_vm_init.sh b/boot/aaf_vm_init.sh index 096bdacb..4eab2143 100644 --- a/boot/aaf_vm_init.sh +++ b/boot/aaf_vm_init.sh @@ -20,8 +20,6 @@ if [ "`docker container ls | grep aaf_cass`" = "" ]; then echo Phase 1 Cassandra Install ./dinstall.sh fi -echo "Phase 2 Cassandra Install" -./dinstall.sh CASS_IP=`docker inspect aaf_cass | grep '"IPAddress' | head -1 | cut -d '"' -f 4` CASS_HOST="cass.aaf.osaaf.org:"$CASS_IP -- 2.16.6