Enable manual-management and the noop management interface
They come handy for unsupported or not-well-supported hardware. Change-Id: I20b207d603636e23d7d407ef26f49770d9e11c6c
This commit is contained in:
parent
508899cc6b
commit
c9866a0759
@ -112,14 +112,14 @@ sushy_git_folder: /opt/stack/sushy
|
||||
ipa_git_folder: /opt/stack/ironic-python-agent
|
||||
ipa_builder_git_folder: /opt/stack/ironic-python-agent-builder
|
||||
|
||||
enabled_hardware_types: "ipmi,redfish,ilo"
|
||||
enabled_hardware_types: "ipmi,redfish,manual-management,ilo"
|
||||
default_deploy_interface: "direct"
|
||||
|
||||
enabled_bios_interfaces: "redfish,ilo,no-bios"
|
||||
enabled_boot_interfaces: "ilo-virtual-media,ipxe,pxe"
|
||||
enabled_deploy_interfaces: "iscsi,direct"
|
||||
enabled_management_interfaces: "redfish,ilo,ipmitool"
|
||||
enabled_power_interfaces: "redfish,ilo,ipmitool"
|
||||
enabled_management_interfaces: "redfish,ilo,ipmitool,noop"
|
||||
enabled_power_interfaces: "redfish,ilo,ipmitool,fake"
|
||||
|
||||
# Extra pip packages to install with ironic
|
||||
# This should be a list of pip-installable references.
|
||||
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
The ``manual-management`` hardware type is now enabled by default. It can
|
||||
be used with hardware that does not feature a supported BMC.
|
||||
- |
|
||||
The ``noop`` management interface can now be used out-of-box with ``ipmi``
|
||||
and ``redfish`` nodes to prevent ironic from changing the boot device and
|
||||
order.
|
Loading…
Reference in New Issue
Block a user