425e0020d3
During the ``kayobe overcloud inventory discover`` command, Kayobe queries the Bifrost ironic node list and updates the Kayobe inventory. If the nodes have a driver_info.ipmi_address field set, an ipmi_address variable will be defined in the Kayobe inventory for the host. This does not work for Redfish based hosts, which use driver_info.redfish_address in the Ironic node. This change adds a new ``redfish_address`` variable and extends the command to discover the address from the Bifrost node inventory. Change-Id: Ieb1e61ddadb542732739d1f478b1e5a176e0ac88
19 lines
482 B
Plaintext
19 lines
482 B
Plaintext
---
|
|
###############################################################################
|
|
# Configuration of Baseboard Management Controllers (BMCs).
|
|
|
|
# Type of host's BMC. Currently only idrac is supported.
|
|
bmc_type:
|
|
|
|
# Address to use to access a host's BMC via IPMI.
|
|
ipmi_address:
|
|
|
|
# Username to use to access a host's BMC via IPMI.
|
|
ipmi_username:
|
|
|
|
# Password to use to access a host's BMC via IPMI.
|
|
ipmi_password:
|
|
|
|
# Address to use to access a host's BMC via Redfish.
|
|
redfish_address:
|