Commit 6b801368 by muhammad-ammar

add video_worker.yml and update update script

parent 3e4770c4
- name: Deploy edX Video Worker Service
hosts: all
become: True
gather_facts: True
roles:
- aws
- role: video_worker
...@@ -14,7 +14,7 @@ IFS="," ...@@ -14,7 +14,7 @@ IFS=","
<repo> - must be one of edx-platform, edx-workers, xqueue, cs_comments_service, credentials, xserver, configuration, <repo> - must be one of edx-platform, edx-workers, xqueue, cs_comments_service, credentials, xserver, configuration,
read-only-certificate-code, edx-analytics-data-api, edx-ora2, insights, ecommerce, course_discovery, read-only-certificate-code, edx-analytics-data-api, edx-ora2, insights, ecommerce, course_discovery,
notifier, video_pipeline notifier, video_pipeline, video_worker
<version> - can be a commit or tag <version> - can be a commit or tag
EO EO
...@@ -62,6 +62,7 @@ repos_to_cmd["ecommerce"]="$edx_ansible_cmd ecommerce.yml -e 'ECOMMERCE_VERSION= ...@@ -62,6 +62,7 @@ repos_to_cmd["ecommerce"]="$edx_ansible_cmd ecommerce.yml -e 'ECOMMERCE_VERSION=
repos_to_cmd["discovery"]="$edx_ansible_cmd discovery.yml -e 'DISCOVERY_VERSION=$2'" repos_to_cmd["discovery"]="$edx_ansible_cmd discovery.yml -e 'DISCOVERY_VERSION=$2'"
repos_to_cmd["notifier"]="$edx_ansible_cmd notifier.yml -e 'NOTIFIER_VERSION=$2'" repos_to_cmd["notifier"]="$edx_ansible_cmd notifier.yml -e 'NOTIFIER_VERSION=$2'"
repos_to_cmd["video_pipeline"]="$edx_ansible_cmd video_pipeline.yml -e 'VIDEO_PIPELINE_VERSION=$2'" repos_to_cmd["video_pipeline"]="$edx_ansible_cmd video_pipeline.yml -e 'VIDEO_PIPELINE_VERSION=$2'"
repos_to_cmd["video_worker"]="$edx_ansible_cmd video_worker.yml -e 'VIDEO_WORKER_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