Commit 658380ec by Michael Youngstrom

Dont run cms and lms services on boot up of jenkins worker

parent 4f78d469
--- ---
EDXAPP_SETTINGS: 'devstack_docker' COMMON_SECURITY_UPDATES: true
EDXAPP_INSTALL_PRIVATE_REQUIREMENTS: true
MONGO_AUTH: false EDXAPP_LMS_BASE_SCHEME: http
devstack: true
migrate_db: false
mongo_enable_journal: false
edxapp_npm_production: "no"
EDXAPP_LMS_GUNICORN_EXTRA_CONF: 'reload = True' EDXAPP_LMS_GUNICORN_EXTRA_CONF: 'reload = True'
EDXAPP_NO_PREREQ_INSTALL: 0 EDXAPP_NO_PREREQ_INSTALL: 0
EDXAPP_OAUTH_ENFORCE_SECURE: false 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_PYTHON_SANDBOX: false
EDXAPP_SETTINGS: devstack_docker
MONGO_AUTH: false
SECURITY_UPGRADE_ON_ANSIBLE: true
devstack: true
edxapp_debian_pkgs_extra: edxapp_debian_pkgs_extra:
- mongodb-clients - 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 }} {{ 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 }} {{ 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