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
e4896572
Commit
e4896572
authored
Jan 25, 2017
by
George Song
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Standardize on yaml dict syntax
parent
bb7fe579
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
playbooks/edx_sandbox.yml
+10
-5
playbooks/vagrant-devstack.yml
+2
-1
No files found.
playbooks/edx_sandbox.yml
View file @
e4896572
...
...
@@ -26,7 +26,8 @@
SANDBOX_ENABLE_ECOMMERCE
:
False
COMMON_ENABLE_SPLUNKFORWARDER
:
False
roles
:
-
{
role
:
swapfile
,
SWAPFILE_SIZE
:
"
2GB"
}
-
role
:
swapfile
SWAPFILE_SIZE
:
2GB
-
role
:
nginx
nginx_sites
:
-
certs
...
...
@@ -46,8 +47,10 @@
when
:
"
'localhost'
in
'
'.join(EDXAPP_MEMCACHE)"
-
role
:
mongo
when
:
"
'localhost'
in
EDXAPP_MONGO_HOSTS"
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
role
:
rabbitmq
rabbitmq_ip
:
127.0.0.1
-
role
:
edxapp
celery_worker
:
True
-
edxapp
-
role
:
ecommerce
when
:
SANDBOX_ENABLE_ECOMMERCE
...
...
@@ -63,8 +66,10 @@
-
role
:
elasticsearch
when
:
"
'localhost'
in
EDXAPP_ELASTIC_SEARCH_CONFIG|map(attribute='host')"
-
forum
-
{
role
:
notifier
,
NOTIFIER_DIGEST_TASK_INTERVAL
:
"
5"
}
-
{
role
:
"
xqueue"
,
update_users
:
True
}
-
role
:
notifier
NOTIFIER_DIGEST_TASK_INTERVAL
:
5
-
role
:
xqueue
update_users
:
True
-
certs
-
edx_ansible
-
role
:
datadog
...
...
playbooks/vagrant-devstack.yml
View file @
e4896572
...
...
@@ -26,7 +26,8 @@
-
edxlocal
-
memcache
-
mongo
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
role
:
rabbitmq
rabbitmq_ip
:
127.0.0.1
-
edxapp
-
oraclejdk
-
elasticsearch
...
...
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