mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-24 09:23:48 +01:00
Adding Intel NIC cards. (#1108)
* Adding Intel NIC cards. * Update I350-T4.yaml * Update X550-T2.yaml --------- Co-authored-by: Daniel W. Anner <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
b398a3caf3
commit
402b76e8fe
11
module-types/Intel/I350-T2.yaml
Normal file
11
module-types/Intel/I350-T2.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
manufacturer: Intel
|
||||
model: I350-T2
|
||||
part_number: I350-T2
|
||||
interfaces:
|
||||
- name: 1ge{module}-1
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: 1ge{module}-2
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
18
module-types/Intel/I350-T4.yaml
Normal file
18
module-types/Intel/I350-T4.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
manufacturer: Intel
|
||||
model: I350-T4
|
||||
part_number: I350-T4
|
||||
comments: '[Datasheet](https://www.intel.com.au/content/www/au/en/products/sku/184824/intel-ethernet-network-adapter-i350t4-for-ocp-3-0/specifications.html)'
|
||||
interfaces:
|
||||
- name: 1ge{module}-1
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: 1ge{module}-2
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: 1ge{module}-3
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: 1ge{module}-4
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
12
module-types/Intel/X550-T2.yaml
Normal file
12
module-types/Intel/X550-T2.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
manufacturer: Intel
|
||||
model: X550-T2
|
||||
part_number: X550-T2
|
||||
comments: '[Datasheet](https://www.intel.com.au/content/www/au/en/products/sku/88209/intel-ethernet-converged-network-adapter-x550t2/specifications.html)'
|
||||
interfaces:
|
||||
- name: 10ge{module}-1
|
||||
type: 10gbase-t
|
||||
mgmt_only: false
|
||||
- name: 10ge{module}-2
|
||||
type: 10gbase-t
|
||||
mgmt_only: false
|
Loading…
Reference in New Issue
Block a user