From 157003d5f82e85e300e757b4644549cdbc1037d3 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 11 May 2018 16:10:10 -0500 Subject: More cass logging Issue-ID: AAF-282 Change-Id: I48f280060645eee838405854e0fbd3bcdab17c0e Signed-off-by: Instrumental --- auth/auth-cass/docker/dinstall.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'auth/auth-cass') diff --git a/auth/auth-cass/docker/dinstall.sh b/auth/auth-cass/docker/dinstall.sh index 86976a09..cfbf8730 100644 --- a/auth/auth-cass/docker/dinstall.sh +++ b/auth/auth-cass/docker/dinstall.sh @@ -29,8 +29,7 @@ echo "cp the following files to /opt/app/cass_init dir on aaf_cass" ls ../src/main/cql docker cp "../src/main/cql/." aaf_cass:/opt/app/cass_init echo "The following files are on /opt/app/cass_init dir on aaf_cass" -docker exec -it aaf_cass 'ls /opt/app/cass_init' - +docker exec -it aaf_cass ls /opt/app/cass_init echo "Docker Installed Basic Cassandra on aaf_cass. Executing the following " echo "NOTE: This creator provided is only a Single Instance. For more complex Cassandra, create independently" @@ -43,7 +42,7 @@ echo "" echo "The following will give you a temporary identity with which to start working, or emergency" echo " cqlsh -u root -p root -f temp_identity.cql" echo "Sleeping for 20 seconds" - +sleep 20 echo "Create Keyspaces and Tables" docker exec -it aaf_cass bash -c '\ cd /opt/app/cass_init; \ -- cgit 1.2.3-korg