iad2-move: set messaging bridges to use iad2 gateways

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-08 08:03:30 -07:00
parent d703de535a
commit ca8a5edc08
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ exclusive = false
arguments = {}
[consumer_config]
publish_endpoint = "tcp://busgateway01{{ env_suffix }}.phx2.fedoraproject.org:9941"
publish_endpoint = "tcp://busgateway01{{ env_suffix }}.iad2.fedoraproject.org:9941"
remote_publish = true
[qos]

View file

@ -6,7 +6,7 @@ config = {
'active': True,
'cert_prefix': 'fedmsg-migration-tools',
'certnames': {'fedmsg-migration-tools.{}'.format(socket.gethostname()): 'fedmsg-migration-tools'},
'relay_inbound': 'tcp://busgateway01{{ env_suffix }}.phx2.fedoraproject.org:9941',
'relay_inbound': 'tcp://busgateway01{{ env_suffix }}.iad2.fedoraproject.org:9941',
{% if env == 'staging' %}
# stg should listen to the stg bus
'endpoints': {