1-
21# We will store Dell racadm interface descriptions to server mappings here.
32# This is specific to our infrastructure so your needs will most undoubtedly vary.
43#
54# Also see /opt/quads/quads/config.py SUPPORTED list if adding system types.
65#
6+ ---
77director_b01_fc640_interfaces : NIC.ChassisSlot.8-1-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
88director_b02_fc640_interfaces : NIC.ChassisSlot.4-1-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
99director_b03_fc640_interfaces : NIC.ChassisSlot.6-1-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
@@ -44,11 +44,9 @@ uefi_b01_fc640_interfaces: NIC.ChassisSlot.8-1-1,HardDisk.List.1-1,NIC.Integrate
4444uefi_b02_fc640_interfaces : NIC.ChassisSlot.4-1-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
4545uefi_b03_fc640_interfaces : NIC.ChassisSlot.6-1-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
4646uefi_b04_fc640_interfaces : NIC.ChassisSlot.2-1-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
47- uefi_r630_interfaces : NIC.Integrated.1-2-1,HardDisk.List.1-1,NIC.Slot.2-1-1
48- uefi_r640_interfaces : NIC.Slot.1-2-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
4947uefi_r650_interfaces : NIC.Slot.1-1-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
50- uefi_foreman_r660_interfaces : NIC.PxeDevice.1-1,RAID.SL.3-2,NIC.PxeDevice.2-1
51- uefi_director_r660_interfaces : NIC.PxeDevice.2-1,RAID.SL.3-2,NIC.PxeDevice.1-1
48+ # Here we should be able to distinguish between 'foreman' and 'director'
49+ # interface layouts.
5250uefi_r720xd_interfaces : NIC.Slot.4-2-1,HardDisk.List.1-1,NIC.Integrated.1-3-1
5351uefi_r730xd_interfaces : NIC.Integrated.1-2-1,HardDisk.List.1-1,NIC.Integrated.1-3-1
5452uefi_740xd_interfaces : NIC.Integrated.1-1-1,NIC.Integrated.1-2-1,NIC.Slot.7-2-1,NIC.Slot.7-1-1,NIC.Integrated.1-3-1,HardDisk.List.1-1
@@ -60,7 +58,7 @@ uefi_r930_interfaces: NIC.Integrated.1-2-1,HardDisk.List.1-1,NIC.Integrated.1-3-
6058uefi_mx750c_interfaces : NIC.PxeDevice.1-1,RAID.SL.3-2
6159
6260# To understand how custom overrides and hierarchy work please see https://github.com/redhat-performance/badfish#host-type-overrides
63- # PerfLab
61+ # PerfLab Entries
6462foreman_cc37_r750_interfaces : NIC.Embedded.1-1-1,HardDisk.List.1-1,NIC.Slot.3-1-1
6563director_cc37_r750_interfaces : NIC.Slot.3-1-1,HardDisk.List.1-1,NIC.Embedded.1-1-1
6664foreman_bb37_r750_interfaces : NIC.Embedded.1-1-1,HardDisk.List.1-1,NIC.Slot.3-1-1
@@ -84,11 +82,8 @@ uefi_e28_r750_interfaces: NIC.Slot.3-1-1,HardDisk.List.1-1,NIC.Embedded.1-1-1
8482
8583# # Custom F04 specific overrides (examples)
8684# # h34 (should resemble other r640 hosts)
87- # director_f04_h34_r640_interfaces: NIC.Slot.1-2-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
88- # foreman_f04_h34_r640_interfaces: NIC.Integrated.1-1-1,HardDisk.List.1-1,NIC.Slot.1-2-1
89- # h35 (should resemble other r640 hosts)
90- # director_f04_h35_r640_interfaces: NIC.Slot.1-2-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
91- # foreman_f04_h35_r640_interfaces: NIC.Integrated.1-1-1,HardDisk.List.1-1,NIC.Slot.1-2-1
92-
93- director_r660_interfaces : NIC.PxeDevice.2-1,RAID.SL.3-2,NIC.PxeDevice.1-1
94- foreman_r660_interfaces : NIC.PxeDevice.1-1,RAID.SL.3-2,NIC.PxeDevice.2-1
85+ # director_f04_h34_r640_interfaces: NIC.Slot.1-2-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
86+ # foreman_f04_h34_r640_interfaces: NIC.Integrated.1-1-1,HardDisk.List.1-1,NIC.Slot.1-2-1
87+ # h35 (should resemble other r640 hosts)
88+ # director_f04_h35_r640_interfaces: NIC.Slot.1-2-1,HardDisk.List.1-1,NIC.Integrated.1-1-1
89+ # foreman_f04_h35_r640_interfaces: NIC.Integrated.1-1-1,HardDisk.List.1-1,NIC.Slot.1-2-1
0 commit comments