Skip to content

Commit b6bbd53

Browse files
committed
chore(ironic): retire ipmitool interface from usage
We have no hardware that should be utilizing the ipmitool interface so retire it as a valid interface by default.
1 parent 57374a7 commit b6bbd53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/ironic/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ conf:
5959
enabled_deploy_interfaces: direct,ramdisk,noop
6060
enabled_firmware_interfaces: redfish,no-firmware
6161
enabled_inspect_interfaces: redfish,idrac-redfish,agent,no-inspect
62-
enabled_management_interfaces: redfish,idrac-redfish,ipmitool,noop
62+
enabled_management_interfaces: redfish,idrac-redfish,noop
6363
enabled_network_interfaces: neutron,noop
6464
# remove fake once there is a noop that the ManualManagement uses, which netdev is derived from
65-
enabled_power_interfaces: redfish,idrac-redfish,ipmitool,fake
65+
enabled_power_interfaces: redfish,idrac-redfish,fake
6666
enabled_raid_interfaces: redfish,idrac-redfish,agent,no-raid
67-
enabled_vendor_interfaces: redfish,idrac-redfish,ipmitool,no-vendor
67+
enabled_vendor_interfaces: redfish,idrac-redfish,no-vendor
6868
# the service account belongs to the service project but our nodes
6969
# will live in the infra domain in the baremetal project so the
7070
# service account needs to have permissions outside of just the

0 commit comments

Comments
 (0)