diff --git a/roles/openshift-apps/messaging-bridges/templates/amqp-to-zmq.toml b/roles/openshift-apps/messaging-bridges/templates/amqp-to-zmq.toml index 25db1104df..f10e10b2a9 100644 --- a/roles/openshift-apps/messaging-bridges/templates/amqp-to-zmq.toml +++ b/roles/openshift-apps/messaging-bridges/templates/amqp-to-zmq.toml @@ -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] diff --git a/roles/openshift-apps/messaging-bridges/templates/fedmsg-migration-tools.py b/roles/openshift-apps/messaging-bridges/templates/fedmsg-migration-tools.py index 49ba7b5ed5..27734aca06 100644 --- a/roles/openshift-apps/messaging-bridges/templates/fedmsg-migration-tools.py +++ b/roles/openshift-apps/messaging-bridges/templates/fedmsg-migration-tools.py @@ -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': {