From 543eac44ed46bb8c780b7f86167e1ea89ff1b417 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 5 Jul 2019 20:22:32 +0000 Subject: [PATCH] koji_hub / staging: disable sidetag plugin for now as it won't load. Fix install of correct package. Signed-off-by: Kevin Fenzi --- roles/koji_hub/tasks/main.yml | 2 +- roles/koji_hub/templates/hub.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index e3ee195db5..e737d1b666 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -104,11 +104,11 @@ when: env == 'staging' with_items: - python2-fedora-messaging + - python2-koji-sidetag-plugin-hub tags: - packages - koji_hub - fedora-messaging - - python2-koji-sidetag-plugin-hub - name: create the config folder for fedora-messaging when: env == 'staging' diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index d091f4215f..db71b11ff6 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -76,7 +76,7 @@ DisableNotifications = True #Plugins = koji-disable-builds-plugin #Plugins = darkserver-plugin {% if env == "staging" %} -Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag +Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo {% else %} Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo {% endif %}