Bouncer: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (Reverted edit of Zuza78, changed back to last version by Jhermans)
(Remove some meeting information from 2008)
 
(27 intermediate revisions by 12 users not shown)
Line 1: Line 1:
=== v2.0 ===
Bouncer is a database driven mirror management app that has three main components - a bounce script, a sentry script to check mirrors and files for integrity and a set of web-based administration tools.
* PHP 4.3.x
 
* Apache (any version)
== Project Status  ==
* MySQL ~ 4.0
 
* Python 2.3
*[https://svn.osuosl.org/public/bouncer/trunk Public SVN for v1, v2]
** mx.DateTime (http://www.egenix.com/files/python/eGenix-mx-Extensions.html#Download-mxBASE)
*[http://lxr.mozilla.org/mozilla/source/webtools/bouncer Public CVS for v3]
** MySQLdb (http://sourceforge.net/projects/mysql-python)
*[https://github.com/mozilla/tuxedo/ Tuxedo: Django-based admin backend]
** Crypto (http://www.amk.ca/python/code/crypto)
 
** cse utils (http://wiki.osuosl.org/display/howto/cse+utils)
== Discussion ==
* [[MirrorNetwork]] - discussion about the copy of Bouncer currently in use at Mozilla and ideas and brainstorming of how to improve the process, whether it involves Bouncer or not.
 
# Sentry has many options for tests, testing schedules, trouble notifications and reports.  What should be used?  See the Scheduling and Reporting sections on this page: http://wiki.osuosl.org
# Sentry runs from one machine.  What happens if that machine loses its connection to the network - suddenly all mirrors are marked bad because they're unreachable?

Latest revision as of 16:39, 22 December 2015

Bouncer is a database driven mirror management app that has three main components - a bounce script, a sentry script to check mirrors and files for integrity and a set of web-based administration tools.

Project Status

Discussion

  • MirrorNetwork - discussion about the copy of Bouncer currently in use at Mozilla and ideas and brainstorming of how to improve the process, whether it involves Bouncer or not.
  1. Sentry has many options for tests, testing schedules, trouble notifications and reports. What should be used? See the Scheduling and Reporting sections on this page: http://wiki.osuosl.org
  2. Sentry runs from one machine. What happens if that machine loses its connection to the network - suddenly all mirrors are marked bad because they're unreachable?