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
58a95c55
Commit
58a95c55
authored
Mar 17, 2016
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2875 from edx/ned/start-rabbit-sooner
Get rabbit ready before we start workers
parents
d6667399
7bf63dfa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
playbooks/edx_sandbox.yml
+1
-1
playbooks/vagrant-devstack.yml
+1
-1
playbooks/vagrant-fullstack.yml
+1
-1
No files found.
playbooks/edx_sandbox.yml
View file @
58a95c55
...
...
@@ -34,6 +34,7 @@
-
edxlocal
-
role
:
mongo
when
:
"
'localhost'
in
EDXAPP_MONGO_HOSTS"
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
edxapp
-
notifier
...
...
@@ -42,7 +43,6 @@
-
edx_notes_api
-
demo
-
oauth_client_setup
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
oraclejdk
-
role
:
elasticsearch
when
:
"
'localhost'
in
EDXAPP_ELASTIC_SEARCH_CONFIG|map(attribute='host')"
...
...
playbooks/vagrant-devstack.yml
View file @
58a95c55
...
...
@@ -22,13 +22,13 @@
-
mysql
-
edxlocal
-
mongo
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
edxapp
-
oraclejdk
-
elasticsearch
-
forum
-
ecommerce
-
ecomworker
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
programs
-
role
:
notifier
NOTIFIER_DIGEST_TASK_INTERVAL
:
"
5"
...
...
playbooks/vagrant-fullstack.yml
View file @
58a95c55
...
...
@@ -32,10 +32,10 @@
-
mysql
-
edxlocal
-
mongo
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
edxapp
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
demo
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
oraclejdk
-
elasticsearch
-
forum
...
...
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