From b4724567a68aeffb3436a2534770f318567e1395 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 17 May 2018 07:01:18 +0000 Subject: [PATCH] Move staging Koschei database to db01.stg (#6805) koschei database on pgbdr.stg is in inconsistent state, let's use using non-BDR db01.stg until this is fixed. https://pagure.io/fedora-infrastructure/issue/6805 --- inventory/group_vars/koschei-backend-stg | 4 +++- inventory/group_vars/koschei-web-stg | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/koschei-backend-stg b/inventory/group_vars/koschei-backend-stg index b12523ea24..1ba07db669 100644 --- a/inventory/group_vars/koschei-backend-stg +++ b/inventory/group_vars/koschei-backend-stg @@ -8,7 +8,9 @@ num_cpus: 4 # the host_vars/$hostname file koschei_topurl: https://apps.stg.fedoraproject.org/koschei -koschei_pgsql_hostname: pgbdr.stg.phx2.fedoraproject.org +# koschei database on pgbdr.stg is in inconsistent state, so we're +# using non-BDR db01.stg for now. +koschei_pgsql_hostname: db01.stg.phx2.fedoraproject.org koschei_koji_hub: koji.stg.fedoraproject.org koschei_kojipkgs: koji.stg.fedoraproject.org koschei_koji_web: koji.stg.fedoraproject.org diff --git a/inventory/group_vars/koschei-web-stg b/inventory/group_vars/koschei-web-stg index c3692a7c30..53831c2f91 100644 --- a/inventory/group_vars/koschei-web-stg +++ b/inventory/group_vars/koschei-web-stg @@ -8,7 +8,9 @@ num_cpus: 1 # the host_vars/$hostname file koschei_topurl: https://apps.stg.fedoraproject.org/koschei -koschei_pgsql_hostname: pgbdr.stg.phx2.fedoraproject.org +# koschei database on pgbdr.stg is in inconsistent state, so we're +# using non-BDR db01.stg for now. +koschei_pgsql_hostname: db01.stg.phx2.fedoraproject.org koschei_kojipkgs: koji.stg.fedoraproject.org koschei_koji_web: koji.stg.fedoraproject.org koschei_oidc_provider: id.stg.fedoraproject.org