iad2-move: set messaging bridges to use iad2 gateways
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d703de535a
commit
ca8a5edc08
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ exclusive = false
|
||||||
arguments = {}
|
arguments = {}
|
||||||
|
|
||||||
[consumer_config]
|
[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
|
remote_publish = true
|
||||||
|
|
||||||
[qos]
|
[qos]
|
||||||
|
|
|
@ -6,7 +6,7 @@ config = {
|
||||||
'active': True,
|
'active': True,
|
||||||
'cert_prefix': 'fedmsg-migration-tools',
|
'cert_prefix': 'fedmsg-migration-tools',
|
||||||
'certnames': {'fedmsg-migration-tools.{}'.format(socket.gethostname()): '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' %}
|
{% if env == 'staging' %}
|
||||||
# stg should listen to the stg bus
|
# stg should listen to the stg bus
|
||||||
'endpoints': {
|
'endpoints': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue