The ironic.drivers.oneview Module¶
OneView Driver and supporting meta-classes.
-
class
ironic.drivers.oneview.AgentPXEOneViewDriver[source]¶ Bases:
ironic.drivers.base.BaseDriverAgent + OneView driver.
This driver implements the core functionality, combining
ironic.drivers.ov.OVPowerfor power on/off and reboot of virtual machines, withironic.driver.pxe.PXEBootfor booting deploy kernel and ramdisk andironic.driver.iscsi_deploy.ISCSIDeployfor image deployment. Implementations are in those respective classes; this class is merely the glue between them.
-
class
ironic.drivers.oneview.ISCSIPXEOneViewDriver[source]¶ Bases:
ironic.drivers.base.BaseDriverPXE + OneView driver.
This driver implements the core functionality, combining
ironic.drivers.ov.OVPowerfor power on/off and reboot of virtual machines, withironic.driver.pxe.PXEBootfor booting deploy kernel and ramdisk andironic.driver.iscsi_deploy.ISCSIDeployfor image deployment. Implementations are in those respective classes; this class is merely the glue between them.