From 76755ebc5555691958cbcb2946c016c549a04291 Mon Sep 17 00:00:00 2001 From: troymc Date: Tue, 19 Jul 2016 15:57:33 +0200 Subject: [PATCH] Added arg to fab prep_rethinkdb_storage call --- deploy-cluster-aws/awsdeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-cluster-aws/awsdeploy.sh b/deploy-cluster-aws/awsdeploy.sh index 3edd31c1..30373b9e 100755 --- a/deploy-cluster-aws/awsdeploy.sh +++ b/deploy-cluster-aws/awsdeploy.sh @@ -99,7 +99,7 @@ if [ "$WHAT_TO_DEPLOY" == "servers" ]; then # (Re)create the RethinkDB configuration file conf/rethinkdb.conf python create_rethinkdb_conf.py # Rollout RethinkDB and start it - fab prep_rethinkdb_storage + fab prep_rethinkdb_storage:$USING_EBS fab install_rethinkdb fab configure_rethinkdb fab delete_rethinkdb_data