From Fedora Project Wiki
m (1 revision(s))
m (Cleanup.)
 
Line 1: Line 1:
<!-- Do not remove
{{header|infra}}
-->
<!-- StartHeader
-->
<pre>#!html
<div style="height:66px; width:100%; background-color:#002867;">
<a href = "http://fedoraproject.org/wiki/Infrastructure"> <img style="float:right;padding-top:3px;" src="http://fedoraproject.org/wiki/Infrastructure?action=AttachFile&do=get&target=InfrastructureTeamN1.png" /></a>
</div>
 
<HR style="height:2px; background-color:#00578E;" />
</pre>
<!-- EndHeader
-->


= Fedora Mirror Management System =
= Fedora Mirror Management System =


Please also see [[Infrastructure/Mirroring| ]]  for how to become a Fedora mirror.
Please also see [[Infrastructure/Mirroring| ]]  for how to become a Fedora mirror.


== System Requirements ==
== System Requirements ==
Line 41: Line 28:
* Sites provide an email address that, when receiving a signed message from the mirror system, are notified of changes to a Release and that they can start rsync'ing again. This allows pushes as well as polling.
* Sites provide an email address that, when receiving a signed message from the mirror system, are notified of changes to a Release and that they can start rsync'ing again. This allows pushes as well as polling.
* Sites can provide their rsync/ftp/http statistics to showcase the value the global mirrors bring to Fedora.
* Sites can provide their rsync/ftp/http statistics to showcase the value the global mirrors bring to Fedora.


* '''Automatically generate'''
* '''Automatically generate'''
Line 51: Line 37:
* '''Mirror validation'''
* '''Mirror validation'''
* Automatically verify the synced state of mirrors, and remove them from lists where needed
* Automatically verify the synced state of mirrors, and remove them from lists where needed


=== Workflow ===
=== Workflow ===
Line 72: Line 57:
* site notifies system that sync is complete (using client-side tool)
* site notifies system that sync is complete (using client-side tool)
* site added to proper Release lists externally visible
* site added to proper Release lists externally visible


==== Add a new Release (embargoed until a certain date) ====
==== Add a new Release (embargoed until a certain date) ====
Line 78: Line 62:


Before embargo is lifted:
Before embargo is lifted:
1. Mirrormanager admin creates the Release
# Mirrormanager admin creates the Release
1. rsync manager posts the release to the master rsync server
# rsync manager posts the release to the master rsync server
* download[123] .fedora.redhat.com automatically mirror everything from master
# download[123] .fedora.redhat.com automatically mirror everything from master
1. sites notified by email that a new Release is available on download[123] .
# sites notified by email that a new Release is available on download[123] .
* or sites begin picking up new Release on their regular sync
# or sites begin picking up new Release on their regular sync
1. site notifies system that sync is complete (using client-side tool)
# site notifies system that sync is complete (using client-side tool)


When embargo is lifted, repeat from step 2 to get the bitflip.
When embargo is lifted, repeat from step 2 to get the bitflip.


=== Client-side tool ===
=== Client-side tool ===


There are several instances where we'd benefit from having a client-side tool that runs on the mirror site immediately after rsync is finished.  This lets us cleanly get around the fact that when embargoed content is posted, it's not world-readable, therefore no Fedora-side process can see what a given mirror has, until after the bitflip and subsequent rsync to pick up the bitflip.  Having a client-side tool that can send mirror status back up to the MirrorManager database before the bitflip solves this.  I envision an XMLRPC-over-HTTPS process using a mirror site's login/password (not a user's login/password) for this.
There are several instances where we'd benefit from having a client-side tool that runs on the mirror site immediately after rsync is finished.  This lets us cleanly get around the fact that when embargoed content is posted, it's not world-readable, therefore no Fedora-side process can see what a given mirror has, until after the bitflip and subsequent rsync to pick up the bitflip.  Having a client-side tool that can send mirror status back up to the MirrorManager database before the bitflip solves this.  I envision an XMLRPC-over-HTTPS process using a mirror site's login/password (not a user's login/password) for this.




== Code ==
== Code ==
https://fedorahosted.org/mirrormanager/wiki/WikiStart
https://fedorahosted.org/mirrormanager/wiki/WikiStart


If you are interested in contributing to this project, swing by #fedora-admin on irc.freenode.net and ask for more information.  Farshad Khoshkhui, MattDomsch, MikeMcGrath, and LukeMacken have expressed interest in working on this.
If you are interested in contributing to this project, swing by #fedora-admin on irc.freenode.net and ask for more information.  Farshad Khoshkhui, MattDomsch, MikeMcGrath, and LukeMacken have expressed interest in working on this.


----
[[Category:Infrastructure]]
[[Category:Infrastructure]]

Latest revision as of 21:17, 25 May 2008


Fedora Mirror Management System

Please also see for how to become a Fedora mirror.

System Requirements

  • Web-based
  • Provide a mechanism for mirrors to provide their own data, including, but not limited to:
  • Architectures carried
  • Releases carried
  • Whether or not Extras is carried. Would this be obsolete? thl: only for F7 and later; and there is also epel; Further: maybe other projects arise in the future that need to be handled...
  • Whether or not development branch is carried
  • Whether or not source packages and images are carried?
  • Whether or not debuginfo for a branch is carried
  • IPs of servers used to pull from the masters (for the rsync ACLs), allow both IPv4 and IPv6 addresses
  • private (to other mirrors only) rsync IP/username/passwords for mirror<->mirror syncs
  • If the mirror is company-internal private or worldwide-public (a few large companies have their own internal mirrors that pull from the masters)
  • bandwidth available for downloading
  • per-host geographical hints to override GeoIP-based data if needed
  • method for mirror sites to announce they are synchronized prior to the public bitflip (after which automatic sync test methods will work)
  • approval method for new mirror sites (to prevent leaks through bogus mirrors) - tie a site to a user in the Fedora Account System, and approve users in the FAS into a mirrors group.
  • multiple FAS accounts can manage multiple mirror sites (M:N relation)
  • A single mirror site may have multiple hosts (e.g. mirror1.foobar.com, mirror2.foobar.com)
  • Sites can indicate if they'll automatically pick up new Releases (test, final, architectures etc.) so system can automatically add the right fields to their account when a new Release is posted.
  • Sites indicate where they pull from, to let the system know about tiered mirrors.
  • Sites provide an email address that, when receiving a signed message from the mirror system, are notified of changes to a Release and that they can start rsync'ing again. This allows pushes as well as polling.
  • Sites can provide their rsync/ftp/http statistics to showcase the value the global mirrors bring to Fedora.
  • Automatically generate
  • Mirror lists for test and final releases
  • Mirror lists for yum and up2date, including geographic-specific lists. Do we need up2date support anymore? Dont think we need up2date support - RahulSundaram
  • IP ACL list for mirror<->mirror syncing
  • mod_rewrite redirects for download.fedoraproject.org
  • Mirror validation
  • Automatically verify the synced state of mirrors, and remove them from lists where needed

Workflow

This is how Matt expects it to work in the end, not that it does today. :-)

Add a new mirror site

  • Create a user account in the FAS:
  • Log into the mirrormanager website as your FAS user.
  • Create a new mirror site with the requested details. This site won't be live until approved. Some stuff asked will be:
  • mirror site name
  • mirror site admin(s) FAS account names
  • where is mirror located network-wise?
  • system emails mirror-list@redhat.com with above information for approval.
  • Mirrormanager admin approves new site
  • user account email automatically subscribed to mirrors-list and mirrors-list-d lists.
  • as additional users are added to a particular Site, those emails are also added to these lists.
  • wait 24 hours for rsync ACLs to update
  • begin syncing
  • site notifies system that sync is complete (using client-side tool)
  • site added to proper Release lists externally visible

Add a new Release (embargoed until a certain date)

This is much the same as it works today, however the addition of mirrormanager lets us send emails to the sites and have them start syncing immediately.

Before embargo is lifted:

  1. Mirrormanager admin creates the Release
  2. rsync manager posts the release to the master rsync server
  3. download[123] .fedora.redhat.com automatically mirror everything from master
  4. sites notified by email that a new Release is available on download[123] .
  5. or sites begin picking up new Release on their regular sync
  6. site notifies system that sync is complete (using client-side tool)

When embargo is lifted, repeat from step 2 to get the bitflip.

Client-side tool

There are several instances where we'd benefit from having a client-side tool that runs on the mirror site immediately after rsync is finished. This lets us cleanly get around the fact that when embargoed content is posted, it's not world-readable, therefore no Fedora-side process can see what a given mirror has, until after the bitflip and subsequent rsync to pick up the bitflip. Having a client-side tool that can send mirror status back up to the MirrorManager database before the bitflip solves this. I envision an XMLRPC-over-HTTPS process using a mirror site's login/password (not a user's login/password) for this.


Code

https://fedorahosted.org/mirrormanager/wiki/WikiStart

If you are interested in contributing to this project, swing by #fedora-admin on irc.freenode.net and ask for more information. Farshad Khoshkhui, MattDomsch, MikeMcGrath, and LukeMacken have expressed interest in working on this.