From 402b76e8fe43d225ccf0c9e00e421171e2bdbebb Mon Sep 17 00:00:00 2001 From: Guillaume R <50260025+requenag@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:40:38 +1100 Subject: [PATCH] Adding Intel NIC cards. (#1108) * Adding Intel NIC cards. * Update I350-T4.yaml * Update X550-T2.yaml --------- Co-authored-by: Daniel W. Anner --- module-types/Intel/I350-T2.yaml | 11 +++++++++++ module-types/Intel/I350-T4.yaml | 18 ++++++++++++++++++ module-types/Intel/X550-T2.yaml | 12 ++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 module-types/Intel/I350-T2.yaml create mode 100644 module-types/Intel/I350-T4.yaml create mode 100644 module-types/Intel/X550-T2.yaml diff --git a/module-types/Intel/I350-T2.yaml b/module-types/Intel/I350-T2.yaml new file mode 100644 index 000000000..b77aad235 --- /dev/null +++ b/module-types/Intel/I350-T2.yaml @@ -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 diff --git a/module-types/Intel/I350-T4.yaml b/module-types/Intel/I350-T4.yaml new file mode 100644 index 000000000..2bb15ccce --- /dev/null +++ b/module-types/Intel/I350-T4.yaml @@ -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 diff --git a/module-types/Intel/X550-T2.yaml b/module-types/Intel/X550-T2.yaml new file mode 100644 index 000000000..8a613cffb --- /dev/null +++ b/module-types/Intel/X550-T2.yaml @@ -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