From: Instrumental Date: Tue, 16 Oct 2018 22:37:17 +0000 (-0500) Subject: Version Cass to etc X-Git-Tag: 2.1.5~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2d18d8e248d9a8333e65840f1a6e5005c4e81a44;hp=3da03fdb4afd2992756ed9e9d52cd6f404ed0535;p=aaf%2Fauthz.git Version Cass to etc Issue-ID: AAF-557 Change-Id: Ic35dfd133be8e74ba223902d9262daf62703aa57 Signed-off-by: Instrumental --- diff --git a/auth/auth-cass/cass_init/cmd.sh b/auth/auth-cass/cass_init/cmd.sh index b939cc52..0eb047f6 100644 --- a/auth/auth-cass/cass_init/cmd.sh +++ b/auth/auth-cass/cass_init/cmd.sh @@ -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