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
7bf63dfa
Commit
7bf63dfa
authored
8 years ago
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rabbit ready before we start workers
parent
d6667399
Show 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 @
7bf63dfa
...
...
@@ -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')"
...
...
This diff is collapsed.
Click to expand it.
playbooks/vagrant-devstack.yml
View file @
7bf63dfa
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
playbooks/vagrant-fullstack.yml
View file @
7bf63dfa
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
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