Vendor Interface for iLO drivers and its supporting methods.
Bases: ironic.drivers.modules.agent.AgentVendorInterface
Interface for vendor passthru related actions.
Bases: ironic.drivers.modules.iscsi_deploy.VendorPassthru
Vendor-specific interfaces for iLO deploy drivers.
Attaches an ISO image in glance and reboots bare metal.
This method accepts an ISO image href (a Glance UUID or an HTTP(S) URL) attaches it as virtual media and then reboots the node. This is useful for debugging purposes. This can be invoked only when the node is in manage state.
Parameters: |
|
---|
Method invoked when deployed with the IPA ramdisk.
This method is invoked during a heartbeat from an agent when the node is in wait-call-back state. This updates boot mode and secure boot settings, if required.
Validate vendor-specific actions.
Checks if a valid vendor passthru method was passed and validates the parameters for the vendor passthru method.
Parameters: |
|
---|---|
Raises: | MissingParameterValue, if some required parameters were not passed. |
Raises: | InvalidParameterValue, if any of the parameters have invalid value. |