From 390d6e240c5cb3bb48d8d1936bb0738bee74f0a2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 5 Jan 2021 11:04:58 +0100 Subject: [PATCH] toddlers: add configuration for the distgit_bugzilla_sync toddler Signed-off-by: Pierre-Yves Chibon --- .../toddlers/templates/fedora-messaging.toml | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index f3c3edb8e9..a0be10b758 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -120,6 +120,47 @@ email_overrides_url = "https://pagure.io/fedora-infra/ansible/raw/master/f/roles pdc_active_branches = "https://pdc.fedoraproject.org/extras/active_branches.json" +[consumer_config.distgit_bugzilla_sync] +# Sent notifications e-mails about errors to users +# If False the notificaton e-mail is sent only to admins +user_notifications = false +# FAS username of default QA contact for bugzilla tickets +# default_qa_contact = "extras-qa@fedoraproject.org" +# Admin addresses to notify +notify_admins = [ + "kevin@fedoraproject.org", + "pingou@fedoraproject.org", +] +# Use fasjson instead of FAS +fasjson = false + +# PDC types mapping for distgit_bugzilla_sync toddler +[consumer_config.distgit_bugzilla_sync.pdc_types] +"rpms" = "rpm" +"modules" = "module" +"container" = "container" + +# Bugzilla products informations for Fedora +[consumer_config.distgit_bugzilla_sync.products] + +[consumer_config.distgit_bugzilla_sync.products.Fedora] +namespace = "rpms" +versions = ["rawhide", "33", "32"] + +[consumer_config.distgit_bugzilla_sync.products."Fedora Container Images"] +namespace = "container" +versions = ["rawhide", "33", "32"] + +[consumer_config.distgit_bugzilla_sync.products."Fedora Modules"] +namespace = "modules" +versions = [] + +[consumer_config.distgit_bugzilla_sync.products."Fedora EPEL"] +# To simplify to '^epel\d+$' once EL6 is EOL. +branch_regex = '^e(pe)?l\d+$' +versions = ["epel8", "epel7", "el6"] + + [qos] prefetch_size = 0