Unverified Commit 7006c49e by David Ormsbee Committed by GitHub

Merge pull request #4251 from edx/ormsbee/edx_platform_revision

Add EDX_PLATFORM_REVISION env var for Studio/LMS
parents dcbeaea4 cc0e1f94
- 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/)
......
......@@ -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 }}"
......
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