mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 08:23:33 +01:00
Add HP Legacy products (DL180G6, DL360e Gen8) and fix some args (#1146)
* Add HP ProLiant DL360 Gen7, ML350p Gen8 * Update ProLiant_DL360_Gen7.yaml * Update ProLiant_ML350p_Gen8.yaml * Update ProLiant_ML350p_Gen8.yaml * Update ProLiant_ML350p_Gen8.yaml * Update ProLiant_DL360_Gen7.yaml * Update ProLiant_DL360_Gen7.yaml * Update ProLiant_ML350p_Gen8.yaml * Added: DL180G6, DL360eGen8 * Update ProLiant_DL180_Gen6.yaml * DL360e_Gen8 : Fix YAML Spells.. * DL360e_Gen8 : Renamed and fix spell * DL180G6 : Renamed and fix spell * Delete ProLiant_ML350p_Gen8.yaml * Delete ProLiant_DL360_Gen7.yaml * DL380G7 : Renamed * DL360e_Gen8 : fix spell * DL180G6 : fix spell * DL180G6 : fix spell * DL180G6 : Added Console-ports * DL360G7 : Removed FlexLOM cuz it has no FLOM in Gen7 * dl180g6 : Added weight * dl360e_gen8 : Added weight * dl180g6 : Added weight * dl360e_gen8 : Added weight --------- Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
d143153ff9
commit
0cc1e04397
39
device-types/HPE/ProLiant-DL180-Gen6.yaml
Normal file
39
device-types/HPE/ProLiant-DL180-Gen6.yaml
Normal file
@ -0,0 +1,39 @@
|
||||
---
|
||||
manufacturer: HPE
|
||||
model: ProLiant DL180 Gen6
|
||||
slug: hp_dl180_g6
|
||||
u_height: 2.0
|
||||
is_full_depth: true
|
||||
part_number: 590638-371
|
||||
comments: '[HP ProLiant DL180 G6 QuickSpecs](https://www.hpe.com/psnow/doc/c04284378)'
|
||||
weight:
|
||||
- value: 16.80
|
||||
unit: kg
|
||||
console-ports:
|
||||
- name: Serial
|
||||
type: de-9
|
||||
- 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
|
||||
interfaces:
|
||||
- name: Gig-E 1
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: Gig-E 2
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: iLO
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
@ -16,8 +16,6 @@ module-bays:
|
||||
position: PSU1
|
||||
- name: PSU2
|
||||
position: PSU2
|
||||
- name: FlexLOM
|
||||
position: FlexLOM
|
||||
- name: PCIe1
|
||||
position: PCIe1
|
||||
- name: PCIe2
|
||||
|
45
device-types/HPE/ProLiant-DL360e-Gen8.yaml
Normal file
45
device-types/HPE/ProLiant-DL360e-Gen8.yaml
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
manufacturer: HPE
|
||||
model: ProLiant DL360e Gen8
|
||||
slug: hp_dl360e_g8
|
||||
u_height: 1.0
|
||||
is_full_depth: true
|
||||
part_number: 661189-B21
|
||||
comments: '[HP ProLiant DL360e Gen8 QuickSpecs](https://www.hpe.com/psnow/doc/c04284501)'
|
||||
weight:
|
||||
- value: 17.92
|
||||
unit: kg
|
||||
console-ports:
|
||||
- name: Serial
|
||||
type: de-9
|
||||
- name: VGA
|
||||
type: other
|
||||
module-bays:
|
||||
- name: PSU1
|
||||
position: PSU1
|
||||
- name: PSU2
|
||||
position: PSU2
|
||||
- name: FlexLOM
|
||||
position: FlexLOM
|
||||
- name: PCIe1
|
||||
position: PCIe1
|
||||
- name: PCIe2
|
||||
position: PCIe2
|
||||
- name: PCIe3
|
||||
position: PCIe3
|
||||
interfaces:
|
||||
- name: Gig-E 1
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: Gig-E 2
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: Gig-E 3
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: Gig-E 4
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: iLO
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
Loading…
Reference in New Issue
Block a user