From a3c7565c4607f33ab7648938aa250341ff761926 Mon Sep 17 00:00:00 2001 From: Patrick <166399052+AskskwBv8T2nrm4Qnj@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:42:04 +0200 Subject: [PATCH] Add Supermicro SuperServer 1029U-TR4T (#2209) * Add Supermicro SuperServer 1029U-TR4T https://www.supermicro.com/products/system/1U/1029/SYS-1029U-TR4T.cfm * Removed ""-" from PCI-e description * Removed PCI-e for testing checking script * Removed Interfaces for testing checking script * Removed even more portions to test the checking script * Back to full config * Add brackets around the model in the comments field * Removed apostrophes and brackets * Update SYS-1029U-TR4T.yaml Converted power ports to module bays --------- Co-authored-by: Harry --- device-types/Supermicro/SYS-1029U-TR4T.yaml | 45 +++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 device-types/Supermicro/SYS-1029U-TR4T.yaml diff --git a/device-types/Supermicro/SYS-1029U-TR4T.yaml b/device-types/Supermicro/SYS-1029U-TR4T.yaml new file mode 100644 index 000000000..56ce83605 --- /dev/null +++ b/device-types/Supermicro/SYS-1029U-TR4T.yaml @@ -0,0 +1,45 @@ +--- +manufacturer: Supermicro +model: SuperServer 1029U-TR4T +slug: supermicro-sys-1029u-tr4t +part_number: SYS-1029U-TR4T +u_height: 1 +is_full_depth: true +weight: 11.8 +weight_unit: kg +airflow: front-to-rear +comments: SuperServer SYS-1029U-TR4T (https://www.supermicro.com/products/system/1U/1029/SYS-1029U-TR4T.cfm) +console-ports: + - name: Serial + type: de-9 + description: Rear port +interfaces: + - name: BMC + type: 1000base-t + mgmt_only: true + description: Dedicated IPMI LAN port + - name: Gig-E 1 + type: 10gbase-t + - name: Gig-E 2 + type: 10gbase-t + - name: Gig-E 3 + type: 10gbase-t + - name: Gig-E 4 + type: 10gbase-t +module-bays: + - name: PSU1 + position: PSU1 + - name: PSU2 + position: PSU2 + - name: PCI-E 1 + position: '1' + description: Internal low profile slot + - name: PCI-E 2 + position: '2' + description: Low profile slot + - name: PCI-E 3 + position: '3' + description: Full height slot + - name: PCI-E 4 + position: '4' + description: Full height slot