
This patch implements the feature of baremetal inspect abort. For a node in inspect wait state, an abort request initiates the process of introspection abort. Adds transision from ``inspect wait`` to ``inspect failed`` with event ``abort`` to the state machine. Adds an ``abort`` interface to ``InspectInterface``, which raises UnsupportedDriverExtension by default. Implements the ``abort`` interface for ironic inspector inspect interface. API microversion is bumped for backwards compatibility. Closes-Bug: #10602 Story: #1703089 Task: #10602 Change-Id: I02a39ed08c7c64b36c6ef05678f0af6d8324c5e2
9 lines
386 B
YAML
9 lines
386 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support to abort the inspection of a node in the ``inspect wait``
|
|
state, as long as this operation is supported by the inspect interface in
|
|
use. Starting from API 1.41, the node in the ``inspect wait`` state
|
|
accepts ``abort`` provisioning verb to initiate the abort process.
|
|
This feature is supported by the ``inspector`` inspect interface.
|