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
ae1367fc
Commit
ae1367fc
authored
Aug 17, 2016
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding automated to edxapp and discovery plays
parent
2e8f1264
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
19 deletions
+23
-19
playbooks/edx-east/discovery.yml
+2
-0
playbooks/edx-east/edxapp.yml
+21
-19
No files found.
playbooks/edx-east/discovery.yml
View file @
ae1367fc
...
...
@@ -9,6 +9,8 @@
CLUSTER_NAME
:
'
discovery'
roles
:
-
aws
-
role
:
automated
AUTOMATED_USERS
:
"
{{
DISCOVERY_AUTOMATED_USERS
|
default({})
}}"
-
role
:
nginx
nginx_default_sites
:
-
discovery
...
...
playbooks/edx-east/edxapp.yml
View file @
ae1367fc
...
...
@@ -7,22 +7,24 @@
CLUSTER_NAME
:
'
edxapp'
serial
:
"
{{
serial_count
}}"
roles
:
-
aws
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
nginx_default_sites
:
-
lms
nginx_extra_sites
:
"
{{
NGINX_EDXAPP_EXTRA_SITES
}}"
nginx_extra_configs
:
"
{{
NGINX_EDXAPP_EXTRA_CONFIGS
}}"
nginx_redirects
:
"
{{
NGINX_EDXAPP_CUSTOM_REDIRECTS
}}"
-
edxapp
-
role
:
datadog
when
:
COMMON_ENABLE_DATADOG
-
role
:
splunkforwarder
when
:
COMMON_ENABLE_SPLUNKFORWARDER
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
-
role
:
minos
when
:
COMMON_ENABLE_MINOS
-
aws
-
role
:
automated
AUTOMATED_USERS
:
"
{{
EDXAPP_AUTOMATED_USERS
|
default({})
}}"
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
nginx_default_sites
:
-
lms
nginx_extra_sites
:
"
{{
NGINX_EDXAPP_EXTRA_SITES
}}"
nginx_extra_configs
:
"
{{
NGINX_EDXAPP_EXTRA_CONFIGS
}}"
nginx_redirects
:
"
{{
NGINX_EDXAPP_CUSTOM_REDIRECTS
}}"
-
edxapp
-
role
:
datadog
when
:
COMMON_ENABLE_DATADOG
-
role
:
splunkforwarder
when
:
COMMON_ENABLE_SPLUNKFORWARDER
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
-
role
:
minos
when
:
COMMON_ENABLE_MINOS
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