diff --git a/modules/sysadmin_guide/pages/registry.adoc b/modules/sysadmin_guide/pages/registry.adoc index a3ac57a..2c177cc 100644 --- a/modules/sysadmin_guide/pages/registry.adoc +++ b/modules/sysadmin_guide/pages/registry.adoc @@ -3,8 +3,9 @@ Fedora uses the https://github.com/docker/distribution[Docker Distribution] container registry to host its container images. -Production instance: https://registry.fedoraproject.org CDN instance: -https://cdn.registry.fedoraproject.org +Production instance: https://registry.fedoraproject.org + +CDN instance: https://cdn.registry.fedoraproject.org == Contact information @@ -14,20 +15,18 @@ Contact:: #fedora-admin Persons:: bowlofeggs cverna puiterwijk -Location:: - Phoenix Servers:: - oci-candidate-registry01.phx2.fedoraproject.org - oci-candidate-registry01.stg.phx2.fedoraproject.org - oci-registry01.phx2.fedoraproject.org - oci-registry01.stg.phx2.fedoraproject.org - oci-registry02.phx2.fedoraproject.org + * oci-candidate-registry01.iad2.fedoraproject.org + * oci-candidate-registry01.stg.iad2.fedoraproject.org + * oci-registry01.iad2.fedoraproject.org + * oci-registry01.stg.iad2.fedoraproject.org + * oci-registry02.iad2.fedoraproject.org Purpose:: Serve Fedora's container images == 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: .... @@ -70,7 +69,7 @@ sudo journalctl -f -u docker-distribution === Running out of disk space 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: ....