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
658380ec
Commit
658380ec
authored
Jul 16, 2018
by
Michael Youngstrom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dont run cms and lms services on boot up of jenkins worker
parent
4f78d469
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
18 deletions
+13
-18
docker/build/jenkins_worker/ansible_overrides.yml
+11
-16
playbooks/roles/edxapp/templates/cms_gunicorn.py.j2
+1
-1
playbooks/roles/edxapp/templates/lms_gunicorn.py.j2
+1
-1
No files found.
docker/build/jenkins_worker/ansible_overrides.yml
View file @
658380ec
---
---
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
:
[]
playbooks/roles/edxapp/templates/cms_gunicorn.py.j2
View file @
658380ec
"""
"""
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 }}
"""
"""
...
...
playbooks/roles/edxapp/templates/lms_gunicorn.py.j2
View file @
658380ec
"""
"""
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 }}
"""
"""
...
...
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