summaryrefslogtreecommitdiffstats
path: root/site/intel-pod15/profiles/hardware/intel-s2600wt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'site/intel-pod15/profiles/hardware/intel-s2600wt.yaml')
-rw-r--r--site/intel-pod15/profiles/hardware/intel-s2600wt.yaml76
1 files changed, 76 insertions, 0 deletions
diff --git a/site/intel-pod15/profiles/hardware/intel-s2600wt.yaml b/site/intel-pod15/profiles/hardware/intel-s2600wt.yaml
new file mode 100644
index 0000000..2dcc43b
--- /dev/null
+++ b/site/intel-pod15/profiles/hardware/intel-s2600wt.yaml
@@ -0,0 +1,76 @@
+---
+schema: 'drydock/HardwareProfile/v1'
+metadata:
+ schema: 'metadata/Document/v1'
+ replacement: true
+ name: intel-s2600wt
+ layeringDefinition:
+ abstract: false
+ layer: site
+ parentSelector:
+ name: intel-s2600wt
+ actions:
+ - method: replace
+ path: .device_aliases
+ storagePolicy: cleartext
+data:
+ device_aliases:
+ ## network
+ # $ sudo lspci |grep -i ethernet
+ # 02:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
+ # 02:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
+ # 04:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
+ # 04:00.3 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
+ # control networks
+ # eno1
+ ctrl_nic1:
+ address: '0000:03:00.0'
+ dev_type: 'I350 Gigabit Network Connection'
+ bus_type: 'pci'
+ # eno2
+ ctrl_nic2:
+ address: '0000:03:00.3'
+ dev_type: 'I350 Gigabit Network Connection'
+ bus_type: 'pci'
+
+ # data networks
+ # ens785f0
+ data_nic1:
+ address: '0000:05:00.0'
+ dev_type: '82599ES 10-Gigabit SFI/SFP+ Network Connection'
+ bus_type: 'pci'
+ # ens785f1
+ data_nic2:
+ address: '0000:05:00.1'
+ dev_type: '82599ES 10-Gigabit SFI/SFP+ Network Connection'
+ bus_type: 'pci'
+
+ ## storage
+ # $ sudo lshw -c disk
+ # *-disk
+ # description: ATA Disk
+ # product: INTEL SSDSC2BB58
+ # physical id: 0.0.0
+ # bus info: scsi@0:0.0.0
+ # logical name: /dev/sda
+ # version: 0101
+ # size: 447GiB (480GB)
+ # *-disk
+ # description: ATA Disk
+ # product: TOSHIBA MG03ACA1
+ # physical id: 0.0.0
+ # bus info: scsi@1:0.0.0
+ # logical name: /dev/sdb
+ # version: FL2H
+ # size: 931GiB (1TB)
+ # /dev/sda
+ bootdisk:
+ address: '0:0.0.0'
+ dev_type: 'INTEL SSDSC2BB48'
+ bus_type: 'scsi'
+ # /dev/sdb
+ datadisk:
+ address: '1:0.0.0'
+ dev_type: 'TOSHIBA MG03ACA1'
+ bus_type: 'scsi'
+...