Review blockerbugs SOP

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-08-17 16:08:11 +02:00
parent 3969182e61
commit 6016070199
2 changed files with 15 additions and 16 deletions

View file

@ -6,13 +6,13 @@ freeze exception bugs in branched Fedora releases.
== Contents
[arabic]
. Contact Information
. File Locations
. Upgrade Process
* Upgrade Preparation (for all upgrades)
* Minor Upgrade (no db change)
* Major Upgrade (with db changes)
* <<_contact_information>>
* <<_file_locations>>
* <<_building_for_infra>>
* <<_upgrading>>
** <<_upgrade_preparation_all_upgrades>>
** <<_minor_upgrades_no_database_changes>>
** <<_major_upgrades_with_database_changes>>
== Contact Information
@ -21,9 +21,9 @@ Owner::
Contact::
#fedora-qa
Location::
Phoenix
iad2
Servers::
blockerbugs01.phx2, blockerbugs02.phx2, blockerbugs01.stg.phx2
blockerbugs01.iad2, blockerbugs02.iad2, blockerbugs01.stg.iad2
Purpose::
Hosting the https://pagure.io/fedora-qa/blockerbugs[blocker bug
tracking application] for QA
@ -34,12 +34,12 @@ Purpose::
=== Node Roles
blockerbugs01.stg.phx2::
blockerbugs01.stg.iad2::
the staging instance, it is not load balanced
blockerbugs01.phx2::
blockerbugs01.iad2::
one of the load balanced production nodes, it is responsible for
running bugzilla/bodhi/koji sync
blockerbugs02.phx2::
blockerbugs02.iad2::
the other load balanced production node. It does not do any sync
operations
@ -67,7 +67,6 @@ koji build epel7-infra blockerbugs-0.4.4.11-1.el7.src.rpm
....
[NOTE]
.Note
====
The fun bit of this is that `python-flask` is only available on `x86_64`
builders. If your build is routed to one of the non-x86_64, it will
@ -97,8 +96,8 @@ blockerbugs RPM.
=== Minor Upgrades (no database changes)
Run the following on *both* `blockerbugs01.phx2` and
`blockerbugs02.phx2` if updating in production.
Run the following on *both* `blockerbugs01.iad2` and
`blockerbugs02.iad2` if updating in production.
[arabic]
. Update ansible with config changes, push changes to the ansible repo: