diff --git a/device-types/RackifyUS/1-inch-grommet-panel.yaml b/device-types/RackifyUS/1-inch-grommet-panel.yaml new file mode 100644 index 00000000..7137e53e --- /dev/null +++ b/device-types/RackifyUS/1-inch-grommet-panel.yaml @@ -0,0 +1,9 @@ +--- +manufacturer: RackifyUS +model: 1-Inch-Grommet-Panel +slug: rackifyus-1-inch-grommet-panel +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +front_image: true diff --git a/device-types/RackifyUS/1U-blank-panel.yaml b/device-types/RackifyUS/1U-blank-panel.yaml new file mode 100644 index 00000000..4bba95e3 --- /dev/null +++ b/device-types/RackifyUS/1U-blank-panel.yaml @@ -0,0 +1,9 @@ +--- +manufacturer: RackifyUS +model: 1U-Blank-Panel +slug: rackifyus-1u-blank-panel +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +front_image: true diff --git a/device-types/RackifyUS/1U-vented-panel.yaml b/device-types/RackifyUS/1U-vented-panel.yaml new file mode 100644 index 00000000..507ea616 --- /dev/null +++ b/device-types/RackifyUS/1U-vented-panel.yaml @@ -0,0 +1,9 @@ +--- +manufacturer: RackifyUS +model: 1U-Vented-Panel +slug: rackifyus-1u-vented-panel +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +front_image: true diff --git a/device-types/RackifyUS/2U-blank-panel.yaml b/device-types/RackifyUS/2U-blank-panel.yaml new file mode 100644 index 00000000..21441e7a --- /dev/null +++ b/device-types/RackifyUS/2U-blank-panel.yaml @@ -0,0 +1,9 @@ +--- +manufacturer: RackifyUS +model: 2U-Blank-Panel +slug: rackifyus-2u-blank-panel +is_powered: false +airflow: passive +u_height: 2.0 +is_full_depth: false +front_image: true diff --git a/device-types/RackifyUS/2U-vented-panel.yaml b/device-types/RackifyUS/2U-vented-panel.yaml new file mode 100644 index 00000000..6555ff6b --- /dev/null +++ b/device-types/RackifyUS/2U-vented-panel.yaml @@ -0,0 +1,9 @@ +--- +manufacturer: RackifyUS +model: 2U-Vented-Panel +slug: rackifyus-2u-vented-panel +is_powered: false +airflow: passive +u_height: 2.0 +is_full_depth: false +front_image: true diff --git a/device-types/RackifyUS/dell-optiplex-micro-3000-5000-7000.yaml b/device-types/RackifyUS/dell-optiplex-micro-3000-5000-7000.yaml new file mode 100644 index 00000000..bcc5f00e --- /dev/null +++ b/device-types/RackifyUS/dell-optiplex-micro-3000-5000-7000.yaml @@ -0,0 +1,12 @@ +--- +manufacturer: RackifyUS +model: Dell-OptiPlex-Micro-3000-5000-7000 +slug: rackifyus-dell-optiplex-micro-3000-5000-7000 +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +# front_image: true +module-bays: + - name: '1' + position: '1' diff --git a/device-types/RackifyUS/hp-eliteDesk-mini-G1-G2.yaml b/device-types/RackifyUS/hp-eliteDesk-mini-G1-G2.yaml new file mode 100644 index 00000000..a3b36479 --- /dev/null +++ b/device-types/RackifyUS/hp-eliteDesk-mini-G1-G2.yaml @@ -0,0 +1,12 @@ +--- +manufacturer: RackifyUS +model: HP-EliteDesk-Mini-G1-G2 +slug: rackifyus-hp-elitedesk-mini-g1-g2 +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +# front_image: true +module-bays: + - name: '1' + position: '1' diff --git a/device-types/RackifyUS/hp-eliteDesk-mini-G3-G4-G5.yaml b/device-types/RackifyUS/hp-eliteDesk-mini-G3-G4-G5.yaml new file mode 100644 index 00000000..fbfefa87 --- /dev/null +++ b/device-types/RackifyUS/hp-eliteDesk-mini-G3-G4-G5.yaml @@ -0,0 +1,12 @@ +--- +manufacturer: RackifyUS +model: HP-EliteDesk-Mini-G3-G4-G5 +slug: rackifyus-hp-elitedesk-mini-g3-g4-g5 +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +# front_image: true +module-bays: + - name: '1' + position: '1' diff --git a/device-types/RackifyUS/jetkvm-1x.yaml b/device-types/RackifyUS/jetkvm-1x.yaml new file mode 100644 index 00000000..badfe37f --- /dev/null +++ b/device-types/RackifyUS/jetkvm-1x.yaml @@ -0,0 +1,12 @@ +--- +manufacturer: RackifyUS +model: JetKVM-1x +slug: rackifyus-jetkvm-1x +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +front_image: true +module-bays: + - name: '1' + position: '1' diff --git a/device-types/RackifyUS/jetkvm-2x.yaml b/device-types/RackifyUS/jetkvm-2x.yaml new file mode 100644 index 00000000..7be73ebc --- /dev/null +++ b/device-types/RackifyUS/jetkvm-2x.yaml @@ -0,0 +1,14 @@ +--- +manufacturer: RackifyUS +model: JetKVM-2x +slug: rackifyus-jetkvm-2x +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +front_image: true +module-bays: + - name: '1' + position: '1' + - name: '2' + position: '2' diff --git a/device-types/RackifyUS/jetkvm-3x.yaml b/device-types/RackifyUS/jetkvm-3x.yaml new file mode 100644 index 00000000..4b0345df --- /dev/null +++ b/device-types/RackifyUS/jetkvm-3x.yaml @@ -0,0 +1,16 @@ +--- +manufacturer: RackifyUS +model: JetKVM-3x +slug: rackifyus-jetkvm-3x +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +front_image: true +module-bays: + - name: '1' + position: '1' + - name: '2' + position: '2' + - name: '3' + position: '3' diff --git a/device-types/RackifyUS/jetkvm-4x.yaml b/device-types/RackifyUS/jetkvm-4x.yaml new file mode 100644 index 00000000..a67ddded --- /dev/null +++ b/device-types/RackifyUS/jetkvm-4x.yaml @@ -0,0 +1,18 @@ +--- +manufacturer: RackifyUS +model: JetKVM-4x +slug: rackifyus-jetkvm-4x +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +front_image: true +module-bays: + - name: '1' + position: '1' + - name: '2' + position: '2' + - name: '3' + position: '3' + - name: '4' + position: '4' diff --git a/device-types/RackifyUS/keystone-panel.yaml b/device-types/RackifyUS/keystone-panel.yaml new file mode 100644 index 00000000..cfc17e15 --- /dev/null +++ b/device-types/RackifyUS/keystone-panel.yaml @@ -0,0 +1,26 @@ +--- +manufacturer: RackifyUS +model: Keystone-Panel +slug: rackifyus-keystone-panel +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +# front_image: true +module-bays: + - name: '1' + position: '1' + - name: '2' + position: '2' + - name: '3' + position: '3' + - name: '4' + position: '4' + - name: '5' + position: '5' + - name: '6' + position: '6' + - name: '7' + position: '7' + - name: '8' + position: '8' diff --git a/device-types/RackifyUS/lenovo-thinkcentre-tiny.yaml b/device-types/RackifyUS/lenovo-thinkcentre-tiny.yaml new file mode 100644 index 00000000..6b9690e8 --- /dev/null +++ b/device-types/RackifyUS/lenovo-thinkcentre-tiny.yaml @@ -0,0 +1,12 @@ +--- +manufacturer: RackifyUS +model: Lenovo-ThinkCentre-Tiny +slug: rackifyus-lenovo-thinkcentre-tiny +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +# front_image: true +module-bays: + - name: '1' + position: '1' diff --git a/device-types/RackifyUS/mac-mini-m1-m2-intel.yaml b/device-types/RackifyUS/mac-mini-m1-m2-intel.yaml new file mode 100644 index 00000000..09027580 --- /dev/null +++ b/device-types/RackifyUS/mac-mini-m1-m2-intel.yaml @@ -0,0 +1,12 @@ +--- +manufacturer: RackifyUS +model: Mac-Mini-M1-M2-Intel +slug: rackifyus-mac-mini-m1-m2-intel +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +# front_image: true +module-bays: + - name: '1' + position: '1' diff --git a/device-types/RackifyUS/netgear-GS308-GS308E.yaml b/device-types/RackifyUS/netgear-GS308-GS308E.yaml new file mode 100644 index 00000000..923dbdbf --- /dev/null +++ b/device-types/RackifyUS/netgear-GS308-GS308E.yaml @@ -0,0 +1,12 @@ +--- +manufacturer: RackifyUS +model: Netgear-GS308-GS308E +slug: rackifyus-netgear-gs308-gs308e +is_powered: false +airflow: passive +u_height: 1.0 +is_full_depth: false +# front_image: true +module-bays: + - name: '1' + position: '1' diff --git a/elevation-images/RackifyUS/rackifyus-1-inch-grommet-panel.front.png b/elevation-images/RackifyUS/rackifyus-1-inch-grommet-panel.front.png new file mode 100644 index 00000000..1103e3ef Binary files /dev/null and b/elevation-images/RackifyUS/rackifyus-1-inch-grommet-panel.front.png differ diff --git a/elevation-images/RackifyUS/rackifyus-1u-blank-panel.front.png b/elevation-images/RackifyUS/rackifyus-1u-blank-panel.front.png new file mode 100644 index 00000000..2d9db9b1 Binary files /dev/null and b/elevation-images/RackifyUS/rackifyus-1u-blank-panel.front.png differ diff --git a/elevation-images/RackifyUS/rackifyus-1u-vented-panel.front.png b/elevation-images/RackifyUS/rackifyus-1u-vented-panel.front.png new file mode 100644 index 00000000..9b6c77a8 Binary files /dev/null and b/elevation-images/RackifyUS/rackifyus-1u-vented-panel.front.png differ diff --git a/elevation-images/RackifyUS/rackifyus-2u-blank-panel.front.png b/elevation-images/RackifyUS/rackifyus-2u-blank-panel.front.png new file mode 100644 index 00000000..9763fc0c Binary files /dev/null and b/elevation-images/RackifyUS/rackifyus-2u-blank-panel.front.png differ diff --git a/elevation-images/RackifyUS/rackifyus-2u-vented-panel.front.png b/elevation-images/RackifyUS/rackifyus-2u-vented-panel.front.png new file mode 100644 index 00000000..7dc47eb5 Binary files /dev/null and b/elevation-images/RackifyUS/rackifyus-2u-vented-panel.front.png differ diff --git a/elevation-images/RackifyUS/rackifyus-jetkvm-1x.front.png b/elevation-images/RackifyUS/rackifyus-jetkvm-1x.front.png new file mode 100644 index 00000000..631892dc Binary files /dev/null and b/elevation-images/RackifyUS/rackifyus-jetkvm-1x.front.png differ diff --git a/elevation-images/RackifyUS/rackifyus-jetkvm-2x.front.png b/elevation-images/RackifyUS/rackifyus-jetkvm-2x.front.png new file mode 100644 index 00000000..b59db4a9 Binary files /dev/null and b/elevation-images/RackifyUS/rackifyus-jetkvm-2x.front.png differ diff --git a/elevation-images/RackifyUS/rackifyus-jetkvm-3x.front.png b/elevation-images/RackifyUS/rackifyus-jetkvm-3x.front.png new file mode 100644 index 00000000..34e55cc5 Binary files /dev/null and b/elevation-images/RackifyUS/rackifyus-jetkvm-3x.front.png differ diff --git a/elevation-images/RackifyUS/rackifyus-jetkvm-4x.front.png b/elevation-images/RackifyUS/rackifyus-jetkvm-4x.front.png new file mode 100644 index 00000000..63f67661 Binary files /dev/null and b/elevation-images/RackifyUS/rackifyus-jetkvm-4x.front.png differ diff --git a/elevation-images/RackifyUS/rackifyus-keystone-panel.front.png b/elevation-images/RackifyUS/rackifyus-keystone-panel.front.png new file mode 100644 index 00000000..24a9fa95 Binary files /dev/null and b/elevation-images/RackifyUS/rackifyus-keystone-panel.front.png differ