Problem: Stack installation on Centos 7 caused issues with some packages (#2339)

This commit is contained in:
Muawia Khan
2018-06-08 15:52:22 +02:00
committed by GitHub
parent 2b39566a4b
commit 1c7d5dcd2a
6 changed files with 64 additions and 6 deletions

View File

@@ -223,7 +223,7 @@ elif [[ $stack_type == "cloud" && $stack_type_provider == "azure" ]]; then
vagrant up --provider azure --provision
ansible-playbook $CONF_DIR/bigchaindb-start.yml \
-i $CONF_DIR/hosts/all \
--extra-vars "operation=start home_path=/bigchaindb"
--extra-vars "operation=start home_path=/opt/stack"
elif [[ $stack_type == "docker" ]]; then
echo "Configuring Dockers locally!"
source $SCRIPTS_DIR/bootstrap.sh --operation install