ensure Cass Phase2 on starts 83/47283/1
authorInstrumental <jonathan.gathman@att.com>
Fri, 11 May 2018 21:03:52 +0000 (16:03 -0500)
committerInstrumental <jonathan.gathman@att.com>
Fri, 11 May 2018 21:03:58 +0000 (16:03 -0500)
Issue-ID: AAF-282
Change-Id: Idbbe89e0f5eb53ca0eb4a214284d623edb36f766
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/auth-cass/docker/dinstall.sh

index f0c4194..86976a0 100644 (file)
@@ -23,8 +23,14 @@ if [ "$YESCQL" == "" ]; then
   exit
 fi
 
+echo "Creating /opt/app/cass_init dir on aaf_cass"
 docker exec aaf_cass mkdir -p /opt/app/cass_init
+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'
+
 
 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"