Commit 036bf1ad by Feanil Patel

Pin devstack to the release branch of configuration.

parent 11348069
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
roles: roles:
- edx_ansible - edx_ansible
- edxlocal - edxlocal
- supervisor
- mongo - mongo
- edxapp - edxapp
- oraclejdk - oraclejdk
......
...@@ -16,9 +16,9 @@ cd /edx/app/edx_ansible/edx_ansible/playbooks ...@@ -16,9 +16,9 @@ cd /edx/app/edx_ansible/edx_ansible/playbooks
# The vagrant-devstack.yml playbook will also do this, but only # The vagrant-devstack.yml playbook will also do this, but only
# after loading the playbooks into memory. If these are out of date, # 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). # this can cause problems (e.g. looking for templates that no longer exist).
/edx/bin/update configuration master /edx/bin/update configuration release
ansible-playbook -i localhost, -c local vagrant-devstack.yml --tags=deploy ansible-playbook -i localhost, -c local vagrant-devstack.yml --tags=deploy -e configuration_version=release
SCRIPT SCRIPT
edx_platform_mount_dir = "edx-platform" edx_platform_mount_dir = "edx-platform"
......
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