From f62890e8860893fdd5985d5c605882b6fcce2e8c Mon Sep 17 00:00:00 2001 From: noahs Date: Wed, 22 Nov 2017 09:28:52 +0200 Subject: changing replication factor from 3 to 1 Change-Id: If5b45ad250389d2fcccc5afbda0091bcf5212435 Issue-ID: SDC-671 Signed-off-by: noahs --- openecomp-be/tools/build/scripts/generate-cassandra-init-cql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openecomp-be/tools/build/scripts') 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 -- cgit 1.2.3-korg