ReleaseEngineering/PuppetAgain/Modules/toplevel: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
== Leaf Classes ==
== Leaf Classes ==


* ''toplevel::server::slavealloc'' - slavealloc server
* ''toplevel::server::foopy'' - foopy (proxy server for mobile test devices)
* ''toplevel::server::master'' - Buildmaster
* ''toplevel::slave::test'' - Test slave (Talos)
* ''toplevel::slave::test'' - Test slave (Talos)
* ''toplevel::slave::build'' - Build slave
* ''toplevel::slave::build'' - Build slave
* ''toplevel::slave::build::mock'' - Build slave that uses a virtual environment for building (and thus does not require build tools on the host)
* ''toplevel::slave::build::mock'' - Build slave that uses a virtual environment for building (and thus does not require build tools on the host)

Revision as of 14:13, 31 July 2012

This module contains a hierarchy of classes that form a taxonomy of build systems. These classes are the link between roles (linux64 slave, buildapi webhead, etc.) and the classes and resources required to implement those roles.

The hierarchy is clear from the source and the class names. The "leaf" classes in the hierarchy are the nodes that should be specified from a node definition. Note that except as noted, only one leaf class can be included. In most cases, trying to do so will cause puppet to fail.

Leaf Classes

  • toplevel::server::foopy - foopy (proxy server for mobile test devices)
  • toplevel::server::master - Buildmaster
  • toplevel::slave::test - Test slave (Talos)
  • toplevel::slave::build - Build slave
  • toplevel::slave::build::mock - Build slave that uses a virtual environment for building (and thus does not require build tools on the host)