From e39b48d5f65254a3199cf46d1fb8b43e41cfdcae Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 2 Oct 2019 21:48:15 +0000 Subject: [PATCH] koji / hub: drop fedmsg as the plugin here is using fedora-messaging now. Signed-off-by: Kevin Fenzi --- playbooks/groups/koji-hub.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index be66002295..3c7cdb2678 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -31,7 +31,6 @@ - builder_repo - collectd/base - apache - - fedmsg/base - role: keytab/service service: kojira host: "koji{{env_suffix}}.fedoraproject.org" @@ -44,17 +43,6 @@ service: HTTP owner_user: apache host: "koji{{env_suffix}}.fedoraproject.org" - when: "fedmsg_koji_instance == 'primary'" - - role: keytab/service - service: HTTP - owner_user: apache - host: "{{fedmsg_koji_instance}}.koji.fedoraproject.org" - when: "fedmsg_koji_instance != 'primary'" - - role: keytab/service - service: shadow - owner_user: koji_shadow - host: "koji{{env_suffix}}.fedoraproject.org" - when: "fedmsg_koji_instance != 'primary'" - { role: nfs/server, when: env == "staging" } - { role: keepalived, when: env == "production" and inventory_hostname.startswith('koji') } - role: nfs/client