Add fedmsg-fasclient (defaulting to off for now) on batcave

This commit is contained in:
Kevin Fenzi 2015-09-25 13:59:53 +00:00
parent 088b42dfe7
commit 9d9ead54a1
3 changed files with 16 additions and 1 deletions

View file

@ -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

View file

@ -0,0 +1,4 @@
config = {
'fasclient.consumer.enabled': False,
'fasclient.consumer.delay': 60, # in seconds
}

View file

@ -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