From 8ed43bb25e121c3aaf06b980eaf3a16c087d1d59 Mon Sep 17 00:00:00 2001 From: Brendan Reilly Date: Thu, 28 Jan 2021 12:00:33 -0500 Subject: [PATCH] Fix MBS frontend configuration --- inventory/group_vars/mbs_frontend | 3 +++ inventory/group_vars/mbs_frontend_stg | 3 +++ 2 files changed, 6 insertions(+) diff --git a/inventory/group_vars/mbs_frontend b/inventory/group_vars/mbs_frontend index 9cf0b6060f..84c1c5d319 100644 --- a/inventory/group_vars/mbs_frontend +++ b/inventory/group_vars/mbs_frontend @@ -42,3 +42,6 @@ csi_relationship: | It has no special credentials itself. When a module build it submitted, it makes a note in the DB and publishes a fedmsg message. The mbs backend nodes do all the work of talking to koji. + +mbs_broker_url: "" +mbs_num_workers: 3 diff --git a/inventory/group_vars/mbs_frontend_stg b/inventory/group_vars/mbs_frontend_stg index 3dc637144e..490ed9a651 100644 --- a/inventory/group_vars/mbs_frontend_stg +++ b/inventory/group_vars/mbs_frontend_stg @@ -52,3 +52,6 @@ csi_relationship: | It has no special credentials itself. When a module build it submitted, it makes a note in the DB and publishes a fedmsg message. The mbs backend nodes do all the work of talking to koji. + +mbs_broker_url: "" +mbs_num_workers: 3