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
aef730a0
Commit
aef730a0
authored
Jan 08, 2014
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
undefine celery_worker to turn it off
parent
0105aa91
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
playbooks/edx-west/stage-app.yml
+1
-2
playbooks/roles/edxapp/handlers/main.yml
+1
-1
playbooks/roles/edxapp/tasks/deploy.yml
+1
-1
No files found.
playbooks/edx-west/stage-app.yml
View file @
aef730a0
...
@@ -28,8 +28,7 @@
...
@@ -28,8 +28,7 @@
-
verify
-
verify
nginx_template_directory
:
"
{{local_dir}}/nginx/templates/"
nginx_template_directory
:
"
{{local_dir}}/nginx/templates/"
-
role
:
edxapp
-
role
:
edxapp
devstack
:
False
devstack
:
false
celery_worker
:
False
-
apache
-
apache
-
shibboleth
-
shibboleth
#- datadog
#- datadog
...
...
playbooks/roles/edxapp/handlers/main.yml
View file @
aef730a0
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
supervisorctl_path={{ supervisor_ctl }}
supervisorctl_path={{ supervisor_ctl }}
config={{ supervisor_cfg }}
config={{ supervisor_cfg }}
name="edxapp:{{ item }}"
name="edxapp:{{ item }}"
when
:
not devstack and
not celery_worker
when
:
not devstack and
celery_worker is not defined
sudo_user
:
"
{{
supervisor_service_user
}}"
sudo_user
:
"
{{
supervisor_service_user
}}"
with_items
:
service_variants_enabled
with_items
:
service_variants_enabled
tags
:
deploy
tags
:
deploy
...
...
playbooks/roles/edxapp/tasks/deploy.yml
View file @
aef730a0
...
@@ -298,7 +298,7 @@
...
@@ -298,7 +298,7 @@
config={{ supervisor_cfg }}
config={{ supervisor_cfg }}
name="edxapp:{{ item }}"
name="edxapp:{{ item }}"
sudo_user
:
"
{{
supervisor_service_user
}}"
sudo_user
:
"
{{
supervisor_service_user
}}"
when
:
not devstack and
not celery_worker
when
:
not devstack and
celery_worker is not defined
with_items
:
service_variants_enabled
with_items
:
service_variants_enabled
tags
:
deploy
tags
:
deploy
...
...
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