tripleo-common/releasenotes/notes/nodes-with-profile-662f2c6cb61c4ac4.yaml
Steven Hardy e38bcc9f09 Workflow to select nodes matching a profile/role
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
2017-04-10 20:45:54 +05:30

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.