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).
This commit is contained in:
Adam Williamson 2016-03-04 14:25:46 -08:00
parent 5a968a1881
commit 25e6469e4d
3 changed files with 12 additions and 16 deletions

View file

@ -0,0 +1,3 @@
config = {
'checkcomp_consumer.prod.enabled': True,
}