mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-24 17:34:17 +01:00
Add Arista WAN devices (#1572)
* Create WAN devices * Add mgmt interfaces * Remove unused parameter * Linter * Update PSU type to match schema * Address feedback re weight, airflow, and PSUs * Fix linting for new files
This commit is contained in:
parent
8cd2e2dde3
commit
4be42baddc
38
device-types/Arista/AWE-5310.yaml
Normal file
38
device-types/Arista/AWE-5310.yaml
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
manufacturer: Arista
|
||||
model: AWE-5310
|
||||
slug: arista-awe-5310
|
||||
part_number: AWE-5310
|
||||
u_height: 1
|
||||
is_full_depth: true
|
||||
airflow: front-to-rear
|
||||
weight: 9.3
|
||||
weight_unit: kg
|
||||
console-ports:
|
||||
- name: Console
|
||||
type: rj-45
|
||||
module-bays:
|
||||
- name: PS1
|
||||
position: '0'
|
||||
- name: PS2
|
||||
position: '1'
|
||||
interfaces:
|
||||
- name: Ethernet1/1
|
||||
type: 10gbase-t
|
||||
- name: Ethernet1/2
|
||||
type: 10gbase-t
|
||||
- name: Ethernet1/3
|
||||
type: 10gbase-t
|
||||
- name: Ethernet1/4
|
||||
type: 10gbase-t
|
||||
- name: Ethernet1/5
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/6
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/7
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/8
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Management1/1
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
54
device-types/Arista/AWE-5510.yaml
Normal file
54
device-types/Arista/AWE-5510.yaml
Normal file
@ -0,0 +1,54 @@
|
||||
---
|
||||
manufacturer: Arista
|
||||
model: AWE-5510
|
||||
slug: arista-awe-5510
|
||||
part_number: AWE-5510
|
||||
u_height: 2
|
||||
is_full_depth: true
|
||||
airflow: front-to-rear
|
||||
weight: 13.6
|
||||
weight_unit: kg
|
||||
console-ports:
|
||||
- name: Console
|
||||
type: rj-45
|
||||
module-bays:
|
||||
- name: PS1
|
||||
position: '0'
|
||||
- name: PS2
|
||||
position: '1'
|
||||
interfaces:
|
||||
- name: Ethernet1/1
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/2
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/3
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/4
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/5
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/6
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/7
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/8
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/9
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/10
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/11
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/12
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/13
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/14
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/15
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Ethernet1/16
|
||||
type: 10gbase-x-sfpp
|
||||
- name: Management1/1
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
9
module-types/Arista/AWE-5300-550-A-PS.yaml
Normal file
9
module-types/Arista/AWE-5300-550-A-PS.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Arista
|
||||
model: AWE-5300-550-A-PS
|
||||
part_number: AWE-5300-550-A-PS
|
||||
# airflow: front-to-rear
|
||||
power-ports:
|
||||
- name: '{module}'
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 550
|
9
module-types/Arista/AWE-5300-800-A-PS.yaml
Normal file
9
module-types/Arista/AWE-5300-800-A-PS.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Arista
|
||||
model: AWE-5300-800-A-PS
|
||||
part_number: AWE-5300-800-A-PS
|
||||
# airflow: front-to-rear
|
||||
power-ports:
|
||||
- name: '{module}'
|
||||
type: iec-60320-c16
|
||||
maximum_draw: 800
|
Loading…
Reference in New Issue
Block a user