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
b669d371
Commit
b669d371
authored
Jan 08, 2014
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor tweaks to xqueue+worker
parent
78034311
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
playbooks/edx-west/stage-worker.yml
+16
-17
playbooks/roles/xqueue/tasks/main.yml
+1
-0
No files found.
playbooks/edx-west/stage-worker.yml
View file @
b669d371
...
...
@@ -19,7 +19,8 @@
-
role
:
'
supervisor'
tags
:
supervisor
-
role
:
'
edxapp'
celery_worker
:
True
celery_worker
:
True
devstack
:
false
tags
:
celery
-
role
:
nginx
nginx_sites
:
...
...
@@ -29,27 +30,25 @@
-
role
:
xqueue
xqueue_create_db
:
"
no"
tags
:
xqueue
-
role
:
'
datadog'
tags
:
datadog
-
name
:
Deploy certs, notifier only to first util machine
hosts
:
~tag_Name_util1_stage
sudo
:
True
gather_facts
:
True
vars
:
secure_dir
:
'
../../../configuration-secure/ansible'
local_dir
:
"
{{secure_dir}}/local"
migrate_db
:
"
no"
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_stage_vars.yml"
-
"
{{
secure_dir
}}/vars/notifier_stage_vars.yml"
roles
:
-
certs
#
- name: Deploy certs, notifier only to first util machine
#
hosts: ~tag_Name_util1_stage
#
sudo: True
#
gather_facts: True
#
vars:
#
secure_dir: '../../../configuration-secure/ansible'
#
local_dir: "{{secure_dir}}/local"
#
migrate_db: "no"
#
vars_files:
#
- "{{ secure_dir }}/vars/edxapp_stage_vars.yml"
#
- "{{ secure_dir }}/vars/notifier_stage_vars.yml"
#
roles:
#
- certs
# - role: virtualenv
# virtualenv_user: "notifier"
# virtualenv_user_home: "/opt/wwc/notifier"
# virtualenv_name: "notifier"
-
notifier
#
- notifier
#- name: Deploy certs to first util machine
# hosts: ~tag_Name_util1_stage
...
...
playbooks/roles/xqueue/tasks/main.yml
View file @
b669d371
...
...
@@ -12,6 +12,7 @@
home="{{ xqueue_app_dir }}"
createhome=no
shell=/bin/false
ignore_errors
:
true
notify
:
-
xqueue | restart xqueue
...
...
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