drop the openqa/fixes role, threebean says it's unneeded

apparently the policy.py file shouldn't cause any problems.
This commit is contained in:
Adam Williamson 2016-03-10 20:06:02 -08:00
parent 5e36f333fa
commit 8d4a492b02
3 changed files with 0 additions and 28 deletions

View file

@ -46,7 +46,6 @@
- { role: check-compose, tags: ['check-compose'] }
- { role: fedmsg/base, tags: ['fedmsg_base', 'fedmsg'] }
- { role: fedmsg/hub, tags: ['fedmsg_hub', 'fedmsg'] }
- { role: openqa/fixes, tags: ['openqa_fixes', 'fedmsg'] }
handlers:
- include: "{{ handlers }}/restart_services.yml"

View file

@ -1,19 +0,0 @@
config = dict(
endpoints={
# This is the output side of the relay to which all other
# services can listen.
"relay_outbound": [
"tcp://127.0.0.1:4001",
],
},
relay_inbound=[
# Stuff from the cloud has to go through our external proxy first..
#"tcp://hub.fedoraproject.org:9941",
# ...and normally, we'd like them to go through round-robin, but we're
# not getting messages in from proxies across the vpn. So, only use
# proxy01 for now.
"tcp://209.132.181.16:9941",
],
)

View file

@ -1,8 +0,0 @@
# This file contains some temporary fixes for the fedmsg config on openQA
# hosts, since the roles still aren't quite right for firewalled systems.
- name: remove internal message source policy
file: path=/etc/fedmsg.d/policy.py state=absent
- name: restart fedmsg service
service: name=fedmsg-hub state=restarted