summaryrefslogtreecommitdiffstats
path: root/roles/check-compose/files/checkcomp_consumer.py
diff options
context:
space:
mode:
authorAdam Williamson <awilliam@redhat.com>2016-03-04 14:25:46 -0800
committerAdam Williamson <awilliam@redhat.com>2016-03-04 14:29:54 -0800
commit25e6469e4da6a6b3fad50efc79aba8a377c10a2c (patch)
tree0f0e9ec3bae2a00a2ebb5a4e70a11e8f808c8274 /roles/check-compose/files/checkcomp_consumer.py
parent5a968a1881e0a717d48b8c1a0f1f913cdd83190c (diff)
downloadansible-25e6469e4da6a6b3fad50efc79aba8a377c10a2c.tar.gz
ansible-25e6469e4da6a6b3fad50efc79aba8a377c10a2c.tar.xz
ansible-25e6469e4da6a6b3fad50efc79aba8a377c10a2c.zip
check-compose: switch to fedmsg-hub based fedmsg consumer
I'm switching the misc. QA fedmsg consumers over to using fedmsg- hub, due to https://github.com/fedora-infra/fedmsg/issues/365 . So we need to adjust how we install check-compose, install a config file to enable the consumer, and also set up the fedmsg base and hub roles on the openqa server boxes (which do the check-compose job ATM).
Diffstat (limited to 'roles/check-compose/files/checkcomp_consumer.py')
-rw-r--r--roles/check-compose/files/checkcomp_consumer.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/check-compose/files/checkcomp_consumer.py b/roles/check-compose/files/checkcomp_consumer.py
new file mode 100644
index 000000000..5d3068cff
--- /dev/null
+++ b/roles/check-compose/files/checkcomp_consumer.py
@@ -0,0 +1,3 @@
+config = {
+ 'checkcomp_consumer.prod.enabled': True,
+}