From 7825f02cac40b35a446cf1ee9d9ffa093f04efcd Mon Sep 17 00:00:00 2001 From: Chris Enright <28737936+QuantumPosix@users.noreply.github.com> Date: Tue, 30 Jul 2024 05:17:00 -0400 Subject: [PATCH] Update idrac_interfaces.yml updated overrides for cc37 and bb37 --- config/idrac_interfaces.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/idrac_interfaces.yml b/config/idrac_interfaces.yml index a7d1706..ad013bb 100644 --- a/config/idrac_interfaces.yml +++ b/config/idrac_interfaces.yml @@ -60,8 +60,10 @@ uefi_r930_interfaces: NIC.Integrated.1-2-1,HardDisk.List.1-1,NIC.Integrated.1-3- # To understand how custom overrides and hierarchy work please see https://github.com/redhat-performance/badfish#host-type-overrides #PerfLab -perflab_foreman_r750_interfaces: NIC.Embedded.1-1-1,HardDisk.List.1-1,NIC.Slot.3-1-1 -perflab_director_r750_interfaces: NIC.Slot.3-1-1,HardDisk.List.1-1,NIC.Embedded.1-1-1 +foreman_cc37_r750_interfaces: NIC.Embedded.1-1-1,HardDisk.List.1-1,NIC.Slot.3-1-1 +director_cc37_r750_interfaces: NIC.Slot.3-1-1,HardDisk.List.1-1,NIC.Embedded.1-1-1 +foreman_bb37_r750_interfaces: NIC.Embedded.1-1-1,HardDisk.List.1-1,NIC.Slot.3-1-1 +director_bb37_r750_interfaces: NIC.Slot.3-1-1,HardDisk.List.1-1,NIC.Embedded.1-1-1 # Custom Rack F04 director_f18_r640_interfaces: NIC.Slot.3-2,HardDisk.List.1-1,NIC.Slot.3-1,NIC.Slot.2-1,NIC.Slot.2-2,NIC.Integrated.1-1-1 foreman_f18_r640_interfaces: NIC.Integrated.1-1-1,HardDisk.List.1-1,NIC.Slot.3-1,NIC.Slot.3-2,NIC.Slot.2-1,NIC.Slot.2-2