mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 00:13:36 +01:00
Add Lenovo 10Gb SFP+ LOMs (#706)
* Add Lenovo 10Gb SFP+ cards * Add Lenovo 10Gb SFP+ LOMs * SFP+ to SFPP * name wants strings * Typo * Add Lenovo SR650 and make Dell PowerEdge R640 parent
This commit is contained in:
parent
1601d4cfcb
commit
d4258e5b56
@ -4,6 +4,7 @@ model: PowerEdge R640
|
||||
slug: dell_poweredge_r640
|
||||
u_height: 1
|
||||
is_full_depth: true
|
||||
subdevice_role: parent
|
||||
console-ports:
|
||||
- name: Serial
|
||||
type: de-9
|
||||
|
@ -3,6 +3,8 @@ manufacturer: Lenovo
|
||||
model: SR630
|
||||
slug: SR630
|
||||
part_number: 7X02
|
||||
is_full_depth: true
|
||||
subdevice_role: parent
|
||||
interfaces:
|
||||
- name: XCC
|
||||
type: 1000base-t
|
||||
|
16
device-types/Lenovo/SR650.yaml
Normal file
16
device-types/Lenovo/SR650.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
manufacturer: Lenovo
|
||||
model: SR650
|
||||
slug: SR650
|
||||
part_number: 7X06
|
||||
is_full_depth: true
|
||||
subdevice_role: parent
|
||||
interfaces:
|
||||
- name: XCC
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
power-ports:
|
||||
- name: PSU0
|
||||
type: iec-60320-c14
|
||||
- name: PSU1
|
||||
type: iec-60320-c14
|
17
device-types/Lenovo/ThinkSystem_AUKJ.yaml
Normal file
17
device-types/Lenovo/ThinkSystem_AUKJ.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
manufacturer: Lenovo
|
||||
model: ThinkSystem 10Gb 2-port SFP+ LOM
|
||||
slug: thinksystem-10Gb-2SFPP
|
||||
part_number: 7ZT7A00546
|
||||
u_height: 0
|
||||
is_full_depth: false
|
||||
subdevice_role: child
|
||||
interfaces:
|
||||
- name: "1"
|
||||
label: "1"
|
||||
type: 10gbase-x-sfpp
|
||||
mgmt_only: false
|
||||
- name: "2"
|
||||
label: "2"
|
||||
type: 10gbase-x-sfpp
|
||||
mgmt_only: false
|
25
device-types/Lenovo/ThinkSystem_AUKK.yaml
Normal file
25
device-types/Lenovo/ThinkSystem_AUKK.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
manufacturer: Lenovo
|
||||
model: ThinkSystem 10Gb 4-port SFP+ LOM
|
||||
slug: thinksystem-10Gb-4SFPP
|
||||
part_number: 7ZT7A00547
|
||||
u_height: 0
|
||||
is_full_depth: false
|
||||
subdevice_role: child
|
||||
interfaces:
|
||||
- name: "1"
|
||||
label: "1"
|
||||
type: 10gbase-x-sfpp
|
||||
mgmt_only: false
|
||||
- name: "2"
|
||||
label: "2"
|
||||
type: 10gbase-x-sfpp
|
||||
mgmt_only: false
|
||||
- name: "3"
|
||||
label: "3"
|
||||
type: 10gbase-x-sfpp
|
||||
mgmt_only: false
|
||||
- name: "4"
|
||||
label: "4"
|
||||
type: 10gbase-x-sfpp
|
||||
mgmt_only: false
|
Loading…
Reference in New Issue
Block a user