Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
6b801368
Commit
6b801368
authored
Oct 17, 2017
by
muhammad-ammar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add video_worker.yml and update update script
parent
3e4770c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
playbooks/edx-east/video_worker.yml
+7
-0
playbooks/roles/edx_ansible/templates/update.j2
+2
-1
No files found.
playbooks/edx-east/video_worker.yml
0 → 100644
View file @
6b801368
-
name
:
Deploy edX Video Worker Service
hosts
:
all
become
:
True
gather_facts
:
True
roles
:
-
aws
-
role
:
video_worker
playbooks/roles/edx_ansible/templates/update.j2
View file @
6b801368
...
...
@@ -14,7 +14,7 @@ IFS=","
<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,
notifier, video_pipeline
notifier, video_pipeline
, video_worker
<version> - can be a commit or tag
EO
...
...
@@ -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[
"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_worker"
]=
"
$edx_ansible_cmd
video_worker.yml -e 'VIDEO_WORKER_VERSION=
$2
'"
if
[[
-z
$1
||
-z
$2
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment