From 32ff935a55dba6991c63769231a8dcaef63da0ad Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 6 Apr 2018 02:14:14 +0000 Subject: [PATCH] fix typos in pdc-backend csi data. ticket 6775 --- inventory/group_vars/pdc-backend | 8 ++++---- inventory/group_vars/pdc-backend-stg | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inventory/group_vars/pdc-backend b/inventory/group_vars/pdc-backend index 97720e7ac3..4509bc28b4 100644 --- a/inventory/group_vars/pdc-backend +++ b/inventory/group_vars/pdc-backend @@ -23,18 +23,18 @@ csi_relationship: | fedmsg-hub daemon that loads the pdc-updater consumer plugin. However, the pdc-updater plugin is configured to do different things in each place. - On pdc-updater01, the compose handler is enabled which listens for new pungi + On pdc-backend01, the compose handler is enabled which listens for new pungi composes, and stores them in PDC. Fedora QE uses this data. The consumer has only a single thread enabled to avoid OOMing itself with more than one compose at a time. - On pdc-updater02, the modularity handlers are enabled which listen for MBS - activity, and store that in PDC. pdc-updater02 also hosts the retirement + On pdc-backend02, the modularity handlers are enabled which listen for MBS + activity, and store that in PDC. pdc-backend02 also hosts the retirement handler which listens to dist-git for new dead.package files, and propagates the retirement to PDC (by prematurely EOLing the branch). Multiple threads are enabled so that it can work more efficiently on these smaller tasks. - On pdc-updater03, the dep chain handlers are enabled which listen for koji + On pdc-backend03, the dep chain handlers are enabled which listen for koji messages and store dep chain information in PDC, like what rpms depend on what other rpms at build time, and what containers depend on what rpms, etc.. Multiple threads are enabled so that it can work more efficiently on these diff --git a/inventory/group_vars/pdc-backend-stg b/inventory/group_vars/pdc-backend-stg index 425ca623ef..f07babb410 100644 --- a/inventory/group_vars/pdc-backend-stg +++ b/inventory/group_vars/pdc-backend-stg @@ -23,11 +23,11 @@ csi_relationship: | a fedmsg-hub daemon that loads the pdc-updater consumer plugin. However, the pdc-updater plugin is configured to do different things in each place. - On pdc-updater01, the compose handler is enabled which listens for new pungi + On pdc-backend01, the compose handler is enabled which listens for new pungi composes, and stores them in PDC. Fedora QE uses this data. The consumer has only a single thread enabled to avoid OOMing itself with more than one compose at a time. - On pdc-updater02, the dep chain and modularity handlers are enabled which + On pdc-backend02, the dep chain and modularity handlers are enabled which listen for koji and MBS activity, and store that in PDC. Multiple threads are enabled so that it can work more efficiently on these smaller tasks.