koji / hub: drop fedmsg as the plugin here is using fedora-messaging now.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-02 21:48:15 +00:00 committed by Pierre-Yves Chibon
parent bd8cdf0133
commit e39b48d5f6

View file

@ -31,7 +31,6 @@
- builder_repo - builder_repo
- collectd/base - collectd/base
- apache - apache
- fedmsg/base
- role: keytab/service - role: keytab/service
service: kojira service: kojira
host: "koji{{env_suffix}}.fedoraproject.org" host: "koji{{env_suffix}}.fedoraproject.org"
@ -44,17 +43,6 @@
service: HTTP service: HTTP
owner_user: apache owner_user: apache
host: "koji{{env_suffix}}.fedoraproject.org" 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: nfs/server, when: env == "staging" }
- { role: keepalived, when: env == "production" and inventory_hostname.startswith('koji') } - { role: keepalived, when: env == "production" and inventory_hostname.startswith('koji') }
- role: nfs/client - role: nfs/client