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

@ -9,7 +9,7 @@
** xref:arm.adoc[Fedora ARM Infrastructure - SOP] ** xref:arm.adoc[Fedora ARM Infrastructure - SOP]
** xref:aws-access.adoc[Amazon Web Services Access - SOP] ** xref:aws-access.adoc[Amazon Web Services Access - SOP]
** xref:bastion-hosts-info.adoc[Fedora Bastion Hosts - SOP] ** xref:bastion-hosts-info.adoc[Fedora Bastion Hosts - SOP]
** xref:blockerbugs.adoc[blockerbugs - SOP in review ] ** xref:blockerbugs.adoc[Blockerbugs Infrastructure - SOP]
** xref:bodhi.adoc[bodhi - SOP in review ] ** xref:bodhi.adoc[bodhi - SOP in review ]
** xref:bugzilla2fedmsg.adoc[bugzilla2fedmsg - SOP in review ] ** xref:bugzilla2fedmsg.adoc[bugzilla2fedmsg - SOP in review ]
** xref:bugzilla.adoc[bugzilla - SOP in review ] ** xref:bugzilla.adoc[bugzilla - SOP in review ]

View file

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