mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
Fix rabbitmq 'pungi' user creation on prod
I think @kevin inadvertently broke this in
f0663ae52f - he mixed up the names
of environments ('production' / 'staging') and Koji instances
('primary' / 'secondary'), just in this one case (it's correct
everywhere else). This is causing the pungi user not to be
created, and that means compose hosts can't publish messages.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
- role: rabbit/user
|
||||
user_name: "pungi{{ env_suffix }}"
|
||||
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(pungi|compose|logger)\..*
|
||||
when: koji_instance == "production" or env == "staging"
|
||||
when: koji_instance == "primary" or env == "staging"
|
||||
|
||||
- {
|
||||
role: "push-container-registry",
|
||||
|
||||
Reference in New Issue
Block a user