From 3b1cd19049121fee17d340c9d58ea13fa5040238 Mon Sep 17 00:00:00 2001 From: Tim Rightnour <6556271+garbled1@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:05:55 -0700 Subject: [PATCH] Add the Dell R720 Server (#96) * Add the Dell R720 Server --- device-types/Dell/R720.yaml | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 device-types/Dell/R720.yaml diff --git a/device-types/Dell/R720.yaml b/device-types/Dell/R720.yaml new file mode 100644 index 00000000..ba9df6ee --- /dev/null +++ b/device-types/Dell/R720.yaml @@ -0,0 +1,39 @@ +manufacturer: Dell +model: PowerEdge R720 +slug: dell_poweredge_r720 +u_height: 2 +is_full_depth: true +console-ports: + - name: Serial + type: de-9 + - name: USB + type: usb-a + - name: VGA + type: other +console-server-ports: + - name: Front USB1 + type: usb-a + - name: Front USB2 + type: usb-a +console-server-ports: + - name: Rear USB1 + type: usb-a + - name: Rear USB2 + type: usb-a +power-ports: + - name: Power 1 + type: iec-60320-c14 + - name: Power 2 + type: iec-60320-c14 +interfaces: + - name: Gig-E 1 + type: 1000base-t + - name: Gig-E 2 + type: 1000base-t + - name: Gig-E 3 + type: 1000base-t + - name: Gig-E 4 + type: 1000base-t + - name: IDRAC + type: 1000base-t + mgmt_only: true