The ironic.drivers.agent Module

The ironic.drivers.agent Module

class ironic.drivers.agent.AgentAndCIMCDriver[source]

Bases: ironic.drivers.base.BaseDriver

Agent + Cisco CIMC driver.

This driver implements the core functionality, combining :class:ironic.drivers.modules.cimc.power.Power for power on/off and reboot with :class:’ironic.driver.modules.agent.AgentDeploy’ (for image deployment.) Implementations are in those respective classes; this class is merely the glue between them.

class ironic.drivers.agent.AgentAndUcsDriver[source]

Bases: ironic.drivers.base.BaseDriver

Agent + Cisco UCSM driver.

This driver implements the core functionality, combining :class:ironic.drivers.modules.ucs.power.Power for power on/off and reboot with :class:’ironic.driver.modules.agent.AgentDeploy’ (for image deployment.) Implementations are in those respective classes; this class is merely the glue between them.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.