instack-undercloud/releasenotes/notes/node-discovery-8264e0c97cb5e00f.yaml
Dmitry Tantsur cf0c95b356 Set discovery_default_driver=pxe_ipmitool and add missing release note
This is a follow-up to commit 350aeaff66.

1. Change the default driver for new nodes to pxe_ipmitool as it's our
   go-to default driver.

2. Add a release note with a link to more details.

Change-Id: I3535cbfbffd2ce394b4e828c53a7fba6ee46fb5c
Implements: blueprint inspector-node-autodiscovery
2017-01-31 11:30:29 +01:00

11 lines
535 B
YAML

---
features:
- |
Allow enabling auto-discovery of ironic nodes by setting new option
``enable_node_discovery=True`` in the ``undercloud.conf``. When enabled,
adds unknown nodes that boot the introspection ramdisk to ironic in the
``enroll`` provisioning state and the driver set to the value of
``discovery_default_driver`` configuration option (``pxe_ipmitool`` by
default). See ironic-inspector documentation for more details:
http://docs.openstack.org/developer/ironic-inspector/usage.html#discovery.