OneView Driver and supporting meta-classes.
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.
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.