cf0c95b356
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
11 lines
535 B
YAML
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.
|