Commit 306aa372 by John Jarvis

propogate deploy tags to includes

parent 271de79e
......@@ -104,15 +104,7 @@
- "EDXAPP_MYSQL_PASSWORD: {{ EDXAPP_MYSQL_PASSWORD }}"
tags: update_edxapp_mysql_host
- name: call ansible-playbook locally to update mysql config
- name: call update on edx-platform
shell: >
/edx/bin/ansible-playbook -i localhost, -c local -e@/edx/app/edx_ansible/server-vars.yml edxapp.yml --tags service_variant_config
chdir=/edx/app/edx_ansible/edx_ansible/playbooks/edx-east
/edx/bin/update edx-platform master
tags: update_edxapp_mysql_host
- name: restart edxapp services because the notifier handlers are skipped
shell: >
/edx/bin/supervisorctl -c /edx/etc/supervisord.conf restart {{ item }}
with_items:
- "edxapp:"
- "edxapp_worker:"
......@@ -273,6 +273,7 @@
when: download_xml_s3.changed
- include: xml.yml
tags: deploy
when: EDXAPP_XML_FROM_GIT
# The next few tasks set up the python code sandbox
......@@ -359,7 +360,9 @@
# service variants configured, runs
# gather_assets and db migrations
- include: service_variant_config.yml
tags: service_variant_config
tags:
- service_variant_config
- deploy
# call supervisorctl update. this reloads
# the supervisorctl config and restarts
......
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