From 339acac0c5da4d90a5d7e572d0f0a069fc2e92c4 Mon Sep 17 00:00:00 2001 From: Ash Kirby <11968864+arcticash@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:09:41 +0000 Subject: [PATCH] Adding Ericsson Private 5G Equipment (#2220) * Adding Ericsson Private 5G Kit * Renaming Baseband6631 to B6631 * Ensuring compliance with pre-comit checks * Update VEP4600.yml Converted power ports to module bays --------- Co-authored-by: Harry --- device-types/Dell/VEP4600.yml | 35 +++++++++ device-types/Ericsson/B6631.yml | 73 ++++++++++++++++++ device-types/Ericsson/DOT-4459-B77D.yml | 21 ++++++ device-types/Ericsson/GRU0401.yml | 20 +++++ device-types/Ericsson/IRU8848.yml | 45 +++++++++++ device-types/Ericsson/P6250.yml | 42 +++++++++++ device-types/Ericsson/R6675.yml | 99 +++++++++++++++++++++++++ 7 files changed, 335 insertions(+) create mode 100644 device-types/Dell/VEP4600.yml create mode 100644 device-types/Ericsson/B6631.yml create mode 100644 device-types/Ericsson/DOT-4459-B77D.yml create mode 100644 device-types/Ericsson/GRU0401.yml create mode 100644 device-types/Ericsson/IRU8848.yml create mode 100644 device-types/Ericsson/P6250.yml create mode 100644 device-types/Ericsson/R6675.yml diff --git a/device-types/Dell/VEP4600.yml b/device-types/Dell/VEP4600.yml new file mode 100644 index 000000000..a5c30fa4e --- /dev/null +++ b/device-types/Dell/VEP4600.yml @@ -0,0 +1,35 @@ +--- +manufacturer: Dell +model: VEP4600 +description: Dell Virtual Edge Platform 4600 +slug: dell-vep4600 +part_number: vep4600 +comments: '[Dell Virtual Edge Platform 4660 Data Sheet](https://www.delltechnologies.com/asset/en-gb/products/networking/technical-support/virtual-edge-platform-4600-spec-sheet.pdf)' +u_height: 1 +weight: 7.43 +weight_unit: kg +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: CPU + type: rj-45 + - name: BMC + type: rj-45 +module-bays: + - name: Power 1 + position: PSU1 + - name: Power 2 + position: PSU2 +interfaces: + - name: Gig-E 3 + type: 1000base-t + - name: Gig-E 4 + type: 1000base-t + - name: Gig-E 5 + type: 1000base-t + - name: Gig-E 6 + type: 1000base-t + - name: 10GbE 1 + type: 10gbase-x-sfpp + - name: 10GbE 2 + type: 10gbase-x-sfpp diff --git a/device-types/Ericsson/B6631.yml b/device-types/Ericsson/B6631.yml new file mode 100644 index 000000000..4b75a8514 --- /dev/null +++ b/device-types/Ericsson/B6631.yml @@ -0,0 +1,73 @@ +--- +manufacturer: Ericsson +model: B6631 +description: Ericsson Baseband 6631 +slug: ericsson-b6631 +part_number: B6631 +comments: '[Ericsson Baseband 6631 Data Sheet]()' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: SYNC + type: rj-45 + - name: TIME + type: rj-45 + - name: ALARM 1 + type: rj-45 + - name: ALARM 2 + type: rj-45 +power-ports: + - name: A + type: dc-terminal + description: -48 VDC + - name: B + type: dc-terminal + description: -48 VDC +interfaces: + - name: TN/IDL A + type: 40gbase-x-qsfpp + - name: TN/IDL B + type: 10gbase-x-sfpp + - name: TN/IDL C + type: 10gbase-x-sfpp + - name: TN/IDL D + type: 10gbase-x-sfpp + - name: DOT A + type: 10gbase-x-sfpp + - name: DOT B + type: 10gbase-x-sfpp + - name: DOT C + type: 10gbase-x-sfpp + - name: DOT D + type: 10gbase-x-sfpp + - name: DOT E + type: 10gbase-x-sfpp + - name: DOT F + type: 10gbase-x-sfpp + - name: DOT G + type: 10gbase-x-sfpp + - name: DOT H + type: 10gbase-x-sfpp + - name: DOT I + type: 10gbase-x-sfpp + - name: DOT J + type: 10gbase-x-sfpp + - name: DOT K + type: 10gbase-x-sfpp + - name: DOT L + type: 10gbase-x-sfpp + - name: DOT M + type: 10gbase-x-sfpp + - name: DOT N + type: 10gbase-x-sfpp + - name: DOT O + type: 10gbase-x-sfpp + - name: DOT P + type: 10gbase-x-sfpp + - name: DOT Q + type: 10gbase-x-sfpp + - name: LMT + type: 1000base-t + mgmt_only: true + description: 100 / 1000 Base-T Ethernet for Out-of-Band Management diff --git a/device-types/Ericsson/DOT-4459-B77D.yml b/device-types/Ericsson/DOT-4459-B77D.yml new file mode 100644 index 000000000..ee646f3d4 --- /dev/null +++ b/device-types/Ericsson/DOT-4459-B77D.yml @@ -0,0 +1,21 @@ +--- +manufacturer: Ericsson +model: DOT-4459-B77D +description: Ericsson Router 6675 +slug: ericsson-dot-4459-b77d +part_number: DOT-4459-B77D +comments: '[Ericsson DOT 4459 B77D Data Sheet]() ' +u_height: 0 +weight: 1.8 +weight_unit: kg +is_full_depth: false +power-ports: + - name: DC IN + type: other +interfaces: + - name: LAN1 + type: 10gbase-t + - name: LAN2 + type: 10gbase-x-sfpp + - name: Radio + type: 5g diff --git a/device-types/Ericsson/GRU0401.yml b/device-types/Ericsson/GRU0401.yml new file mode 100644 index 000000000..27ceb8cc4 --- /dev/null +++ b/device-types/Ericsson/GRU0401.yml @@ -0,0 +1,20 @@ +--- +manufacturer: Ericsson +model: GRU0401 +description: Ericsson GNSS Reciever 0401 +slug: ericsson-gru0401 +part_number: GRU0401 +comments: '[Ericsson GRU0401 Data Sheet]()' +u_height: 1 +weight: 0.5 +weight_unit: kg +is_full_depth: false +interfaces: + - name: TOD 1 + type: other + poe_mode: pd + description: RJ45 port 1PPS+TOD (ITU-T G.703 Amd1) + - name: TOD 2 + type: other + poe_mode: pd + description: RJ45 port 1PPS+TOD (ITU-T G.703 Amd1) diff --git a/device-types/Ericsson/IRU8848.yml b/device-types/Ericsson/IRU8848.yml new file mode 100644 index 000000000..49394426c --- /dev/null +++ b/device-types/Ericsson/IRU8848.yml @@ -0,0 +1,45 @@ +--- +manufacturer: Ericsson +model: IRU8848 +description: Ericsson Indoor Radio Unit 8848 +slug: ericsson-iru8848 +part_number: IRU8848 +comments: '[Ericsson IRU8848 Data Sheet](https://www.ericsson.com/4996b3/assets/global/eridoc/405880/1-28701-FGC1013443UEN.pdf)' +u_height: 1.5 +weight: 9 +weight_unit: kg +is_full_depth: true +airflow: front-to-rear +power-ports: + - name: AC IN + type: iec-60320-c14 + maximum_draw: 820 + - name: A + type: dc-terminal + description: -48 VDC + maximum_draw: 750 + - name: B + type: dc-terminal + description: -48 VDC + maximum_draw: 750 +interfaces: + - name: Front Haul 1 + type: 10gbase-x-sfpp + - name: Front Haul 2 + type: 10gbase-x-sfpp + - name: DOT 1 + type: 10gbase-t + - name: DOT 2 + type: 10gbase-t + - name: DOT 3 + type: 10gbase-t + - name: DOT 4 + type: 10gbase-t + - name: DOT 5 + type: 10gbase-t + - name: DOT 6 + type: 10gbase-t + - name: DOT 7 + type: 10gbase-t + - name: DOT 8 + type: 10gbase-t diff --git a/device-types/Ericsson/P6250.yml b/device-types/Ericsson/P6250.yml new file mode 100644 index 000000000..05f17a431 --- /dev/null +++ b/device-types/Ericsson/P6250.yml @@ -0,0 +1,42 @@ +--- +manufacturer: Ericsson +model: P6250 +description: Ericsson Power 6250 +slug: ericsson-p6250 +part_number: P6250 +comments: '[Ericsson Power 6250 Data Sheet]()' +u_height: 1 +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: RS485 + type: rj-45 + description: baudrate 115200 +power-ports: + - name: AC IN 1 + type: iec-60320-c14 + - name: AC IN 2 + type: iec-60320-c14 +power-outlets: + - name: DC1 + type: dc-terminal + label: DC Outlet 1 + - name: DC2 + type: dc-terminal + label: DC Outlet 2 + - name: DC3 + type: dc-terminal + label: DC Outlet 3 + - name: DC4 + type: dc-terminal + label: DC Outlet 4 + - name: DC5 + type: dc-terminal + label: DC Outlet 5 + - name: DC6 + type: dc-terminal + label: DC Outlet 6 +interfaces: + - name: LAN + type: 1000base-t + mgmt_only: true diff --git a/device-types/Ericsson/R6675.yml b/device-types/Ericsson/R6675.yml new file mode 100644 index 000000000..a25c36234 --- /dev/null +++ b/device-types/Ericsson/R6675.yml @@ -0,0 +1,99 @@ +--- +manufacturer: Ericsson +model: R6675 +description: Ericsson Router 6675 +slug: ericsson-r6675 +part_number: R6675 +comments: '[Ericsson 6675 Data Sheet](https://www.ericsson.com/4996b3/assets/global/eridoc/405880/1-28701-FGC1013443UEN.pdf)' +u_height: 1 +weight: 8 +weight_unit: kg +is_full_depth: true +airflow: front-to-rear +console-ports: + - name: console + type: rj-45 + description: baudrate 115200 + - name: usb + type: usb-a + - name: TOD + type: rj-45 + description: RJ45 port 1PPS+TOD (ITU-T G.703 Amd1) + - name: BITS + type: rj-45 + description: RJ48C port for 2.048 MHz, E1/T1 (BITS) input/output + - name: ALARM + description: RJ45 Alarm port for 3 input and 1 output alarm contacts + type: rj-45 +power-ports: + - name: A + type: dc-terminal + description: -48 VDC + allocated_draw: 79 + maximum_draw: 225 + - name: B + type: dc-terminal + description: -48 VDC + allocated_draw: 79 + maximum_draw: 225 +interfaces: + - name: 1/1 + type: 10gbase-x-sfpp + - name: 1/2 + type: 10gbase-x-sfpp + - name: 1/3 + type: 10gbase-x-sfpp + - name: 1/4 + type: 10gbase-x-sfpp + - name: 1/5 + type: 10gbase-x-sfpp + - name: 1/6 + type: 10gbase-x-sfpp + - name: 1/7 + type: 10gbase-x-sfpp + - name: 1/8 + type: 10gbase-x-sfpp + - name: 1/9 + type: 10gbase-x-sfpp + - name: 1/10 + type: 10gbase-x-sfpp + - name: 1/11 + type: 10gbase-x-sfpp + - name: 1/12 + type: 10gbase-x-sfpp + - name: 1/13 + type: 10gbase-x-sfpp + - name: 1/14 + type: 10gbase-x-sfpp + - name: 1/15 + type: 10gbase-x-sfpp + - name: 1/16 + type: 10gbase-x-sfpp + - name: 1/17 + type: 10gbase-x-sfpp + - name: 1/18 + type: 10gbase-x-sfpp + - name: 1/19 + type: 10gbase-x-sfpp + - name: 1/20 + type: 10gbase-x-sfpp + - name: 1/21 + type: 10gbase-x-sfpp + - name: 1/22 + type: 10gbase-x-sfpp + - name: 1/23 + type: 10gbase-x-sfpp + - name: 1/24 + type: 10gbase-x-sfpp + - name: 1/25 + type: 100gbase-x-qsfp28 + - name: 1/26 + type: 100gbase-x-qsfp28 + - name: 1/27 + type: 100gbase-x-qsfp28 + - name: 1/28 + type: 100gbase-x-qsfp28 + - name: LMT + type: 1000base-t + mgmt_only: true + description: 100 / 1000 Base-T Ethernet for Out-of-Band Management