Add fedmsg-fasclient (defaulting to off for now) on batcave
This commit is contained in:
parent
088b42dfe7
commit
9d9ead54a1
3 changed files with 16 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
- include: /srv/web/infra/ansible/playbooks/groups/postgresql-server.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/proxies.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/qadevel.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/qa-stg.yml
|
||||
#- include: /srv/web/infra/ansible/playbooks/groups/qa-stg.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/resultsdb-prod.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/resultsdb-dev.yml
|
||||
- include: /srv/web/infra/ansible/playbooks/groups/resultsdb-stg.yml
|
||||
|
|
4
roles/batcave/files/fedmsg-fasclient.py
Normal file
4
roles/batcave/files/fedmsg-fasclient.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
config = {
|
||||
'fasclient.consumer.enabled': False,
|
||||
'fasclient.consumer.delay': 60, # in seconds
|
||||
}
|
|
@ -25,6 +25,7 @@
|
|||
- pyliblzma # Needed for repo2json
|
||||
- ansible_utils # Needed for rbac-playbook
|
||||
- python-GeoIP # Needed for geoip scripts
|
||||
- python-fedmsg-fasclient # fasClient fedmsg job
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
@ -237,3 +238,13 @@
|
|||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
||||
#
|
||||
# fasClient fedmsg job
|
||||
#
|
||||
|
||||
- name: Install config for fedmsg tigger for fasClient runs
|
||||
copy: src=fedmsg-fasclient.py dest=/etc/fedmsg.d/fasclient.py mode=0644
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue