From d4f9ce04217dad1eb8e116247245fd00b0257c66 Mon Sep 17 00:00:00 2001 From: Fabian Horst <6292882+Wlanfr3ak@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:04:58 +0100 Subject: [PATCH] Create Dell PowerEdge_1950.yaml Device Type (#1050) * Create Dell PowerEdge_1950.yaml Device Type Added Device Type for Dell PowerEdge_1950.yaml * Update PowerEdge_1950.yaml Fixed PSU naming Co-authored-by: Daniel W. Anner --- device-types/Dell/PowerEdge_1950.yaml | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 device-types/Dell/PowerEdge_1950.yaml diff --git a/device-types/Dell/PowerEdge_1950.yaml b/device-types/Dell/PowerEdge_1950.yaml new file mode 100644 index 000000000..583d4b0db --- /dev/null +++ b/device-types/Dell/PowerEdge_1950.yaml @@ -0,0 +1,29 @@ +--- +manufacturer: Dell +model: PowerEdge 1950 +slug: dell_poweredge_1950 +u_height: 1 +is_full_depth: true +airflow: front-to-rear +comments: '[Dell PowerEdge 1950 Data Sheet](https://www1.la.dell.com/content/products/productdetails.aspx/pedge_1950_3)' +console-ports: + - name: Serial + type: de-9 + - name: Front VGA + type: other + - name: Rear VGA + type: other +power-ports: + - name: PSU1 + type: iec-60320-c14 + maximum_draw: 670 + allocated_draw: 300 + - name: PSU2 + type: iec-60320-c14 + maximum_draw: 670 + allocated_draw: 300 +interfaces: + - name: Gig-E 1 + type: 1000base-t + - name: Gig-E 2 + type: 1000base-t