Skip to content

adding Watchguard T45 #3050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions device-types/WatchGuard/Firebox-T45.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
manufacturer: WatchGuard
model: Firebox T45
slug: watchguard-firebox-t45
u_height: 1.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, if you plan to make this a child device you will need to make the U height 0 otherwise you can't put the device in a device-bay

is_full_depth: false
airflow: left-to-right
comments: '[Watchguard Firebox T45 Hardware Guide](https://www.watchguard.com/help/docs/help-center/en-US/Content/en-US/Hardware-Guides/firebox-t45-hardware-guide.html)'
front_image: true
weight: 0.88
weight_unit: kg
console-ports:
- name: mgmnt
type: rj-45
power-ports:
- name: PSU0
type: dc-terminal
interfaces:
- name: eth0
type: 1000base-t
- name: eth1
type: 1000base-t
- name: eth2
type: 1000base-t
- name: eth3
type: 1000base-t
- name: eth4
type: 1000base-t
rear-ports:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rear ports are designed for patch panels not devices, standard USB ports on servers are not something that we are currently mapping in this repository

- name: usb3-left
type: usb-a
- name: usb3-right
type: usb-a
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The best way of modeling this would be to create the rack mount as a parent device with a device-bay and then the t45 can be a child device and placed inside the rackmount kit. This is how the Palo PA220's are modeled.
Note: if this rack mount kit can support multiple different models as the image has a t20 then I would name it a 'Firebox-Rack-Mount-Kit.yaml' or something similar and adjust this image name accordingly.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading