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
4552915f
Commit
4552915f
authored
Feb 03, 2017
by
George Song
Committed by
GitHub
Feb 03, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3631 from edx/george/rabbitmq-bindhost
Provide broker host var to ecomworker role
parents
4c608555
0d4ed2b1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
playbooks/edx_sandbox.yml
+11
-5
playbooks/vagrant-devstack.yml
+4
-2
No files found.
playbooks/edx_sandbox.yml
View file @
4552915f
...
...
@@ -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,12 +47,15 @@
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
-
role
:
ecomworker
ECOMMERCE_WORKER_BROKER_HOST
:
127.0.0.1
when
:
SANDBOX_ENABLE_ECOMMERCE
-
programs
-
analytics_api
...
...
@@ -63,8 +67,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 @
4552915f
...
...
@@ -26,13 +26,15 @@
-
edxlocal
-
memcache
-
mongo
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
role
:
rabbitmq
rabbitmq_ip
:
127.0.0.1
-
edxapp
-
oraclejdk
-
elasticsearch
-
forum
-
ecommerce
-
ecomworker
-
role
:
ecomworker
ECOMMERCE_WORKER_BROKER_HOST
:
127.0.0.1
-
programs
-
role
:
notifier
NOTIFIER_DIGEST_TASK_INTERVAL
:
"
5"
...
...
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