drop fedmsg/base role from openQA for now

it apparently assumes the host is on the internal network, but
openQA hosts are on the QA network, so it kinda breaks things.
We'll just set up fedmsg-hub naively for now - there will be
no internal monitoring or any of that good stuff, but at least
it ought to *work*.
This commit is contained in:
Adam Williamson 2016-03-05 12:55:26 -08:00
parent 48a39ba4c0
commit 6ab0fbdc0e

View file

@ -43,7 +43,6 @@
roles:
- { role: openqa/server, tags: ['openqa_server'] }
- { role: openqa/dispatcher, tags: ['openqa_dispatcher'] }
- { role: fedmsg/base, tags: ['fedmsg_base'] }
- { role: fedmsg/hub, tags: ['fedmsg_hub'] }
- { role: check-compose, tags: ['check-compose'] }