Skip to content

Commit

Permalink
Adding Dell PowerEdge MX7000 device type (netbox-community#440)
Browse files Browse the repository at this point in the history
* Adding Dell PowerEdge MX7000 device type
* Add c21/c22 to schema

Co-authored-by: Scott Crace <[email protected]>
  • Loading branch information
scotsie and Scott Crace authored Aug 25, 2021
1 parent 68d0935 commit 7aefe7b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
37 changes: 37 additions & 0 deletions device-types/Dell/PowerEdge_MX7000.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions tests/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7aefe7b

Please sign in to comment.