From 3823b5ccdfb66efbc33d257b99f01bfc1f56fe6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 6 Sep 2021 16:51:55 +0200 Subject: [PATCH] Review mastermirror SOP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- modules/sysadmin_guide/nav.adoc | 2 +- .../sysadmin_guide/pages/mastermirror.adoc | 29 ++++++++----------- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index 0228978..eb944d8 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -66,7 +66,7 @@ ** xref:mailman.adoc[Mailman Infrastructure - SOP] ** xref:making-ssl-certificates.adoc[SSL Certificate Creation - SOP] ** xref:massupgrade.adoc[Mass Upgrade Infrastructure - SOP] -** xref:mastermirror.adoc[mastermirror - SOP in review ] +** xref:mastermirror.adoc[Master Mirror Infrastructure - SOP] ** xref:mbs.adoc[mbs - SOP in review ] ** xref:memcached.adoc[memcached - SOP in review ] ** xref:message-tagging-service.adoc[message-tagging-service - SOP in review ] diff --git a/modules/sysadmin_guide/pages/mastermirror.adoc b/modules/sysadmin_guide/pages/mastermirror.adoc index d60986e..6b5ef16 100644 --- a/modules/sysadmin_guide/pages/mastermirror.adoc +++ b/modules/sysadmin_guide/pages/mastermirror.adoc @@ -2,11 +2,10 @@ == Contents -[arabic] -. Contact Information -. PHX Master Mirror Setup -. RDU I2 Master Mirror Setup -. Raising Issues +* <<_contact_information>> +* <<_iad_master_mirror_setup>> +* <<_rdu_i2_master_mirror_setup>> +* <<_raising_issues>> == Contact Information @@ -14,14 +13,12 @@ Owner::: Red Hat IS Contact::: #fedora-admin, Red Hat ticket -Location::: - PHX Servers::: - server[1-5].download.phx.redhat.com + server[1-5].download.iad2.redhat.com Purpose::: Provides the master mirrors for Fedora distribution -== PHX Master Mirror Setup +== IAD Master Mirror Setup The master mirrors are accessible as: @@ -34,8 +31,7 @@ download5.fedora.redhat.com -> 209.132.176.221 .... from the outside. download.fedora.redhat.com is a round robin to the -above:: - IPs. +above IPs. The external IPs correspond to internal load balancer IPs that balance between server[1-5]: @@ -50,17 +46,16 @@ The load balancers then balance between the below Fedora IPs on the rsync servers: .... -10.8.24.21 (fedora1.download.phx.redhat.com) - server1.download.phx.redhat.com -10.8.24.22 (fedora2.download.phx.redhat.com) - server2.download.phx.redhat.com -10.8.24.23 (fedora3.download.phx.redhat.com) - server3.download.phx.redhat.com -10.8.24.24 (fedora4.download.phx.redhat.com) - server4.download.phx.redhat.com -10.8.24.25 (fedora5.download.phx.redhat.com) - server5.download.phx.redhat.com +10.8.24.21 (fedora1.download.iad2.redhat.com) - server1.download.iad2.redhat.com +10.8.24.22 (fedora2.download.iad2.redhat.com) - server2.download.iad2.redhat.com +10.8.24.23 (fedora3.download.iad2.redhat.com) - server3.download.iad2.redhat.com +10.8.24.24 (fedora4.download.iad2.redhat.com) - server4.download.iad2.redhat.com +10.8.24.25 (fedora5.download.iad2.redhat.com) - server5.download.iad2.redhat.com .... == RDU I2 Master Mirror Setup [NOTE] -.Note ==== This section is awaiting confirmation from RH - information here may not be 100% accurate yet.