mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
282559fa45
* Adding --all switch to the pre-commit check * Adding test code to verify component positions are not the same for similar modules * Adding code to validate component names and duplicate positions. This was discovered in issue #1584 * Reverting accidental change to pre-commit-config.yaml * Update SDU-5000.yml Reverting testing change * Update device_types.py Removed un-needed import
47 lines
895 B
YAML
47 lines
895 B
YAML
---
|
|
manufacturer: HPE
|
|
model: ProLiant ML350p Gen8
|
|
slug: hpe-proliant-ml350p-gen8
|
|
u_height: 4
|
|
is_full_depth: true
|
|
part_number: 652063-B21
|
|
comments: '[HP ProLiant ML350p QuickSpecs](https://www.hpe.com/psnow/doc/c04123166)'
|
|
console-ports:
|
|
- name: VGA
|
|
type: other
|
|
module-bays:
|
|
- name: PSU1
|
|
position: PSU1
|
|
- name: PSU2
|
|
position: PSU2
|
|
- name: PCIe1
|
|
position: PCIe1
|
|
- name: PCIe2
|
|
position: PCIe2
|
|
- name: PCIe3
|
|
position: PCIe3
|
|
- name: PCIe4
|
|
position: PCIe4
|
|
- name: PCIe5
|
|
position: PCIe5
|
|
- name: PCIe6
|
|
position: PCIe6
|
|
- name: PCIe7
|
|
position: PCIe7
|
|
- name: PCIe8
|
|
position: PCIe8
|
|
- name: PCIe9
|
|
position: PCIe9
|
|
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
|