ironic.drivers.modules.ilo.vendor
Module¶Vendor Interface for iLO drivers and its supporting methods.
ironic.drivers.modules.ilo.vendor.
VendorPassthru
[source]¶Bases: ironic.drivers.base.VendorInterface
Vendor-specific interfaces for iLO deploy drivers.
boot_into_iso
(*args, **kwargs)[source]¶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: |
|
---|
validate
(*args, **kwargs)[source]¶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. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.