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
180e2289
Commit
180e2289
authored
Sep 26, 2013
by
Joe Blaylock
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #288 from edx/sef/edx-west-no-notifier-on-workers-yet
edx-west prod: don't install notifiers yet
parents
35e6dd8d
cc60d935
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
playbooks/edx-west/prod-worker.yml
+18
-14
No files found.
playbooks/edx-west/prod-worker.yml
View file @
180e2289
...
...
@@ -18,18 +18,22 @@
-
common
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
#
# COMMENT OUT THE NOTIFIER UNTIL IT IS READY
#
# run the notifier on the first util machine only
-
hosts
:
~tag_Name_util10_prod
sudo
:
True
vars
:
secure_dir
:
'
../../../configuration-secure/ansible'
migrate_db
:
"
no"
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_prod_vars.yml"
-
"
{{
secure_dir
}}/vars/notifier_prod_vars.yml"
roles
:
-
role
:
virtualenv
virtualenv_user
:
"
notifier"
virtualenv_user_home
:
"
/opt/wwc/notifier"
virtualenv_name
:
"
notifier"
-
notifier
#
- hosts: ~tag_Name_util10_prod
#
sudo: True
#
vars:
#
secure_dir: '../../../configuration-secure/ansible'
#
migrate_db: "no"
#
vars_files:
#
- "{{ secure_dir }}/vars/edxapp_prod_vars.yml"
#
- "{{ secure_dir }}/vars/notifier_prod_vars.yml"
#
roles:
#
- role: virtualenv
#
virtualenv_user: "notifier"
#
virtualenv_user_home: "/opt/wwc/notifier"
#
virtualenv_name: "notifier"
#
- notifier
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