e38bcc9f09
As a first step to enabling parameter calculation based on introspection data, we'll need to find the available nodes matching a particular role (which is associated with a flavor, which matches a specific profile in ironic). The next step is to retrieve the introspection data for each node output from this workflow, then define another workflow that does the transformation between introspection data and parameters. Partially-Implements: blueprint tripleo-derive-parameters Change-Id: I4b13f2923caa055be979eda57f9d5009960d61ef
6 lines
184 B
YAML
6 lines
184 B
YAML
---
|
|
features:
|
|
- Added a new workflow to fetch all the matching nodes with the given
|
|
profile. To support it, a new action to fetch the node's capabilities
|
|
has been added too.
|