mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-21 16:03:23 +01:00
Adjust module bays for power supply and fan tray (#1958)
* Adjust module bays for power supply and fan tray * Wrap module var with single quotes --------- Co-authored-by: loic.chabert <loic.chabert@jaguar-network.com>
This commit is contained in:
parent
3f927dfd91
commit
86469c08a3
@ -6,17 +6,28 @@ part_number: ASR-9901
|
||||
u_height: 2
|
||||
is_full_depth: true
|
||||
subdevice_role: parent
|
||||
weight: 25.4
|
||||
weight_unit: kg
|
||||
comments: '[Cisco ASR 9901 Router Data Sheet](https://www.cisco.com/c/en/us/products/collateral/routers/asr-9000-series-aggregation-services-routers/datasheet-c78-740540.html)'
|
||||
console-ports:
|
||||
- name: con 0
|
||||
type: rj-45
|
||||
power-ports:
|
||||
- name: PS0
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 1600
|
||||
- name: PS1
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 1600
|
||||
module-bays:
|
||||
- name: 0/PT0-PM0
|
||||
position: 0/PT0-PM0
|
||||
description: Power module
|
||||
- name: 0/PT0-PM1
|
||||
position: 0/PT0-PM1
|
||||
description: Power module
|
||||
- name: 0/FT0
|
||||
position: 0/FT0
|
||||
description: Fan Tray
|
||||
- name: 0/FT1
|
||||
position: 0/FT1
|
||||
description: Fan Tray
|
||||
- name: 0/FT2
|
||||
position: 0/FT2
|
||||
description: Fan Tray
|
||||
interfaces:
|
||||
- name: MgmtEth0/RSP0/CPU0/0
|
||||
type: 1000base-t
|
||||
|
8
module-types/Cisco/A9K-1600W-AC.yaml
Normal file
8
module-types/Cisco/A9K-1600W-AC.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: A9K-1600W-AC
|
||||
part_number: A9K-1600W-AC
|
||||
power-ports:
|
||||
- name: '{module}'
|
||||
type: iec-60320-c14
|
||||
maximum_draw: 1600
|
4
module-types/Cisco/ASR-9901-FAN.yaml
Normal file
4
module-types/Cisco/ASR-9901-FAN.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
manufacturer: Cisco
|
||||
model: ASR-9901-FAN
|
||||
part_number: ASR-9901-FAN
|
Loading…
Reference in New Issue
Block a user