The ironic.drivers.modules.drac.deploy
Module¶
DRAC deploy interface
-
class
ironic.drivers.modules.drac.deploy.
DracDeploy
[source]¶ Bases:
ironic.drivers.modules.iscsi_deploy.ISCSIDeploy
-
prepare_cleaning
(*args, **kwargs)[source]¶ Prepare environment for cleaning
Boot into the agent to prepare for cleaning if in-band cleaning step is requested.
Parameters: task – a TaskManager instance containing the node to act on. Returns: states.CLEANWAIT if there is any in-band clean step to signify an asynchronous prepare.
-