From 56c8d172bac66c25a9c6d77d0ae9f0c4e558433a Mon Sep 17 00:00:00 2001 From: "smai.cloud" Date: Sat, 9 Jul 2022 14:39:12 +0200 Subject: [PATCH] Add Supermicro AS-1123US-TR4 and Supermicro AS-1114S-WN10RT (#845) * Add Supermicro AS-1123US-TR4 * Add Supermicro AS -1114S-WN10RT --- device-types/Supermicro/AS-1114S-WN10RT.yml | 22 ++++++++++++++++ device-types/Supermicro/AS-1123US-TR4.yml | 28 +++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 device-types/Supermicro/AS-1114S-WN10RT.yml create mode 100644 device-types/Supermicro/AS-1123US-TR4.yml diff --git a/device-types/Supermicro/AS-1114S-WN10RT.yml b/device-types/Supermicro/AS-1114S-WN10RT.yml new file mode 100644 index 000000000..aca8db1a5 --- /dev/null +++ b/device-types/Supermicro/AS-1114S-WN10RT.yml @@ -0,0 +1,22 @@ +--- +manufacturer: Supermicro +model: AS -1114S-WN10RT +slug: as--1114s-wn10rt +u_height: 1 +is_full_depth: true +console-ports: + - name: Serial + type: de-9 + - name: VGA + type: other +power-ports: + - name: Power 1 + type: iec-60320-c14 + - name: Power 2 + type: iec-60320-c14 +interfaces: + - name: Gig-E 1 + type: 1000base-t + - name: Gig-E 2 + type: 1000base-t + mgmt_only: true diff --git a/device-types/Supermicro/AS-1123US-TR4.yml b/device-types/Supermicro/AS-1123US-TR4.yml new file mode 100644 index 000000000..a87f992c5 --- /dev/null +++ b/device-types/Supermicro/AS-1123US-TR4.yml @@ -0,0 +1,28 @@ +--- +manufacturer: Supermicro +model: AS -1123US-TR4 +slug: as--1123us-tr4 +u_height: 1 +is_full_depth: true +console-ports: + - name: Serial + type: de-9 + - name: VGA + type: other +power-ports: + - name: Power 1 + type: iec-60320-c14 + - name: Power 2 + type: iec-60320-c14 +interfaces: + - name: Gig-E 1 + type: 1000base-t + - name: Gig-E 2 + type: 1000base-t + - name: Gig-E 3 + type: 1000base-t + - name: Gig-E 4 + type: 1000base-t + - name: BMC + type: 1000base-t + mgmt_only: true