treasuremap/global/profiles/hardware/dell-730xd-cp.yaml

53 lines
1.1 KiB
YAML

---
schema: 'drydock/HardwareProfile/v1'
metadata:
schema: 'metadata/Document/v1'
name: dell_730xd_cp
storagePolicy: 'cleartext'
layeringDefinition:
abstract: false
layer: global
data:
vendor: 'Dell'
# Data in this block is probably inaccurate, but also
# not yet used
generation: '8'
hw_version: '3'
bios_version: '2.2.3'
boot_mode: bios
bootstrap_protocol: pxe
pxe_interface: 0
# End inaccurate data block
device_aliases:
pxe_nic01:
# eno3
address: '0000:06:00.0'
dev_type: 'I350 Gig NIC'
bus_type: 'pci'
gp_nic01:
# enp131s0f1
address: '0000:83:00.1'
dev_type: 'Intel 10G X520 NIC'
bus_type: 'pci'
gp_nic02:
# enp3s0f0
address: '0000:03:00.0'
dev_type: 'Intel 10G X520 NIC'
bus_type: 'pci'
bootdisk:
# /dev/sda
address: '0:2.0.0'
dev_type: 'Internal RAID-1 HDDs'
bus_type: 'scsi'
cephjournal1:
# /dev/sdb
address: '0:2.1.0'
dev_type: 'Internal JBOD SSD1'
bus_type: 'scsi'
cephjournal2:
# /dev/sdc
address: '0:2.2.0'
dev_type: 'Internal JBOD SSD2'
bus_type: 'scsi'
...