diff --git a/device-types/Sangoma/PBXact-100.yaml b/device-types/Sangoma/PBXact-100.yaml new file mode 100644 index 000000000..4fe0e0468 --- /dev/null +++ b/device-types/Sangoma/PBXact-100.yaml @@ -0,0 +1,21 @@ +--- +manufacturer: Sangoma +model: PBXact 100 +slug: sangoma-pbxact-100 +u_height: 1 +is_full_depth: false +weight: 3.95 +weight_unit: kg +console-ports: + - name: console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 +interfaces: + - name: eth0 + type: 1000base-t + - name: eth1 + type: 1000base-t + - name: eth2 + type: 1000base-t diff --git a/device-types/Sangoma/PBXact-1200.yaml b/device-types/Sangoma/PBXact-1200.yaml new file mode 100644 index 000000000..6c863a017 --- /dev/null +++ b/device-types/Sangoma/PBXact-1200.yaml @@ -0,0 +1,27 @@ +--- +manufacturer: Sangoma +model: PBXact 1200 +slug: sangoma-pbxact-1200 +u_height: 1 +is_full_depth: false +weight: 9.8 +weight_unit: kg +console-ports: + - name: console + type: rj-45 +power-ports: + - name: PSU1 + type: iec-60320-c14 + - name: PSU2 + type: iec-60320-c14 +interfaces: + - name: eth0 + type: 1000base-t + - name: eth1 + type: 1000base-t + - name: eth2 + type: 1000base-t + - name: eth3 + type: 1000base-t + - name: eth4 + type: 1000base-t diff --git a/device-types/Sangoma/PBXact-2001.yaml b/device-types/Sangoma/PBXact-2001.yaml new file mode 100644 index 000000000..0d9d1b9a2 --- /dev/null +++ b/device-types/Sangoma/PBXact-2001.yaml @@ -0,0 +1,26 @@ +--- +manufacturer: Sangoma +model: PBXact 2001 +slug: sangoma-pbxact-2001 +u_height: 1 +is_full_depth: false +weight: 13.6 +weight_unit: kg +console-ports: + - name: console + type: de-9 +module-bays: + - name: PSU1 + position: PSU1 + type: iec-60320-c14 + - name: PSU2 + position: PSU2 + type: iec-60320-c14 +interfaces: + - name: eth0 + type: 1000base-t + - name: eth1 + type: 1000base-t + - name: iDRAC + type: 1000base-t + mgmt_only: true diff --git a/device-types/Sangoma/PBXact-25.yaml b/device-types/Sangoma/PBXact-25.yaml new file mode 100644 index 000000000..7e90c5820 --- /dev/null +++ b/device-types/Sangoma/PBXact-25.yaml @@ -0,0 +1,23 @@ +--- +manufacturer: Sangoma +model: PBXact 25 +slug: sangoma-pbxact-25 +u_height: 1 +is_full_depth: false +weight: 0.68 +weight_unit: kg +console-ports: + - name: console + type: rj-45 +power-ports: + - name: PSU + type: dc-terminal +interfaces: + - name: eth0 + type: 1000base-t + - name: eth1 + type: 1000base-t + - name: eth2 + type: 1000base-t + - name: eth3 + type: 1000base-t diff --git a/device-types/Sangoma/PBXact-40.yaml b/device-types/Sangoma/PBXact-40.yaml new file mode 100644 index 000000000..1ab1e0d96 --- /dev/null +++ b/device-types/Sangoma/PBXact-40.yaml @@ -0,0 +1,23 @@ +--- +manufacturer: Sangoma +model: PBXact 40 +slug: sangoma-pbxact-40 +u_height: 1 +is_full_depth: false +weight: 0.68 +weight_unit: kg +console-ports: + - name: console + type: rj-45 +power-ports: + - name: PSU + type: dc-terminal +interfaces: + - name: eth0 + type: 1000base-t + - name: eth1 + type: 1000base-t + - name: eth2 + type: 1000base-t + - name: eth3 + type: 1000base-t diff --git a/device-types/Sangoma/PBXact-400-2PS.yaml b/device-types/Sangoma/PBXact-400-2PS.yaml new file mode 100644 index 000000000..15b9d6aa8 --- /dev/null +++ b/device-types/Sangoma/PBXact-400-2PS.yaml @@ -0,0 +1,27 @@ +--- +manufacturer: Sangoma +model: PBXact 400-2PS +slug: sangoma-pbxact-400-2ps +u_height: 1 +is_full_depth: false +weight: 9.8 +weight_unit: kg +console-ports: + - name: console + type: rj-45 +power-ports: + - name: PSU1 + type: iec-60320-c14 + - name: PSU2 + type: iec-60320-c14 +interfaces: + - name: eth0 + type: 1000base-t + - name: eth1 + type: 1000base-t + - name: eth2 + type: 1000base-t + - name: eth3 + type: 1000base-t + - name: eth4 + type: 1000base-t diff --git a/device-types/Sangoma/PBXact-400.yaml b/device-types/Sangoma/PBXact-400.yaml new file mode 100644 index 000000000..15ea091c4 --- /dev/null +++ b/device-types/Sangoma/PBXact-400.yaml @@ -0,0 +1,25 @@ +--- +manufacturer: Sangoma +model: PBXact 400 +slug: sangoma-pbxact-400 +u_height: 1 +is_full_depth: false +weight: 9.8 +weight_unit: kg +console-ports: + - name: console + type: rj-45 +power-ports: + - name: PSU1 + type: iec-60320-c14 +interfaces: + - name: eth0 + type: 1000base-t + - name: eth1 + type: 1000base-t + - name: eth2 + type: 1000base-t + - name: eth3 + type: 1000base-t + - name: eth4 + type: 1000base-t diff --git a/device-types/Sangoma/PBXact-60.yaml b/device-types/Sangoma/PBXact-60.yaml new file mode 100644 index 000000000..6358c988c --- /dev/null +++ b/device-types/Sangoma/PBXact-60.yaml @@ -0,0 +1,21 @@ +--- +manufacturer: Sangoma +model: PBXact 60 +slug: sangoma-pbxact-60 +u_height: 1 +is_full_depth: false +weight: 3.95 +weight_unit: kg +console-ports: + - name: console + type: rj-45 +power-ports: + - name: PSU + type: iec-60320-c14 +interfaces: + - name: eth0 + type: 1000base-t + - name: eth1 + type: 1000base-t + - name: eth2 + type: 1000base-t diff --git a/device-types/Sangoma/PBXact-75.yaml b/device-types/Sangoma/PBXact-75.yaml new file mode 100644 index 000000000..1a4b6e30b --- /dev/null +++ b/device-types/Sangoma/PBXact-75.yaml @@ -0,0 +1,21 @@ +--- +manufacturer: Sangoma +model: PBXact 75 +slug: sangoma-pbxact-75 +u_height: 1 +is_full_depth: false +weight: 1.9 +weight_unit: kg +console-ports: + - name: console + type: rj-45 +power-ports: + - name: PSU + type: dc-terminal +interfaces: + - name: eth0 + type: 1000base-t + - name: eth1 + type: 1000base-t + - name: eth2 + type: 1000base-t diff --git a/elevation-images/Sangoma/sangoma-pbxact-100.front.png b/elevation-images/Sangoma/sangoma-pbxact-100.front.png new file mode 100644 index 000000000..70b155d1f Binary files /dev/null and b/elevation-images/Sangoma/sangoma-pbxact-100.front.png differ diff --git a/elevation-images/Sangoma/sangoma-pbxact-1200.front.png b/elevation-images/Sangoma/sangoma-pbxact-1200.front.png new file mode 100644 index 000000000..c3fc88c0e Binary files /dev/null and b/elevation-images/Sangoma/sangoma-pbxact-1200.front.png differ diff --git a/elevation-images/Sangoma/sangoma-pbxact-2001.front.png b/elevation-images/Sangoma/sangoma-pbxact-2001.front.png new file mode 100644 index 000000000..753f4f8de Binary files /dev/null and b/elevation-images/Sangoma/sangoma-pbxact-2001.front.png differ diff --git a/elevation-images/Sangoma/sangoma-pbxact-25.front.png b/elevation-images/Sangoma/sangoma-pbxact-25.front.png new file mode 100644 index 000000000..d69690391 Binary files /dev/null and b/elevation-images/Sangoma/sangoma-pbxact-25.front.png differ diff --git a/elevation-images/Sangoma/sangoma-pbxact-40.front.png b/elevation-images/Sangoma/sangoma-pbxact-40.front.png new file mode 100644 index 000000000..a640850b1 Binary files /dev/null and b/elevation-images/Sangoma/sangoma-pbxact-40.front.png differ diff --git a/elevation-images/Sangoma/sangoma-pbxact-400-2ps.front.png b/elevation-images/Sangoma/sangoma-pbxact-400-2ps.front.png new file mode 100644 index 000000000..73e38846b Binary files /dev/null and b/elevation-images/Sangoma/sangoma-pbxact-400-2ps.front.png differ diff --git a/elevation-images/Sangoma/sangoma-pbxact-400.front.png b/elevation-images/Sangoma/sangoma-pbxact-400.front.png new file mode 100644 index 000000000..73e38846b Binary files /dev/null and b/elevation-images/Sangoma/sangoma-pbxact-400.front.png differ diff --git a/elevation-images/Sangoma/sangoma-pbxact-60.front.png b/elevation-images/Sangoma/sangoma-pbxact-60.front.png new file mode 100644 index 000000000..08f2f3900 Binary files /dev/null and b/elevation-images/Sangoma/sangoma-pbxact-60.front.png differ diff --git a/elevation-images/Sangoma/sangoma-pbxact-75.front.png b/elevation-images/Sangoma/sangoma-pbxact-75.front.png new file mode 100644 index 000000000..d9bd1db7c Binary files /dev/null and b/elevation-images/Sangoma/sangoma-pbxact-75.front.png differ diff --git a/module-types/Dell/06V43G.yaml b/module-types/Dell/06V43G.yaml new file mode 100644 index 000000000..ba987ec52 --- /dev/null +++ b/module-types/Dell/06V43G.yaml @@ -0,0 +1,8 @@ +--- +manufacturer: Dell +model: 06V43G +part_number: 06V43G +power-ports: + - name: PSU{module} + type: iec-60320-c14 + maximum_draw: 550 diff --git a/module-types/Dell/09WR03.yaml b/module-types/Dell/09WR03.yaml new file mode 100644 index 000000000..496408ab0 --- /dev/null +++ b/module-types/Dell/09WR03.yaml @@ -0,0 +1,8 @@ +--- +manufacturer: Dell +model: 09WR03 +part_number: 09WR03 +power-ports: + - name: PSU{module} + type: iec-60320-c14 + maximum_draw: 350