From b88f44a32fcd5b77413b816cac2d0a78cd4ddf78 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Tue, 17 Apr 2018 01:47:11 +0000 Subject: [PATCH] Use the env_suffix on the bodhi fedmsg endpoint config. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/configmap.yml b/roles/bodhi2/base/templates/configmap.yml index 1d3b269895..bd0ef0589b 100644 --- a/roles/bodhi2/base/templates/configmap.yml +++ b/roles/bodhi2/base/templates/configmap.yml @@ -26,7 +26,7 @@ data: 'cert_prefix': 'bodhi', 'certnames': {'bodhi.{}'.format(socket.gethostname()): 'bodhi'}, 'relay_inbound': ['tcp://busgateway01{{ env_suffix }}.phx2.fedoraproject.org:9941'], - 'bodhi.%s' % hostname: ['tcp://busgateway01.stg.phx2.fedoraproject.org:9941'], + 'bodhi.%s' % hostname: ['tcp://busgateway01{{ env_suffix }}.phx2.fedoraproject.org:9941'], {% if env == 'staging' %} 'environment': 'stg', # stg should listen to the stg bus