From d11e962437b1eff9484c4ada4550a8719fc826b5 Mon Sep 17 00:00:00 2001 From: Sjur Fredriksen Date: Thu, 2 May 2024 15:03:16 +0200 Subject: [PATCH] feat: add Norwia --- .../Norwia/compact-minihub-1ru-4-0.yaml | 10 ++++++++++ device-types/Norwia/minihub-1ru-4-2.yaml | 19 +++++++++++++++++++ module-types/Norwia/RCONmini.yaml | 8 ++++++++ 3 files changed, 37 insertions(+) create mode 100644 device-types/Norwia/compact-minihub-1ru-4-0.yaml create mode 100644 device-types/Norwia/minihub-1ru-4-2.yaml create mode 100644 module-types/Norwia/RCONmini.yaml diff --git a/device-types/Norwia/compact-minihub-1ru-4-0.yaml b/device-types/Norwia/compact-minihub-1ru-4-0.yaml new file mode 100644 index 00000000..b3ecf1cc --- /dev/null +++ b/device-types/Norwia/compact-minihub-1ru-4-0.yaml @@ -0,0 +1,10 @@ +--- +manufacturer: Norwia +model: compact miniHUB-1RU-4-0 +slug: norwia-compact-minihub-1ru-4-0 +u_height: 1.0 +is_full_depth: false +is_powered: false +module-bays: + - name: Passive Port 1 + - name: Passive Port 2 diff --git a/device-types/Norwia/minihub-1ru-4-2.yaml b/device-types/Norwia/minihub-1ru-4-2.yaml new file mode 100644 index 00000000..8474d3fb --- /dev/null +++ b/device-types/Norwia/minihub-1ru-4-2.yaml @@ -0,0 +1,19 @@ +--- +manufacturer: Norwia +model: miniHUB-1RU-4-2 +slug: norwia-minihub-1ru-4-2 +u_height: 1.0 +is_full_depth: false +module-bays: + - name: RCONmini + - name: Card 1 + - name: Card 2 + - name: Card 3 + - name: Card 4 + - name: Passive Port 1 + - name: Passive Port 2 +power-ports: + - name: DC1 + type: other + - name: DC2 + type: other diff --git a/module-types/Norwia/RCONmini.yaml b/module-types/Norwia/RCONmini.yaml new file mode 100644 index 00000000..515761e6 --- /dev/null +++ b/module-types/Norwia/RCONmini.yaml @@ -0,0 +1,8 @@ +--- +manufacturer: Norwia +model: RCONmini +description: The RCONmini frame controller card provides an extensive set of monitoring facilities for the miniHUB system. +interfaces: + - name: LAN + type: 100base-tx + mgmt_only: true