Review registry SOP

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-09-10 13:15:36 +02:00
parent c77164329d
commit 038df8b7f5

View file

@ -3,8 +3,9 @@
Fedora uses the https://github.com/docker/distribution[Docker Fedora uses the https://github.com/docker/distribution[Docker
Distribution] container registry to host its container images. Distribution] container registry to host its container images.
Production instance: https://registry.fedoraproject.org CDN instance: Production instance: https://registry.fedoraproject.org
https://cdn.registry.fedoraproject.org
CDN instance: https://cdn.registry.fedoraproject.org
== Contact information == Contact information
@ -14,20 +15,18 @@ Contact::
#fedora-admin #fedora-admin
Persons:: Persons::
bowlofeggs cverna puiterwijk bowlofeggs cverna puiterwijk
Location::
Phoenix
Servers:: Servers::
oci-candidate-registry01.phx2.fedoraproject.org * oci-candidate-registry01.iad2.fedoraproject.org
oci-candidate-registry01.stg.phx2.fedoraproject.org * oci-candidate-registry01.stg.iad2.fedoraproject.org
oci-registry01.phx2.fedoraproject.org * oci-registry01.iad2.fedoraproject.org
oci-registry01.stg.phx2.fedoraproject.org * oci-registry01.stg.iad2.fedoraproject.org
oci-registry02.phx2.fedoraproject.org * oci-registry02.iad2.fedoraproject.org
Purpose:: Purpose::
Serve Fedora's container images Serve Fedora's container images
== Configuring all nodes == Configuring all nodes
Run this command from the [.title-ref]#ansible# checkout to configure Run this command from the _ansible_ checkout to configure
all nodes in production: all nodes in production:
.... ....
@ -70,7 +69,7 @@ sudo journalctl -f -u docker-distribution
=== Running out of disk space === Running out of disk space
We have a niagos check that monitors the available disk space on We have a niagos check that monitors the available disk space on
[.title-ref]#/srv/registry#. An ansible playbook is available to reclaim `/srv/registry`. An ansible playbook is available to reclaim
some disk space if needed: some disk space if needed:
.... ....