Abstract base class for all hardware types.
Bases: object
Abstract base class for all hardware types.
Hardware type is a family of hardware supporting the same set of interfaces from the ironic standpoint. This can be as wide as all hardware supporting the IPMI protocol or as narrow as several hardware models supporting some specific interfaces.
A hardware type defines an ordered list of supported implementations for each driver interface (power, deploy, etc).
Get the properties of the hardware type.
Note that this returns properties for the default interface of each type, for this hardware type. Since this is not node-aware, interface overrides can’t be detected.
dictionary of <property name>:<property description> entries.
Whether hardware is supported by the community.
List of supported bios interfaces.
List of supported boot interfaces.
List of supported console interfaces.
List of supported deploy interfaces.
List of supported firmware interfaces.
List of supported inspect interfaces.
List of supported management interfaces.
List of supported network interfaces.
List of supported power interfaces.
List of supported raid interfaces.
List of supported rescue interfaces.
List of supported storage interfaces.
List of supported vendor interfaces.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.