Commit 776521f1 by Will Daly

Merge pull request #574 from edx/will/unbuffer-vagrant-output

Unbuffer output of provisioning scripts for devstack release
parents 00743725 d5e19df6
......@@ -6,6 +6,7 @@ if [ ! -d /edx/app/edx_ansible ]; then
echo "Error: Base box is missing provisioning scripts." 1>&2
exit 1
fi
export PYTHONUNBUFFERED=1
source /edx/app/edx_ansible/venvs/edx_ansible/bin/activate
cd /edx/app/edx_ansible/edx_ansible/playbooks
ansible-playbook -i localhost, -c local vagrant-devstack.yml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment