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
7006c49e
Unverified
Commit
7006c49e
authored
Dec 18, 2017
by
David Ormsbee
Committed by
GitHub
Dec 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4251 from edx/ormsbee/edx_platform_revision
Add EDX_PLATFORM_REVISION env var for Studio/LMS
parents
dcbeaea4
cc0e1f94
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CHANGELOG.md
+4
-0
playbooks/roles/edxapp/defaults/main.yml
+1
-0
No files found.
CHANGELOG.md
View file @
7006c49e
-
Role: edxapp
-
Added
`EDX_PLATFORM_REVISION`
(set from
`edx_platform_version`
). This is for
edx-platform debugging purposes, and replaces calling dealer.git at startup.
-
Role: veda_pipeline_worker
-
New role to run all (
`deliver, ingest, youtubecallback`
)
[
video pipeline workers
](
https://github.com/edx/edx-video-pipeline/blob/master/bin/
)
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
7006c49e
...
...
@@ -982,6 +982,7 @@ generic_env_config: &edxapp_generic_env
CREDENTIALS_PUBLIC_SERVICE_URL
:
"
{{
EDXAPP_CREDENTIALS_PUBLIC_SERVICE_URL
}}"
ECOMMERCE_PUBLIC_URL_ROOT
:
"
{{
EDXAPP_ECOMMERCE_PUBLIC_URL_ROOT
}}"
ECOMMERCE_API_URL
:
"
{{
EDXAPP_ECOMMERCE_API_URL
}}"
EDX_PLATFORM_REVISION
:
"
{{
edx_platform_version
}}"
ENTERPRISE_API_URL
:
"
{{
EDXAPP_ENTERPRISE_API_URL
}}"
COURSE_CATALOG_API_URL
:
"
{{
EDXAPP_COURSE_CATALOG_API_URL
}}"
COURSE_CATALOG_VISIBILITY_PERMISSION
:
"
{{
EDXAPP_COURSE_CATALOG_VISIBILITY_PERMISSION
}}"
...
...
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