From ffced3c3b85e775396d8bb4308e7107206bb7343 Mon Sep 17 00:00:00 2001 From: Kevin Breit Date: Sun, 7 Feb 2021 22:15:16 -0600 Subject: [PATCH] Add NetApp FAS2750 and both controller options (#323) * Add FAS2750 and both controller options --- device-types/NetApp/FAS2750.yaml | 18 ++++++++++++++ device-types/NetApp/X3218A.yaml | 32 +++++++++++++++++++++++++ device-types/NetApp/X3219A.yaml | 41 ++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 device-types/NetApp/FAS2750.yaml create mode 100644 device-types/NetApp/X3218A.yaml create mode 100644 device-types/NetApp/X3219A.yaml diff --git a/device-types/NetApp/FAS2750.yaml b/device-types/NetApp/FAS2750.yaml new file mode 100644 index 00000000..100664b9 --- /dev/null +++ b/device-types/NetApp/FAS2750.yaml @@ -0,0 +1,18 @@ +manufacturer: NetApp +model: FAS2750 +slug: fas2750 +part_number: FAS2750 +u_height: 2 +is_full_depth: true +subdevice_role: parent +console-ports: +- name: con0 + type: rj-45 +power-ports: +- name: PSU1 + type: iec-60320-c14 +- name: PSU2 + type: iec-60320-c14 +device-bays: +- name: A +- name: B diff --git a/device-types/NetApp/X3218A.yaml b/device-types/NetApp/X3218A.yaml new file mode 100644 index 00000000..2809f705 --- /dev/null +++ b/device-types/NetApp/X3218A.yaml @@ -0,0 +1,32 @@ +manufacturer: NetApp +model: FAS2700 Controller CNA +slug: fas2700-controller-cna +part_number: X3218A +u_height: 0 +is_full_depth: true +subdevice_role: child +console-ports: +- name: con0 + type: rj-45 +interfaces: +- name: e0a + type: 10gbase-x-sfpp + mgmt_only: false +- name: e0b + type: 10gbase-x-sfpp + mgmt_only: false +- name: e0c + type: 10gbase-x-sfpp + mgmt_only: false +- name: e0d + type: 10gbase-x-sfpp + mgmt_only: false +- name: e0e + type: 10gbase-x-sfpp + mgmt_only: false +- name: e0f + type: 10gbase-x-sfpp + mgmt_only: false +- name: e0m + type: 10gbase-x-sfpp + mgmt_only: false diff --git a/device-types/NetApp/X3219A.yaml b/device-types/NetApp/X3219A.yaml new file mode 100644 index 00000000..d019746a --- /dev/null +++ b/device-types/NetApp/X3219A.yaml @@ -0,0 +1,41 @@ +manufacturer: NetApp +model: FAS2700 Controller 10GBASE-T +slug: fas2700-controller-10gbase-t +part_number: X3219A +u_height: 0 +is_full_depth: true +subdevice_role: child +console-ports: +- name: con0 + type: rj-45 +power-ports: +- name: PSU1 + type: iec-60320-c14 +- name: PSU2 + type: iec-60320-c14 +- name: PSU3 + type: iec-60320-c14 +- name: PSU4 + type: iec-60320-c14 +interfaces: +- name: e0a + type: 10gbase-x-sfpp + mgmt_only: false +- name: e0b + type: 10gbase-x-sfpp + mgmt_only: false +- name: e0c + type: 10gbase-t + mgmt_only: false +- name: e0d + type: 10gbase-t + mgmt_only: false +- name: e0e + type: 10gbase-t + mgmt_only: false +- name: e0f + type: 10gbase-t + mgmt_only: false +- name: e0m + type: 1000base-t + mgmt_only: true