Add defaults for all Ironic interfaces
This commit is contained in:
parent
0fdd4ec011
commit
8d1fe8266a
@ -86,17 +86,30 @@ default_ironic_driver: ipmi
|
|||||||
# interfaces. Any of these values can be overridden per-node.
|
# interfaces. Any of these values can be overridden per-node.
|
||||||
default_interfaces:
|
default_interfaces:
|
||||||
ipmi:
|
ipmi:
|
||||||
|
bios_interface: no-bios
|
||||||
boot_interface: pxe
|
boot_interface: pxe
|
||||||
|
console_interface: ipmitool-socat
|
||||||
deploy_interface: iscsi
|
deploy_interface: iscsi
|
||||||
|
inspect_interface: inspector
|
||||||
management_interface: ipmitool
|
management_interface: ipmitool
|
||||||
|
network_interface: neutron
|
||||||
power_interface: ipmitool
|
power_interface: ipmitool
|
||||||
|
raid_interface: no-raid
|
||||||
|
storage_interface: noop
|
||||||
|
vendor_interface: ipmitool
|
||||||
# NOTE(w-miller): Redfish is not currently fully supported by Tenks.
|
# NOTE(w-miller): Redfish is not currently fully supported by Tenks.
|
||||||
redfish:
|
redfish:
|
||||||
hardware_type: redfish
|
bios_interface: no-bios
|
||||||
boot_interface: pxe
|
boot_interface: pxe
|
||||||
|
console_interface: no-console
|
||||||
deploy_interface: iscsi
|
deploy_interface: iscsi
|
||||||
|
inspect_interface: inspector
|
||||||
management_interface: redfish
|
management_interface: redfish
|
||||||
|
network_interface: neutron
|
||||||
power_interface: redfish
|
power_interface: redfish
|
||||||
|
raid_interface: no-raid
|
||||||
|
storage_interface: noop
|
||||||
|
vendor_interface: no-vendor
|
||||||
|
|
||||||
# Maps BMC emulation tools to the Ironic driver they support.
|
# Maps BMC emulation tools to the Ironic driver they support.
|
||||||
bmc_emulators:
|
bmc_emulators:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user