ReleaseEngineering/PuppetAgain/Modules/bmm: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
This module ties together the pieces required to build a [[ReleaseEngineering/BlackMobileMagic|BlackMobileMagic]] imaging server.  Those pieces are:
This module ties together the pieces required to build a [[ReleaseEngineering/BlackMobileMagic|BlackMobileMagic]] imaging server.  This does not include the Mozpool pieces - just the stuff required to handle devices.
 
Those pieces are:
* tftpd (and xinetd) for serving boot images
* tftpd (and xinetd) for serving boot images
* Apache for serving later-stage scripts and files
* Apache for serving later-stage scripts and files
* rsyslogd for snarfing syslog into the database
* rsyslogd for snarfing syslog into the database
* the Python app (bmm), isntalled with its dependencies in a virtualenv
* scripts and files

Revision as of 20:40, 13 November 2012

This module ties together the pieces required to build a BlackMobileMagic imaging server. This does not include the Mozpool pieces - just the stuff required to handle devices.

Those pieces are:

  • tftpd (and xinetd) for serving boot images
  • Apache for serving later-stage scripts and files
  • rsyslogd for snarfing syslog into the database
  • scripts and files