The ironic.drivers.generic
Module¶
Generic hardware types.
-
class
ironic.drivers.generic.
GenericHardware
[source]¶ Bases:
ironic.drivers.hardware_type.AbstractHardwareType
Abstract base class representing generic hardware.
This class provides reasonable defaults for boot, deploy, inspect, network and raid interfaces.
-
class
ironic.drivers.generic.
ManualManagementHardware
[source]¶ Bases:
ironic.drivers.generic.GenericHardware
Hardware type that uses manual power and boot management.
Using this hardware type assumes that an operator manages reboot and setting boot devices manually. This hardware type should only be used when no suitable hardware type exists in ironic, or the existing hardware type misbehaves for any reason.