Add a resultsdb-specific fedmsg config file.
This commit is contained in:
parent
d722fa4122
commit
453d9a007b
3 changed files with 10 additions and 0 deletions
|
@ -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'] }
|
||||
|
|
8
roles/taskotron/resultsdb-fedmsg/files/resultsdb.py
Normal file
8
roles/taskotron/resultsdb-fedmsg/files/resultsdb.py
Normal 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,
|
||||
}
|
1
roles/taskotron/resultsdb-fedmsg/tasks/main.yml
Normal file
1
roles/taskotron/resultsdb-fedmsg/tasks/main.yml
Normal file
|
@ -0,0 +1 @@
|
|||
- copy: src=resultsdb.py dest=/etc/fedmsg.d/resultsdb.py
|
Loading…
Add table
Add a link
Reference in a new issue