From: noahs Date: Wed, 22 Nov 2017 07:28:52 +0000 (+0200) Subject: changing replication factor X-Git-Tag: v1.2.0~695 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f62890e8860893fdd5985d5c605882b6fcce2e8c;p=sdc.git changing replication factor from 3 to 1 Change-Id: If5b45ad250389d2fcccc5afbda0091bcf5212435 Issue-ID: SDC-671 Signed-off-by: noahs --- diff --git a/openecomp-be/tools/build/scripts/generate-cassandra-init-cql.sh b/openecomp-be/tools/build/scripts/generate-cassandra-init-cql.sh index 0221b20a43..eaa9a3f59d 100644 --- a/openecomp-be/tools/build/scripts/generate-cassandra-init-cql.sh +++ b/openecomp-be/tools/build/scripts/generate-cassandra-init-cql.sh @@ -27,7 +27,7 @@ usage() { echo "Usage: $0 keyspace yes/no, for example: $0 ca main() { if [ $3 == 'yes' ]; then - echo "CREATE KEYSPACE IF NOT EXISTS dox WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 3 };" + echo "CREATE KEYSPACE IF NOT EXISTS dox WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };" fi echo "USE dox;" $RUN_PATH/parse-json.py -t create -f $1