mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Rename start_bigchain_nodes to start_bigchaindb_nodes
This commit is contained in:
parent
63a0e1e10b
commit
4a5e8f825a
2
deploy-cluster-aws/fabfile.py
vendored
2
deploy-cluster-aws/fabfile.py
vendored
@ -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)
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user