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
edx
configuration
Commits
f64036c3
Commit
f64036c3
authored
Feb 08, 2018
by
muhammad-ammar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
variables for jenkins automation
parent
6968d951
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
util/jenkins/ansible-provision.sh
+8
-3
No files found.
util/jenkins/ansible-provision.sh
View file @
f64036c3
...
...
@@ -316,6 +316,10 @@ VIDEO_PIPELINE_DOMAIN: "veda-${deploy_host}"
VIDEO_PIPELINE_BASE_URL_ROOT: "https://{{ VIDEO_PIPELINE_DOMAIN }}"
VIDEO_PIPELINE_BASE_LMS_BASE_URL: "https://{{ EDXAPP_LMS_BASE }}"
VEDA_WEB_FRONTEND_VERSION:
${
video_pipeline_version
:-
master
}
VEDA_PIPELINE_WORKER_VERSION:
${
video_pipeline_version
:-
master
}
VEDA_ENCODE_WORKER_VERSION:
${
video_encode_worker_version
:-
master
}
EOF
fi
...
...
@@ -362,9 +366,10 @@ EOF
fi
fi
veda_web_frontend
=
"true"
veda_pipeline_worker
=
"false"
veda_encode_worker
=
"false"
veda_web_frontend
=
${
video_pipeline
:-
false
}
veda_pipeline_worker
=
${
video_pipeline
:-
false
}
veda_encode_worker
=
${
video_encode_worker
:-
false
}
declare
-A
deploy
roles
=
"edxapp forum ecommerce credentials discovery veda_web_frontend veda_pipeline_worker veda_encode_worker notifier xqueue xserver certs demo testcourses"
...
...
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