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
5c25ac72
Commit
5c25ac72
authored
Jan 30, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #725 from edx/jarv/worker-before-edxapp
runs the worker role before the edxapp role
parents
9ae8b0ca
9241f7cd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
playbooks/edx-east/edx_continuous_integration.yml
+1
-1
playbooks/edx_sandbox.yml
+1
-1
playbooks/vagrant-fullstack.yml
+1
-1
No files found.
playbooks/edx-east/edx_continuous_integration.yml
View file @
5c25ac72
...
...
@@ -18,11 +18,11 @@
-
lms
-
edxlocal
-
mongo
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
edxapp
-
role
:
demo
tags
:
[
'
demo'
]
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
oraclejdk
-
elasticsearch
-
forum
...
...
playbooks/edx_sandbox.yml
View file @
5c25ac72
...
...
@@ -25,10 +25,10 @@
-
lms
-
edxlocal
-
mongo
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
edxapp
-
demo
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
oraclejdk
-
elasticsearch
-
forum
...
...
playbooks/vagrant-fullstack.yml
View file @
5c25ac72
...
...
@@ -24,10 +24,10 @@
-
cms
-
edxlocal
-
mongo
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
edxapp
-
demo
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
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