The ironic.drivers.ilo Module

iLO Driver for managing HP Proliant Gen8 and above servers.

class ironic.drivers.ilo.IloVirtualMediaAgentDriver[source]

Bases: ironic.drivers.base.BaseDriver

IloDriver using IloClient interface.

This driver implements the core functionality using :class:ironic.drivers.modules.ilo.power.IloPower for power management and :class:ironic.drivers.modules.ilo.deploy.IloVirtualMediaAgentDriver for deploy.

class ironic.drivers.ilo.IloVirtualMediaIscsiDriver[source]

Bases: ironic.drivers.base.BaseDriver

IloDriver using IloClient interface.

This driver implements the core functionality using :class:ironic.drivers.modules.ilo.power.IloPower for power management. and :class:ironic.drivers.modules.ilo.deploy.IloVirtualMediaIscsiDeploy for deploy.