From a7d1393c30506ea2e0ca74607b11d90c9af7f700 Mon Sep 17 00:00:00 2001 From: Florian Schendel <33891080+florianschendel@users.noreply.github.com> Date: Fri, 27 May 2022 14:57:47 +0200 Subject: [PATCH] Edge connect vol2 (#798) * change name of ec-xs-gen1 --> ec-xs to be compliant with future naming structure * changed name of ec-m + ec-s to be compliant with future naming structure * Added all further models from edge-connect us --> edge-connect l --- device-types/Aruba/ec-l-b-nm.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-l-b.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-l-h.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-l-p-nm.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-l-p.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-l.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-m-b-gen2.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-m-b.yaml | 2 +- device-types/Aruba/ec-m-h-ac.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-m-p-fips.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-m-p-gen2.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-m-p.yaml | 54 +++++++++++++++++++ device-types/Aruba/ec-m.yaml | 54 +++++++++++++++++++ .../Aruba/{ec-s-p.yaml => ec-s-p-ac.yaml} | 4 +- device-types/Aruba/ec-s-p-dc.yaml | 50 +++++++++++++++++ device-types/Aruba/ec-xs-fips.yaml | 42 +++++++++++++++ .../Aruba/{ec-xs-gen1.yaml => ec-xs.yaml} | 4 +- 17 files changed, 745 insertions(+), 5 deletions(-) create mode 100644 device-types/Aruba/ec-l-b-nm.yaml create mode 100644 device-types/Aruba/ec-l-b.yaml create mode 100644 device-types/Aruba/ec-l-h.yaml create mode 100644 device-types/Aruba/ec-l-p-nm.yaml create mode 100644 device-types/Aruba/ec-l-p.yaml create mode 100644 device-types/Aruba/ec-l.yaml create mode 100644 device-types/Aruba/ec-m-b-gen2.yaml create mode 100644 device-types/Aruba/ec-m-h-ac.yaml create mode 100644 device-types/Aruba/ec-m-p-fips.yaml create mode 100644 device-types/Aruba/ec-m-p-gen2.yaml create mode 100644 device-types/Aruba/ec-m-p.yaml create mode 100644 device-types/Aruba/ec-m.yaml rename device-types/Aruba/{ec-s-p.yaml => ec-s-p-ac.yaml} (96%) create mode 100644 device-types/Aruba/ec-s-p-dc.yaml create mode 100644 device-types/Aruba/ec-xs-fips.yaml rename device-types/Aruba/{ec-xs-gen1.yaml => ec-xs.yaml} (95%) diff --git a/device-types/Aruba/ec-l-b-nm.yaml b/device-types/Aruba/ec-l-b-nm.yaml new file mode 100644 index 00000000..0ce220c7 --- /dev/null +++ b/device-types/Aruba/ec-l-b-nm.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-l-b-nm +slug: ec-l-b-nm +part_number: '201272' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 440 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 440 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-l-b.yaml b/device-types/Aruba/ec-l-b.yaml new file mode 100644 index 00000000..aeadc44b --- /dev/null +++ b/device-types/Aruba/ec-l-b.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-l-b +slug: ec-l-b +part_number: '201270' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 440 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 440 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-l-h.yaml b/device-types/Aruba/ec-l-h.yaml new file mode 100644 index 00000000..fc48eb2f --- /dev/null +++ b/device-types/Aruba/ec-l-h.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-l-h +slug: ec-l-h +part_number: '201754' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 440 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 440 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-l-p-nm.yaml b/device-types/Aruba/ec-l-p-nm.yaml new file mode 100644 index 00000000..d2b113d2 --- /dev/null +++ b/device-types/Aruba/ec-l-p-nm.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-l-p-nm +slug: ec-l-p-nm +part_number: '201307' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 440 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 440 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-l-p.yaml b/device-types/Aruba/ec-l-p.yaml new file mode 100644 index 00000000..f730dc04 --- /dev/null +++ b/device-types/Aruba/ec-l-p.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-l-p +slug: ec-l-p +part_number: '201305' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 440 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 440 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-l.yaml b/device-types/Aruba/ec-l.yaml new file mode 100644 index 00000000..03bf76de --- /dev/null +++ b/device-types/Aruba/ec-l.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-l +slug: ec-l +part_number: '200883' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 440 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 440 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-m-b-gen2.yaml b/device-types/Aruba/ec-m-b-gen2.yaml new file mode 100644 index 00000000..11e8c018 --- /dev/null +++ b/device-types/Aruba/ec-m-b-gen2.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-m-b-gen2 +slug: ec-m-b-gen2 +part_number: '201553' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 162 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 162 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-m-b.yaml b/device-types/Aruba/ec-m-b.yaml index 5f757614..622ede39 100644 --- a/device-types/Aruba/ec-m-b.yaml +++ b/device-types/Aruba/ec-m-b.yaml @@ -2,7 +2,7 @@ manufacturer: Aruba model: ec-m-b slug: ec-m-b -part_number: '200553' +part_number: '200969' u_height: 1 is_full_depth: true airflow: front-to-rear diff --git a/device-types/Aruba/ec-m-h-ac.yaml b/device-types/Aruba/ec-m-h-ac.yaml new file mode 100644 index 00000000..62a1107e --- /dev/null +++ b/device-types/Aruba/ec-m-h-ac.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-m-h-ac +slug: ec-m-h-ac +part_number: '201762' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 162 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 162 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-m-p-fips.yaml b/device-types/Aruba/ec-m-p-fips.yaml new file mode 100644 index 00000000..28b1ddb7 --- /dev/null +++ b/device-types/Aruba/ec-m-p-fips.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-m-p-fips +slug: ec-m-p-fips +part_number: '201634' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 162 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 162 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-m-p-gen2.yaml b/device-types/Aruba/ec-m-p-gen2.yaml new file mode 100644 index 00000000..c935e63b --- /dev/null +++ b/device-types/Aruba/ec-m-p-gen2.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-m-p-gen2 +slug: ec-m-p-gen2 +part_number: '201552' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 162 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 162 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-m-p.yaml b/device-types/Aruba/ec-m-p.yaml new file mode 100644 index 00000000..65ffa171 --- /dev/null +++ b/device-types/Aruba/ec-m-p.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-m-p +slug: ec-m-p +part_number: '201274' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 162 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 162 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-m.yaml b/device-types/Aruba/ec-m.yaml new file mode 100644 index 00000000..a23041c3 --- /dev/null +++ b/device-types/Aruba/ec-m.yaml @@ -0,0 +1,54 @@ +--- +manufacturer: Aruba +model: ec-m +slug: ec-m +part_number: '200890' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: de-9 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 162 + label: power0 + - name: power1 + type: iec-60320-c14 + maximum_draw: 162 + label: power1 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: tlan0 + type: 10gbase-x-sfpp + mgmt_only: false + label: tlan0 + - name: twan0 + type: 1000base-t + mgmt_only: false + label: twan0 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-s-p.yaml b/device-types/Aruba/ec-s-p-ac.yaml similarity index 96% rename from device-types/Aruba/ec-s-p.yaml rename to device-types/Aruba/ec-s-p-ac.yaml index a14a01e7..3f8b4438 100644 --- a/device-types/Aruba/ec-s-p.yaml +++ b/device-types/Aruba/ec-s-p-ac.yaml @@ -1,7 +1,7 @@ --- manufacturer: Aruba -model: ec-s-p -slug: ec-s-p +model: ec-s-p-ac +slug: ec-s-p-ac part_number: '201687' u_height: 1 is_full_depth: false diff --git a/device-types/Aruba/ec-s-p-dc.yaml b/device-types/Aruba/ec-s-p-dc.yaml new file mode 100644 index 00000000..429ae862 --- /dev/null +++ b/device-types/Aruba/ec-s-p-dc.yaml @@ -0,0 +1,50 @@ +--- +manufacturer: Aruba +model: ec-s-p-dc +slug: ec-s-p-dc +part_number: '201743' +u_height: 1 +is_full_depth: false +airflow: front-to-rear +console-ports: + - name: console + type: rj-45 + label: console +power-ports: + - name: power0 + type: iec-60320-c14 + maximum_draw: 100 + label: power0 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 + - name: lan2 + type: 10gbase-x-sfpp + mgmt_only: false + label: lan2 + - name: wan2 + type: 1000base-t + mgmt_only: false + label: wan2 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 diff --git a/device-types/Aruba/ec-xs-fips.yaml b/device-types/Aruba/ec-xs-fips.yaml new file mode 100644 index 00000000..a4b12a5d --- /dev/null +++ b/device-types/Aruba/ec-xs-fips.yaml @@ -0,0 +1,42 @@ +--- +manufacturer: Aruba +model: ec-xs-fips +slug: ec-xs-fips +part_number: '201447' +u_height: 1 +is_full_depth: false +airflow: right-to-left +console-ports: + - name: console + type: rj-45 + label: console +power-ports: + - name: power0 + type: dc-terminal + maximum_draw: 23 + label: power0 +interfaces: + - name: lan0 + type: 1000base-t + mgmt_only: false + label: lan0 + - name: lan1 + type: 1000base-t + mgmt_only: false + label: lan1 + - name: wan0 + type: 1000base-t + mgmt_only: false + label: wan0 + - name: wan1 + type: 1000base-t + mgmt_only: false + label: wan1 + - name: mgmt0 + type: 1000base-t + mgmt_only: true + label: mgmt0 + - name: mgmt1 + type: 1000base-t + mgmt_only: false + label: mgmt1 diff --git a/device-types/Aruba/ec-xs-gen1.yaml b/device-types/Aruba/ec-xs.yaml similarity index 95% rename from device-types/Aruba/ec-xs-gen1.yaml rename to device-types/Aruba/ec-xs.yaml index e2feca3a..f7b1deaa 100644 --- a/device-types/Aruba/ec-xs-gen1.yaml +++ b/device-types/Aruba/ec-xs.yaml @@ -1,7 +1,7 @@ --- manufacturer: Aruba -model: ec-xs-gen1 -slug: ec-xs-gen1 +model: ec-xs +slug: ec-xs part_number: '200889' u_height: 1 is_full_depth: false