mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-24 09:23:48 +01:00
add dell powerscale H700 (#2156)
* add dell powerscale H700 * fixes after tests * fixes after tests * Rename Powerscale-H700-Chassis.yml to Powerscale-H700-Chassis.yaml * Updated Powerscale-H700.yaml Converted power ports to Module bays * Update PowerScale-H700.yaml Fixed merge check error --------- Co-authored-by: Harry
This commit is contained in:
parent
c26e8a61fa
commit
bc900787be
21
device-types/Dell/PowerScale-H700-Chassis.yaml
Normal file
21
device-types/Dell/PowerScale-H700-Chassis.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
manufacturer: Dell
|
||||
model: Powerscale H700 Chassis
|
||||
slug: dell-powerscale-h700-chassis
|
||||
comments: '[Dell Powerscale H700 Specification Sheet](https://www.delltechnologies.com/asset/en-us/products/storage/technical-support/h16071-ss-powerscale-hybrid-nodes.pdf)'
|
||||
u_height: 4.0
|
||||
is_full_depth: true
|
||||
subdevice_role: parent
|
||||
airflow: front-to-rear
|
||||
weight: 118.0
|
||||
weight_unit: kg
|
||||
is_powered: false
|
||||
device-bays:
|
||||
- name: Node 1
|
||||
label: '1'
|
||||
- name: Node 2
|
||||
label: '2'
|
||||
- name: Node 3
|
||||
label: '3'
|
||||
- name: Node 4
|
||||
label: '4'
|
@ -1,26 +1,18 @@
|
||||
---
|
||||
manufacturer: Dell
|
||||
model: PowerScale H700
|
||||
model: Powerscale H700
|
||||
slug: dell-powerscale-h700
|
||||
u_height: 4
|
||||
is_full_depth: true
|
||||
airflow: front-to-rear
|
||||
part_number: h700
|
||||
comments: '[Dell PowerScale H700 Specification Sheet](https://www.delltechnologies.com/asset/en-us/products/storage/technical-support/h16071-ss-powerscale-hybrid-nodes.pdf)'
|
||||
#max weight - 2x processor, 2x PSU, 60xHDD
|
||||
weight: 118
|
||||
weight_unit: kg
|
||||
comments: '[Dell Powerscale H700 Specification Sheet](https://www.delltechnologies.com/asset/en-us/products/storage/technical-support/h16071-ss-powerscale-hybrid-nodes.pdf)'
|
||||
u_height: 0.0
|
||||
is_full_depth: false
|
||||
subdevice_role: child
|
||||
console-ports:
|
||||
- name: Serial
|
||||
- name: Console
|
||||
type: de-9
|
||||
module-bays:
|
||||
- name: PSU1
|
||||
position: PSU1
|
||||
type: iec-60320-c14
|
||||
- name: PSU2
|
||||
position: PSU2
|
||||
type: iec-60320-c14
|
||||
interfaces:
|
||||
- name: Management
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
- name: Gig-E 1
|
||||
type: 32gfc-sfp28
|
||||
- name: Gig-E 2
|
||||
@ -29,3 +21,10 @@ interfaces:
|
||||
type: 128gfc-qsfp28
|
||||
- name: Gig-E 4
|
||||
type: 128gfc-qsfp28
|
||||
module-bays:
|
||||
- name: PSU 1
|
||||
position: PSU1
|
||||
- name: PCIe1
|
||||
position: PCIe1
|
||||
- name: PCIe2
|
||||
position: PCIe2
|
||||
|
Loading…
Reference in New Issue
Block a user