ironic.drivers.ilo module¶
iLO Driver for managing HP Proliant Gen8 and above servers.
- class ironic.drivers.ilo.Ilo5Hardware[source]¶
- Bases: - IloHardware- iLO5 hardware type. - iLO5 hardware type is targeted for iLO5 based Proliant Gen10 servers. - property supported_boot_interfaces¶
- List of supported boot interfaces. 
 - property supported_management_interfaces¶
- List of supported management interfaces. 
 - property supported_raid_interfaces¶
- List of supported raid interfaces. 
 
- class ironic.drivers.ilo.IloHardware[source]¶
- Bases: - GenericHardware- iLO hardware type. - iLO hardware type is targeted for iLO 4 based Proliant Gen8 and Gen9 servers. - property supported_bios_interfaces¶
- List of supported bios interfaces. 
 - property supported_boot_interfaces¶
- List of supported boot interfaces. 
 - property supported_console_interfaces¶
- List of supported console interfaces. 
 - property supported_inspect_interfaces¶
- List of supported inspect interfaces. 
 - property supported_management_interfaces¶
- List of supported management interfaces. 
 - property supported_power_interfaces¶
- List of supported power interfaces. 
 - property supported_vendor_interfaces¶
- List of supported vendor interfaces. 
 
