Commit fb5d75ee by Feanil Patel

Merge pull request #1670 from mitodl/bdero/fix-devstack-edxapp-restart

Don't restart edxapp after updating edx-platform using script on devstack
parents ee6dc5cc 91a8063b
...@@ -35,3 +35,4 @@ Matjaz Gregoric <mtyaka@gmail.com> ...@@ -35,3 +35,4 @@ Matjaz Gregoric <mtyaka@gmail.com>
Ben Patterson <bpatterson@edx.org> Ben Patterson <bpatterson@edx.org>
Jason Zhu <fmyzjs@gmail.com> Jason Zhu <fmyzjs@gmail.com>
Rohit Karajgi <rohit.karajgi@gmail.com> Rohit Karajgi <rohit.karajgi@gmail.com>
Brandon DeRosier <bdero@mit.edu>
\ No newline at end of file
...@@ -38,6 +38,10 @@ if [[ -f {{ edx_ansible_var_file }} ]]; then ...@@ -38,6 +38,10 @@ if [[ -f {{ edx_ansible_var_file }} ]]; then
extra_args="-e@{{ edx_ansible_var_file }}" extra_args="-e@{{ edx_ansible_var_file }}"
fi fi
{% if devstack %}
extra_args="$extra_args -e 'disable_edx_services=true'"
{% endif %}
declare -A repos_to_cmd declare -A repos_to_cmd
edx_ansible_cmd="{{ edx_ansible_venv_bin }}/ansible-playbook -i localhost, -c local --tags deploy $extra_args " edx_ansible_cmd="{{ edx_ansible_venv_bin }}/ansible-playbook -i localhost, -c local --tags deploy $extra_args "
......
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