summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-05-11 16:10:10 -0500
committerInstrumental <jonathan.gathman@att.com>2018-05-11 16:10:17 -0500
commit157003d5f82e85e300e757b4644549cdbc1037d3 (patch)
tree6446b3493f6931524b87e0a794b4e7cdfbcba0ba
parentaa7f440383be55c110b6dfd8cceba61ebdf97150 (diff)
More cass logging
Issue-ID: AAF-282 Change-Id: I48f280060645eee838405854e0fbd3bcdab17c0e Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r--auth/auth-cass/docker/dinstall.sh5
1 files changed, 2 insertions, 3 deletions
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; \