
RackMan::Device::Server - Base role for servers

RackMan::Device::Server->meta->apply($rackdev);
$rackdev->specialise;

This module is the base role for servers.

Return the list of configuration file formats to generate for this type of object.
Apply a specialised role, if available, to the object so it can know how to speak with the actual hardware, if needed.
Indicates whether the server has an iLO subsystem.
Return a hash of additional template parameters. See "TEMPLATE PARAMETERS"

This role provides the following additional template parameters:
has_ilo - indicates whether the server has an iLO subsystem
This module gets its configuration from the [device:server] section of the main rack.conf, with the following parameters:
formats - specify the formats associated with a Server object as a comma or space seperated list. Can be overridden with the --formats option. Default is "DHCP PXE Kickstart Cacti Nagios Bacula"
Sebastien Aperghis-Tramoni