drydock/data/bootstrap_hwdefinition.yaml

66 lines
2.3 KiB
YAML

---
#############################################################################################################################
# name : Name of the hardware type. This name will be used in site_config.yaml to refer back; Example, hp-gen9, #
# hp-gen8, dell-v3 ; Mandatory #
# vendor : Name of the hardware vendor; Example, HP, Dell ; Mandatory #
# generation : Generation of the hardware model; Example, 8, 9,10 ; Mandatory #
# version : Version of the hardware model within a generation; Example, v2, v3, v4 ; Mandatory #
# bios : Version of the bios in the hardware; Example, 2.2.3, 3.4 ; Mandatory #
# boot_mode : Mode of the default boot of hardware; Example, bios, UEFI ; Mandatory #
# boot_protocol : Protocol of boot of the hardware; Example, PXE, USB, HDD ; Mandatory #
#############################################################################################################################
hardware-definition:
- name: HPGen8v3
vendor: HP
generation: 8
version: 3
bios: 2.2.3
boot_mode: bios
boot_protocol: PXE
pxe_interface: 0
device_aliases:
pci:
- address: pci@0000:00:03.0
alias: prim_nic01
# type could identify expected hardware - used for hardware manifest validation
type: '82540EM Gigabit Ethernet Controller'
- address: pci@0000:00:04.0
alias: prim_nic02
type: '82540EM Gigabit Ethernet Controller'
scsi:
address: scsi@2:0.0.0
alias: primary_boot
type: 'VBOX HARDDISK'
- name: HPGen9v3
vendor: HP
generation: 9
version: 3
bios: 2.2.3
boot_mode: bios
boot_protocol: PXE
pxe_interface: 0
- name: HPGen9v4
vendor: HP
generation: 9
version: 4
bios: 2.2.3
boot_mode: bios
boot_protocol: PXE
pxe_interface: 0
- name: DellR720v2
vendor: DELL
generation: 9
version: 3
bios: 2.2.3
boot_mode: bios
boot_protocol: pxe
pxe_interface: NIC.Integrated.1-1-1
- name: DellR730v3
vendor: DELL
generation: 9
version: 4
bios: 2.2.3
boot_mode: bios
boot_protocol: pxe
pxe_interface: NIC.Integrated.1-1-1