mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-01-22 06:08:43 +01:00
Adding Dell PowerEdge MX7000 device type (#440)
* Adding Dell PowerEdge MX7000 device type * Add c21/c22 to schema Co-authored-by: Scott Crace <scrace@momentumbusiness.com>
This commit is contained in:
parent
d1bcefc8d0
commit
485027a3b5
37
device-types/Dell/PowerEdge_MX7000.yaml
Normal file
37
device-types/Dell/PowerEdge_MX7000.yaml
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
manufacturer: Dell
|
||||
model: PowerEdge MX7000
|
||||
slug: dell-poweredge-mx7000
|
||||
u_height: 7
|
||||
is_full_depth: true
|
||||
subdevice_role: parent
|
||||
power-ports:
|
||||
- name: PSU.Slot.1
|
||||
type: iec-60320-c22
|
||||
- name: PSU.Slot.2
|
||||
type: iec-60320-c22
|
||||
- name: PSU.Slot.3
|
||||
type: iec-60320-c22
|
||||
- name: PSU.Slot.4
|
||||
type: iec-60320-c22
|
||||
- name: PSU.Slot.5
|
||||
type: iec-60320-c22
|
||||
- name: PSU.Slot.6
|
||||
type: iec-60320-c22
|
||||
device-bays:
|
||||
- name: Sled-1
|
||||
- name: Sled-2
|
||||
- name: Sled-3
|
||||
- name: Sled-4
|
||||
- name: Sled-5
|
||||
- name: Sled-6
|
||||
- name: Sled-7
|
||||
- name: Sled-8
|
||||
- name: IOM-A1
|
||||
- name: IOM-A2
|
||||
- name: IOM-B1
|
||||
- name: IOM-B2
|
||||
- name: IOM-C1
|
||||
- name: IOM-C2
|
||||
- name: MM Slot 1
|
||||
- name: MM Slot 2
|
@ -150,6 +150,7 @@
|
||||
"iec-60320-c14",
|
||||
"iec-60320-c16",
|
||||
"iec-60320-c20",
|
||||
"iec-60320-c22",
|
||||
"iec-60309-p-n-e-4h",
|
||||
"iec-60309-p-n-e-6h",
|
||||
"iec-60309-p-n-e-9h",
|
||||
@ -256,6 +257,7 @@
|
||||
"iec-60320-c13",
|
||||
"iec-60320-c15",
|
||||
"iec-60320-c19",
|
||||
"iec-60320-c21",
|
||||
"iec-60309-p-n-e-4h",
|
||||
"iec-60309-p-n-e-6h",
|
||||
"iec-60309-p-n-e-9h",
|
||||
|
Loading…
Reference in New Issue
Block a user