Unverified Commit b2274dc4 by Michael Youngstrom Committed by GitHub

Merge pull request #4692 from edx/youngstrom/fix-jenkins-worker-image

Disable lms and cms servers on jenkins_worker container
parents 506fd3bc 658380ec
---
EDXAPP_SETTINGS: 'devstack_docker'
MONGO_AUTH: false
devstack: true
migrate_db: false
mongo_enable_journal: false
edxapp_npm_production: "no"
COMMON_SECURITY_UPDATES: true
EDXAPP_INSTALL_PRIVATE_REQUIREMENTS: true
EDXAPP_LMS_BASE_SCHEME: http
EDXAPP_LMS_GUNICORN_EXTRA_CONF: 'reload = True'
EDXAPP_NO_PREREQ_INSTALL: 0
EDXAPP_OAUTH_ENFORCE_SECURE: false
EDXAPP_LMS_BASE_SCHEME: http
COMMON_SECURITY_UPDATES: true
SECURITY_UPGRADE_ON_ANSIBLE: true
EDXAPP_INSTALL_PRIVATE_REQUIREMENTS: true
EDXAPP_PYTHON_SANDBOX: false
EDXAPP_SETTINGS: devstack_docker
MONGO_AUTH: false
SECURITY_UPGRADE_ON_ANSIBLE: true
devstack: true
edxapp_debian_pkgs_extra:
- mongodb-clients
edxapp_npm_production: 'no'
migrate_db: false
mongo_enable_journal: false
service_variants_enabled: []
"""
gunicorn configuration file: http://docs.gunicorn.org/en/develop/configure.html
gunicorn configuration file: http://docs.gunicorn.org/en/stable/configure.html
{{ ansible_managed }}
"""
......
"""
gunicorn configuration file: http://docs.gunicorn.org/en/develop/configure.html
gunicorn configuration file: http://docs.gunicorn.org/en/stable/configure.html
{{ ansible_managed }}
"""
......
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