Rename start_bigchain_nodes to start_bigchaindb_nodes

This commit is contained in:
troymc 2016-03-23 18:29:08 +01:00
parent 63a0e1e10b
commit 4a5e8f825a
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ def install_bigchaindb():
# startup all nodes of bigchaindb in cluster
@task
@parallel
def start_bigchain_nodes():
def start_bigchaindb_nodes():
sudo('screen -d -m bigchaindb -y start &', pty = False)

View File

@ -92,7 +92,7 @@ fab install_bigchaindb
HORST=`tail -1 conf/bigchaindb.conf|cut -d: -f1|cut -d= -f2`
fab -H $HORST -f fab_prepare_chain.py init_bigchaindb
# initiate sharding
fab start_bigchain_nodes
fab start_bigchaindb_nodes
# now cleanup!
rm add2known_hosts.sh add2dbconf