Updates pecan_populate.sh
Change-Id: I4461d8becd3eeaa52ade205b6428d7140b01992d
This commit is contained in:
parent
0dcfb240b2
commit
000a827f03
@ -1,13 +1,14 @@
|
||||
PARSED_VAL=`grep keyspace /etc/valet/valet.conf |awk 'BEGIN{FS="="}{print $NF}'`
|
||||
KEYSPACE_NAME="$PARSED_VAL"
|
||||
sed -i -e "s/#VALET_KEYSPACE#/${KEYSPACE_NAME}/g" /opt/app/aic-valet-tools/populate.cql
|
||||
/usr/bin/cqlsh -f /opt/app/aic-valet-tools/populate.cql
|
||||
cassandra_cnt=`/usr/bin/cqlsh -e "describe KEYSPACE ${KEYSPACE_NAME};"|grep -c CREATE`
|
||||
if [ $cassandra_cnt -gt 12 ]; then
|
||||
exit $cassandra_cnt
|
||||
if [ $cassandra_cnt -gt 15 ]; then
|
||||
exit 0
|
||||
fi
|
||||
/usr/bin/cqlsh -e "drop KEYSPACE ${KEYSPACE_NAME};"
|
||||
sleep 5
|
||||
/usr/bin/cqlsh -f /opt/app/aic-valet-tools/populate.cql
|
||||
sleep 5
|
||||
pecan populate /var/www/valet/config.py >> /var/log/valet/pecan_populate.out
|
||||
sleep 5
|
||||
exit $cassandra_cnt
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user