Commit afb96197 by Will Daly

Merge pull request #580 from edx/will/fix-devstack-release-update

Update config repo in devstack before running plays
parents c42e016d 01eba94e
...@@ -9,6 +9,13 @@ fi ...@@ -9,6 +9,13 @@ fi
export PYTHONUNBUFFERED=1 export PYTHONUNBUFFERED=1
source /edx/app/edx_ansible/venvs/edx_ansible/bin/activate source /edx/app/edx_ansible/venvs/edx_ansible/bin/activate
cd /edx/app/edx_ansible/edx_ansible/playbooks cd /edx/app/edx_ansible/edx_ansible/playbooks
# Need to ensure that the configuration repo is updated
# The vagrant-devstack.yml playbook will also do this, but only
# after loading the playbooks into memory. If these are out of date,
# this can cause problems (e.g. looking for templates that no longer exist).
/edx/bin/update configuration master
ansible-playbook -i localhost, -c local vagrant-devstack.yml ansible-playbook -i localhost, -c local vagrant-devstack.yml
SCRIPT SCRIPT
......
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