mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-08-09 15:14:59 +02:00
Added several Fortinet device types (#1182)
* added several Fortinet device types * removed hot swappable power ports and added weight * fixed weight type to array * added airflow * prepended fortinet to the slug * prepended fortinet to the slug * changed weight format * reworked power supplies --------- Co-authored-by: DESNOË Olivier (Canal Plus) <olivier.desnoe@canal-plus.com> Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
9
module-types/Fortinet/SP-FG1800F-PS.yaml
Normal file
9
module-types/Fortinet/SP-FG1800F-PS.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Fortinet
|
||||
model: SP-FG1800F-PS
|
||||
part_number: SP-FG1800F-PS
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: iec-60320-c14
|
||||
weight: 1.4
|
||||
weight_unit: lb
|
9
module-types/Fortinet/SP-FG3800D-PS.yaml
Normal file
9
module-types/Fortinet/SP-FG3800D-PS.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
manufacturer: Fortinet
|
||||
model: SP-FG3800D-PS
|
||||
part_number: SP-FG3800D-PS
|
||||
power-ports:
|
||||
- name: PSU{module}
|
||||
type: iec-60320-c14
|
||||
weight: 1.4
|
||||
weight_unit: lb
|
Reference in New Issue
Block a user