1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-28 00:27:45 +02:00

Added arg to fab prep_rethinkdb_storage call

This commit is contained in:
troymc 2016-07-19 15:57:33 +02:00
parent e1c3ac3571
commit 76755ebc55

View File

@ -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