61c95554ff
Adds a new poll extension to provide get_hardware_info and get_node_info interfaces. get_hardware_info will be used for node validation by ironic deploy drivers. get_node_info will be used for sending lookup data to IPA. standalone mode is assumed as debug only, but it's not the case considering the poll mode will be introduced, slightly updates the description, also prevents the mdns lookup when standalone is true. Story: 1526486 Task: 28724 Change-Id: I5ad772a18cc4584585c5a7b6fb127547cece1998
7 lines
217 B
YAML
7 lines
217 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a Poll extension which provides the ability to retrieve hardware
|
|
information as well as set node data from API. This feature is required
|
|
for poll mode deployment driven by ironic.
|