The ironic.drivers.oneview Module

OneView Driver and supporting meta-classes.

class ironic.drivers.oneview.AgentPXEOneViewDriver[source]

Bases: ironic.drivers.base.BaseDriver

Agent + OneView driver.

This driver implements the core functionality, combining ironic.drivers.ov.OVPower for power on/off and reboot of virtual machines, with ironic.driver.pxe.PXEBoot for booting deploy kernel and ramdisk and ironic.driver.iscsi_deploy.ISCSIDeploy for 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.BaseDriver

PXE + OneView driver.

This driver implements the core functionality, combining ironic.drivers.ov.OVPower for power on/off and reboot of virtual machines, with ironic.driver.pxe.PXEBoot for booting deploy kernel and ramdisk and ironic.driver.iscsi_deploy.ISCSIDeploy for image deployment. Implementations are in those respective classes; this class is merely the glue between them.

Project Source

This Page