From e262bd48634de38e2dd7a1c86f8c74d321ac9ebb Mon Sep 17 00:00:00 2001 From: Michael Maldonado <12002902+punchy98@users.noreply.github.com> Date: Sat, 12 Oct 2024 03:35:24 -0500 Subject: [PATCH] Created Dell PowerEdge T630 device type (#2356) * Created Dell PowerEdge T630 Created Dell PowerEdge T630 * Update PowerEdge-T630.yaml Changed Power ports to Module bays as this has removable PSUs --------- Co-authored-by: Harry --- device-types/Dell/PowerEdge-T630.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 device-types/Dell/PowerEdge-T630.yaml diff --git a/device-types/Dell/PowerEdge-T630.yaml b/device-types/Dell/PowerEdge-T630.yaml new file mode 100644 index 000000000..0fc0a6739 --- /dev/null +++ b/device-types/Dell/PowerEdge-T630.yaml @@ -0,0 +1,24 @@ +--- +manufacturer: Dell +model: PowerEdge T630 +slug: dell-poweredge-t630 +u_height: 5 +is_full_depth: true +console-ports: + - name: Serial + type: de-9 +module-bays: + - name: PSU-1 + label: '1' + position: PSU-1 + - name: PSU-2 + label: '2' + position: PSU-2 +interfaces: + - name: Gig-E 1 + type: 1000base-t + - name: Gig-E 2 + type: 1000base-t + - name: iDRAC + type: 1000base-t + mgmt_only: true