tripleo-common/releasenotes/notes/ipmi-discovery-72f93156bcaf461d.yaml
Dmitry Tantsur be69f375b4 Add workflow for IPMI nodes discovery
New workflow discover_nodes works by trying to log into given IP addresses
with given set of credentials.

New workflow discover_and_enroll_nodes uses results of the previous workflow
to create new nodes and optionally move them to manageable.

Implements blueprint node-discovery-by-range

Change-Id: I158f0b8f5251d9d94e7e57b3fe24362316d26599
2017-07-19 09:38:48 +02:00

13 lines
439 B
YAML

---
features:
- |
Add two new workflows for discovering IPMI BMC: ``discover_nodes`` and
``discover_and_enroll_nodes``.
The former scans given IP addresses and ports, and tries to log into BMC
using given credentials. It returns node information in a format accepted
by the TripleO enrollment workflow.
The latter calls the former, enrolls the resulting nodes and optionally
moves them to manageable state.