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
83086500
Unverified
Commit
83086500
authored
Feb 14, 2018
by
Muhammad Ammar
Committed by
GitHub
Feb 14, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4315 from edx/ammar/veda-sandbox-jenkins-integrate
veda sandbox jenkins integrate
parents
6968d951
f64036c3
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 @
83086500
...
@@ -316,6 +316,10 @@ VIDEO_PIPELINE_DOMAIN: "veda-${deploy_host}"
...
@@ -316,6 +316,10 @@ VIDEO_PIPELINE_DOMAIN: "veda-${deploy_host}"
VIDEO_PIPELINE_BASE_URL_ROOT: "https://{{ VIDEO_PIPELINE_DOMAIN }}"
VIDEO_PIPELINE_BASE_URL_ROOT: "https://{{ VIDEO_PIPELINE_DOMAIN }}"
VIDEO_PIPELINE_BASE_LMS_BASE_URL: "https://{{ EDXAPP_LMS_BASE }}"
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
EOF
fi
fi
...
@@ -362,9 +366,10 @@ EOF
...
@@ -362,9 +366,10 @@ EOF
fi
fi
fi
fi
veda_web_frontend
=
"true"
veda_web_frontend
=
${
video_pipeline
:-
false
}
veda_pipeline_worker
=
"false"
veda_pipeline_worker
=
${
video_pipeline
:-
false
}
veda_encode_worker
=
"false"
veda_encode_worker
=
${
video_encode_worker
:-
false
}
declare
-A
deploy
declare
-A
deploy
roles
=
"edxapp forum ecommerce credentials discovery veda_web_frontend veda_pipeline_worker veda_encode_worker notifier xqueue xserver certs demo testcourses"
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