More cass logging 85/47285/1
authorInstrumental <jonathan.gathman@att.com>
Fri, 11 May 2018 21:10:10 +0000 (16:10 -0500)
committerInstrumental <jonathan.gathman@att.com>
Fri, 11 May 2018 21:10:17 +0000 (16:10 -0500)
Issue-ID: AAF-282
Change-Id: I48f280060645eee838405854e0fbd3bcdab17c0e
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/auth-cass/docker/dinstall.sh

index 86976a0..cfbf873 100644 (file)
@@ -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; \