Commit f036d299 by Will Daly

Add ORA2 to the update script

parent cbcaac46
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
notify: notify:
- "restart edxapp" - "restart edxapp"
- "restart workers" - "restart workers"
tags:
- deploy
- name: syncdb and migrate - name: syncdb and migrate
shell: > shell: >
...@@ -40,6 +42,8 @@ ...@@ -40,6 +42,8 @@
notify: notify:
- "restart edxapp" - "restart edxapp"
- "restart workers" - "restart workers"
tags:
- deploy
handlers: handlers:
- name: restart edxapp - name: restart edxapp
......
...@@ -50,6 +50,7 @@ repos_to_cmd["edx-ora"]="$edx_ansible_cmd ora.yml -e 'ora_version=$2'" ...@@ -50,6 +50,7 @@ repos_to_cmd["edx-ora"]="$edx_ansible_cmd ora.yml -e 'ora_version=$2'"
repos_to_cmd["configuration"]="$edx_ansible_cmd edx_ansible.yml -e 'configuration_version=$2'" repos_to_cmd["configuration"]="$edx_ansible_cmd edx_ansible.yml -e 'configuration_version=$2'"
repos_to_cmd["read-only-certificate-code"]="$edx_ansible_cmd certs.yml -e 'certs_version=$2'" repos_to_cmd["read-only-certificate-code"]="$edx_ansible_cmd certs.yml -e 'certs_version=$2'"
repos_to_cmd["edx-analytics-data-api"]="$edx_ansible_cmd analyticsapi.yml -e 'ANALYTICS_API_VERSION=$2'" repos_to_cmd["edx-analytics-data-api"]="$edx_ansible_cmd analyticsapi.yml -e 'ANALYTICS_API_VERSION=$2'"
repos_to_cmd["edx-ora2"]="$edx_ansible_cmd ora2.yml -e 'ora2_version=$2'"
if [[ -z $1 || -z $2 ]]; then if [[ -z $1 || -z $2 ]]; then
......
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