Version Cass to etc 07/70607/1
authorInstrumental <jonathan.gathman@att.com>
Tue, 16 Oct 2018 22:37:17 +0000 (17:37 -0500)
committerInstrumental <jonathan.gathman@att.com>
Tue, 16 Oct 2018 22:37:21 +0000 (17:37 -0500)
Issue-ID: AAF-557
Change-Id: Ic35dfd133be8e74ba223902d9262daf62703aa57
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/auth-cass/cass_init/cmd.sh

index b939cc5..0eb047f 100644 (file)
@@ -3,7 +3,7 @@
 # Engage normal Cass Init, then check for data installation
 #
 DIR="/opt/app/aaf/status"
-INSTALLED_VERSION=/var/lib/cassandra/AAF_VERSION
+INSTALLED_VERSION=/etc/cassandra/AAF_VERSION
 
 if [ ! -e /aaf_cmd ]; then
   ln -s /opt/app/aaf/cass_init/cmd.sh /aaf_cmd
@@ -82,7 +82,7 @@ function install_cql {
         echo ""
         echo "The following will give you a temporary identity with which to start working, or emergency"
         echo " cqlsh -f temp_identity.cql"
-        echo "2.1.15"> $INSTALLED_VERSION
+        echo "casablanca" > $INSTALLED_VERSION
     else 
       echo "Cassandra DB already includes 'authz' keyspace"
     fi