Also includes updates to reflect the new deployment style, and a brief
guide on testing in staging.
Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This is nice and all, but unless you have dnssec enabled, it
could be you get redirected to a attacker host.
We also no longer mention sshfp anywhere here, so makes sense to just
drop it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This started out as a small change to drop references to
RelEngFrozen and clean up references to Frozen, but it got...
bigger.
We drop the sop_bodhi_activation page entirely (it is redundant
with the beta_freeze page, but worse).
We change the variable updated at freeze and release points to
always be `NextReleaseFrozen`, which is introduced in
https://pagure.io/fedora-infra/ansible/pull-request/2481 and
meant to have the same meaning as `RelEngFrozen` but be more
accurately named (as it's only one release that freezes, not all
of releng).
We extend the Fedora Release Infrastructure SOP page to document
starting and ending the infra freeze, and updating the
appropriate ansible variable.
beta_freeze page changes:
* General style/grammar cleanups
* s/Bodhi activation point/updates-testing activation point/g
* Clarify that freeze and u-t activation are distinct events
* Drop an obsolete warning and steps related to a now-fixed Bodhi bug
* Clarify and standardize ansible variable changes
* Correct the list of playbooks to be run (koji-hub is needed as
it depends on `Frozen`, the removed ones are not needed)
* Move the body of the email announcement into the SOP so the
release number can be templated (this is now consistent with
final_freeze)
* Simplify stable push instructions
* Drop fedora-beta.conf creation - duplicated with beta_RC_compose
* Drop incorrect text from Consider Before Running section
beta_release page changes:
* General style/grammar cleanups
* Clarify and standardize ansible variable changes
* Correct playbooks (add koji-hub), move to logical place in order
final_freeze page changes:
* Clarify and standardize ansible variable changes
* Fix empty 'Process stable push requests' section
final_release page changes:
* Clarify and standardize ansible variable changes
* Drop pungi.rpm.conf.j2 changes - depends on:
https://pagure.io/fedora-infra/ansible/pull-request/2471
* Add multiple missing playbook executions
* Update the reference PR to F41
sop_mass_branching changes:
* Correct the list of playbooks to be run - both Bodhi playbooks
are needed, MBS is gone, and there's a stray $ sign in one
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit removes all the documentation related to fedmsg and
github2fedmsg. Removes all the mentions of fedmsg when it makes sense or
change it to Fedora messaging.
I didn't updated
modules/releng_misc_guide/pages/sop_pushing_updates.adoc as this needs
somebody with the knowledge of the process to update it.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
The Koschei collection for the EOL release needs to be removed at
EOL. Add instructions for that to the Koschei sysadmin guide and
link them from the EOL SOP.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Last time I added a new DB I was struggling with the way to set permission to DB
user. Examples could be helpful in this case, so let's add them.
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
Previously it was a little ambiguous what tag to add a package to
when adding a package to an infra yum repo. This commit tweaks it a
little bit to make it more obvious, and provide a real example.
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
Found a reference to batcave01.fedoraproject.org, which does not resolve. Immediately below it is a reference to batcave01.iad2.fedoraproject.org, which did resolve and allowed an SSH connection. Updated the first reference.