mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-21 16:03:23 +01:00
Add Cisco UCS-C220-M6S (#1432)
* Add Cisco UCS-C220-M6S Add Cisco UCS-C220-M6S device and various Cisco PSU module types. * Add airflow to Cisco UCSC-C220-M6S * Update UCSC-C220-M6S.yaml --------- Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
d0cb58d96e
commit
f02ac174f9
34
device-types/Cisco/UCSC-C220-M6S.yaml
Normal file
34
device-types/Cisco/UCSC-C220-M6S.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: UCS-C220-M6S
|
||||
slug: cisco-ucs-c220-m6s
|
||||
part_number: UCSC-C220-M6S
|
||||
u_height: 1
|
||||
airflow: front-to-rear
|
||||
is_full_depth: true
|
||||
console-ports:
|
||||
- name: Console
|
||||
type: rj-45
|
||||
interfaces:
|
||||
- name: Ethernet0
|
||||
type: 10gbase-t
|
||||
- name: Ethernet1
|
||||
type: 10gbase-t
|
||||
- name: CIMC
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
module-bays:
|
||||
- name: PSU1
|
||||
position: '1'
|
||||
- name: PSU2
|
||||
position: '2'
|
||||
- name: PCIe.1
|
||||
position: '1'
|
||||
- name: PCIe.2
|
||||
position: '2'
|
||||
- name: PCIe.3
|
||||
position: '3'
|
||||
- name: RAID-Controller
|
||||
position: '1'
|
||||
- name: mLOM
|
||||
position: '1'
|
8
module-types/Cisco/UCSC-PSU1-1050W.yaml
Normal file
8
module-types/Cisco/UCSC-PSU1-1050W.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: UCSC-PSU1-1050W
|
||||
part_number: UCSC-PSU1-1050W
|
||||
power-ports:
|
||||
- name: '{module}'
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 1050
|
8
module-types/Cisco/UCSC-PSU1-1600W.yaml
Normal file
8
module-types/Cisco/UCSC-PSU1-1600W.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: UCSC-PSU1-1600W
|
||||
part_number: UCSC-PSU1-1600W
|
||||
power-ports:
|
||||
- name: '{module}'
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 1600
|
8
module-types/Cisco/UCSC-PSU1-2300W.yaml
Normal file
8
module-types/Cisco/UCSC-PSU1-2300W.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: UCSC-PSU1-2300W
|
||||
part_number: UCSC-PSU1-2300W
|
||||
power-ports:
|
||||
- name: '{module}'
|
||||
type: iec-60320-c20
|
||||
maximum_draw: 2300
|
8
module-types/Cisco/UCSC-PSU1-770W.yaml
Normal file
8
module-types/Cisco/UCSC-PSU1-770W.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: UCSC-PSU1-770W
|
||||
part_number: UCSC-PSU1-770W
|
||||
power-ports:
|
||||
- name: '{module}'
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 770
|
Loading…
Reference in New Issue
Block a user