Add a resultsdb-specific fedmsg config file.

This commit is contained in:
Ralph Bean 2015-10-12 17:26:09 +00:00
parent d722fa4122
commit 453d9a007b
3 changed files with 10 additions and 0 deletions

View file

@ -47,6 +47,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- { role: taskotron/resultsdb-fedmsg, tags: ['resultsdb-fedmsg']}
- { role: taskotron/resultsdb-backend, tags: ['resultsdb-be'] }
- { role: taskotron/resultsdb-frontend, tags: ['resultsdb-fe'] }
- { role: taskotron/execdb, tags: ['execdb'] }

View file

@ -0,0 +1,8 @@
config = {
# This should switch fedmsg from passive mode to active mode
# which instructs it to connect out to the fedmsg-relay instance described
# in /etc/fedmsg.d/relay.py instead of binding to ports and waiting for
# listeners. We need this so that we can push our messages on to the
# fedora-infra proper bus from over in the QA network.
active=True,
}

View file

@ -0,0 +1 @@
- copy: src=resultsdb.py dest=/etc/fedmsg.d/resultsdb.py