mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
4607c0d486
* Adding first revision of the VGA test cases * Second revision with less repetative code * Handling case where vga has a number in the naming * the great VGA purge!
37 lines
765 B
YAML
37 lines
765 B
YAML
---
|
|
manufacturer: HPE
|
|
model: ProLiant DL360 Gen7
|
|
slug: hpe-proliant-dl360-gen7
|
|
u_height: 1
|
|
is_full_depth: true
|
|
airflow: front-to-rear
|
|
part_number: 579237-B21
|
|
comments: '[HP ProLiant DL360 QuickSpecs](https://www.hpe.com/psnow/doc/c04284501)'
|
|
#minumum weight - one hard drive, power supply and processor instaleld
|
|
weight: 14.5
|
|
weight_unit: kg
|
|
console-ports:
|
|
- name: Serial
|
|
type: de-9
|
|
module-bays:
|
|
- name: PSU1
|
|
position: PSU1
|
|
- name: PSU2
|
|
position: PSU2
|
|
- name: PCIe1
|
|
position: PCIe1
|
|
- name: PCIe2
|
|
position: PCIe2
|
|
interfaces:
|
|
- name: Gig-E 1
|
|
type: 1000base-t
|
|
- name: Gig-E 2
|
|
type: 1000base-t
|
|
- name: Gig-E 3
|
|
type: 1000base-t
|
|
- name: Gig-E 4
|
|
type: 1000base-t
|
|
- name: iLO
|
|
type: 1000base-t
|
|
mgmt_only: true
|