diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-05-14 14:23:39 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-05-14 14:23:51 -0500 |
commit | ea62274a1dfca76065ba530a3d62fec729e0a72a (patch) | |
tree | 47079a23a971cee2467b0f5c164e1e2fbdbc0fd7 /boot | |
parent | 16b51aa5e929b680957725fab2cb18d87a99fb1d (diff) |
Call DInstall only once now
Issue-ID: AAF-282
Change-Id: Iba54ec026d9e89235e3faa9465e22c32b99e0789
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/aaf_vm_init.sh | 2 |
1 files changed, 0 insertions, 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 |