summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-10-16 17:37:17 -0500
committerInstrumental <jonathan.gathman@att.com>2018-10-16 17:37:21 -0500
commit2d18d8e248d9a8333e65840f1a6e5005c4e81a44 (patch)
treea38016bca0b6fc266ce9d019cf83d1a755562246
parent3da03fdb4afd2992756ed9e9d52cd6f404ed0535 (diff)
Version Cass to etc
Issue-ID: AAF-557 Change-Id: Ic35dfd133be8e74ba223902d9262daf62703aa57 Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r--auth/auth-cass/cass_init/cmd.sh4
1 files changed, 2 insertions, 2 deletions
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