From 1885e70e83f703e0fb75aa63c826a625b202415d Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 11:25:59 -0800 Subject: [PATCH 01/18] Create ACS8048 --- device-types/Avocent/ACS8048 | 124 +++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 device-types/Avocent/ACS8048 diff --git a/device-types/Avocent/ACS8048 b/device-types/Avocent/ACS8048 new file mode 100644 index 00000000..07d8d4b3 --- /dev/null +++ b/device-types/Avocent/ACS8048 @@ -0,0 +1,124 @@ +manufacturer: Avocent +model: ACS8048 +slug: acs8048 +part_number: '' +u_height: 1 +is_full_depth: false +subdevice_role: '' +comments: '' +console-ports: +- name: console + type: '' +console-server-ports: +- name: ttyS1 + type: '' +- name: ttyS2 + type: '' +- name: ttyS3 + type: '' +- name: ttyS4 + type: '' +- name: ttyS5 + type: '' +- name: ttyS6 + type: '' +- name: ttyS7 + type: '' +- name: ttyS8 + type: '' +- name: ttyS9 + type: '' +- name: ttyS10 + type: '' +- name: ttyS11 + type: '' +- name: ttyS12 + type: '' +- name: ttyS13 + type: '' +- name: ttyS14 + type: '' +- name: ttyS15 + type: '' +- name: ttyS16 + type: '' +- name: ttyS17 + type: '' +- name: ttyS18 + type: '' +- name: ttyS19 + type: '' +- name: ttyS20 + type: '' +- name: ttyS21 + type: '' +- name: ttyS22 + type: '' +- name: ttyS23 + type: '' +- name: ttyS24 + type: '' +- name: ttyS25 + type: '' +- name: ttyS26 + type: '' +- name: ttyS27 + type: '' +- name: ttyS28 + type: '' +- name: ttyS29 + type: '' +- name: ttyS30 + type: '' +- name: ttyS31 + type: '' +- name: ttyS32 + type: '' +- name: ttyS33 + type: '' +- name: ttyS34 + type: '' +- name: ttyS35 + type: '' +- name: ttyS36 + type: '' +- name: ttyS37 + type: '' +- name: ttyS38 + type: '' +- name: ttyS39 + type: '' +- name: ttyS40 + type: '' +- name: ttyS41 + type: '' +- name: ttyS42 + type: '' +- name: ttyS43 + type: '' +- name: ttyS44 + type: '' +- name: ttyS45 + type: '' +- name: ttyS46 + type: '' +- name: ttyS47 + type: '' +- name: ttyS48 + type: '' +power-ports: +- name: ps1 + type: '' + maximum_draw: null + allocated_draw: null +- name: ps2 + type: '' + maximum_draw: null + allocated_draw: null +interfaces: +- name: eth0 + type: 1000base-t + mgmt_only: false +- name: eth1 + type: 1000base-t + mgmt_only: false From 347f3fb23d8c85365433e14e2dcfa327d499839f Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 11:27:11 -0800 Subject: [PATCH 02/18] Create APIC-M2 --- device-types/Cisco/APIC-M2 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 device-types/Cisco/APIC-M2 diff --git a/device-types/Cisco/APIC-M2 b/device-types/Cisco/APIC-M2 new file mode 100644 index 00000000..3fc0f131 --- /dev/null +++ b/device-types/Cisco/APIC-M2 @@ -0,0 +1,36 @@ +manufacturer: Cisco +model: APIC-M2 +slug: apic-m2 +part_number: APIC-M2 +u_height: 1 +is_full_depth: true +subdevice_role: '' +comments: '' +console-ports: +- name: Con + type: rj-45 +power-ports: +- name: PS-0 + type: iec-60320-c14 + maximum_draw: 770 + allocated_draw: null +- name: PS-1 + type: iec-60320-c14 + maximum_draw: 770 + allocated_draw: null +interfaces: +- name: eth2/1 + type: 10gbase-t + mgmt_only: false +- name: eth2/2 + type: 10gbase-t + mgmt_only: false +- name: CIMC + type: 1000base-t + mgmt_only: true +- name: MGMT-0 + type: 1000base-t + mgmt_only: true +- name: MGMT-1 + type: 1000base-t + mgmt_only: true From 5f36f91b370c933f450ba8454704f87f9bafa977 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 11:27:55 -0800 Subject: [PATCH 03/18] Rename APIC-M2 to APIC-M2.yaml --- device-types/Cisco/{APIC-M2 => APIC-M2.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename device-types/Cisco/{APIC-M2 => APIC-M2.yaml} (100%) diff --git a/device-types/Cisco/APIC-M2 b/device-types/Cisco/APIC-M2.yaml similarity index 100% rename from device-types/Cisco/APIC-M2 rename to device-types/Cisco/APIC-M2.yaml From 8e8020be9be65739fbe13d71ee21e03a7a42d8f0 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 11:28:26 -0800 Subject: [PATCH 04/18] Rename ACS8048 to ACS8048.yaml --- device-types/Avocent/{ACS8048 => ACS8048.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename device-types/Avocent/{ACS8048 => ACS8048.yaml} (100%) diff --git a/device-types/Avocent/ACS8048 b/device-types/Avocent/ACS8048.yaml similarity index 100% rename from device-types/Avocent/ACS8048 rename to device-types/Avocent/ACS8048.yaml From a1727ba2dacd32e126aeeba1a64b739949ea46dc Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 11:31:39 -0800 Subject: [PATCH 05/18] Update ACS8048.yaml Fixed missing interface types --- device-types/Avocent/ACS8048.yaml | 96 +++++++++++++++---------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/device-types/Avocent/ACS8048.yaml b/device-types/Avocent/ACS8048.yaml index 07d8d4b3..4ed43508 100644 --- a/device-types/Avocent/ACS8048.yaml +++ b/device-types/Avocent/ACS8048.yaml @@ -11,101 +11,101 @@ console-ports: type: '' console-server-ports: - name: ttyS1 - type: '' + type: rj-45 - name: ttyS2 - type: '' + type: rj-45 - name: ttyS3 - type: '' + type: rj-45 - name: ttyS4 - type: '' + type: rj-45 - name: ttyS5 - type: '' + type: rj-45 - name: ttyS6 - type: '' + type: rj-45 - name: ttyS7 - type: '' + type: rj-45 - name: ttyS8 - type: '' + type: rj-45 - name: ttyS9 - type: '' + type: rj-45 - name: ttyS10 - type: '' + type: rj-45 - name: ttyS11 - type: '' + type: rj-45 - name: ttyS12 - type: '' + type: rj-45 - name: ttyS13 - type: '' + type: rj-45 - name: ttyS14 - type: '' + type: rj-45 - name: ttyS15 - type: '' + type: rj-45 - name: ttyS16 - type: '' + type: rj-45 - name: ttyS17 - type: '' + type: rj-45 - name: ttyS18 - type: '' + type: rj-45 - name: ttyS19 - type: '' + type: rj-45 - name: ttyS20 - type: '' + type: rj-45 - name: ttyS21 - type: '' + type: rj-45 - name: ttyS22 - type: '' + type: rj-45 - name: ttyS23 - type: '' + type: rj-45 - name: ttyS24 - type: '' + type: rj-45 - name: ttyS25 - type: '' + type: rj-45 - name: ttyS26 - type: '' + type: rj-45 - name: ttyS27 - type: '' + type: rj-45 - name: ttyS28 - type: '' + type: rj-45 - name: ttyS29 - type: '' + type: rj-45 - name: ttyS30 - type: '' + type: rj-45 - name: ttyS31 - type: '' + type: rj-45 - name: ttyS32 - type: '' + type: rj-45 - name: ttyS33 - type: '' + type: rj-45 - name: ttyS34 - type: '' + type: rj-45 - name: ttyS35 - type: '' + type: rj-45 - name: ttyS36 - type: '' + type: rj-45 - name: ttyS37 - type: '' + type: rj-45 - name: ttyS38 - type: '' + type: rj-45 - name: ttyS39 - type: '' + type: rj-45 - name: ttyS40 - type: '' + type: rj-45 - name: ttyS41 - type: '' + type: rj-45 - name: ttyS42 - type: '' + type: rj-45 - name: ttyS43 - type: '' + type: rj-45 - name: ttyS44 - type: '' + type: rj-45 - name: ttyS45 - type: '' + type: rj-45 - name: ttyS46 - type: '' + type: rj-45 - name: ttyS47 - type: '' + type: rj-45 - name: ttyS48 - type: '' + type: rj-45 power-ports: - name: ps1 type: '' From 9a527e7e5bb190bf19870a0016de10a7b117a4c6 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 11:32:07 -0800 Subject: [PATCH 06/18] Update ACS8048.yaml --- device-types/Avocent/ACS8048.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-types/Avocent/ACS8048.yaml b/device-types/Avocent/ACS8048.yaml index 4ed43508..331786d7 100644 --- a/device-types/Avocent/ACS8048.yaml +++ b/device-types/Avocent/ACS8048.yaml @@ -8,7 +8,7 @@ subdevice_role: '' comments: '' console-ports: - name: console - type: '' + type: 'rj-45' console-server-ports: - name: ttyS1 type: rj-45 From e6f5f6480f5cad3b78291c5d3453deb5848fb0a5 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 11:32:59 -0800 Subject: [PATCH 07/18] Update ACS8048.yaml --- device-types/Avocent/ACS8048.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device-types/Avocent/ACS8048.yaml b/device-types/Avocent/ACS8048.yaml index 331786d7..0088ba05 100644 --- a/device-types/Avocent/ACS8048.yaml +++ b/device-types/Avocent/ACS8048.yaml @@ -8,7 +8,7 @@ subdevice_role: '' comments: '' console-ports: - name: console - type: 'rj-45' + type: rj-45 console-server-ports: - name: ttyS1 type: rj-45 @@ -108,11 +108,11 @@ console-server-ports: type: rj-45 power-ports: - name: ps1 - type: '' + type: iec-60320-c14 maximum_draw: null allocated_draw: null - name: ps2 - type: '' + type: iec-60320-c14 maximum_draw: null allocated_draw: null interfaces: From dccd6ec68d12510b95a5ebaf9c47e297d3f1e006 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 11:36:22 -0800 Subject: [PATCH 08/18] Update ACS8048.yaml --- device-types/Avocent/ACS8048.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/device-types/Avocent/ACS8048.yaml b/device-types/Avocent/ACS8048.yaml index 0088ba05..daafa16e 100644 --- a/device-types/Avocent/ACS8048.yaml +++ b/device-types/Avocent/ACS8048.yaml @@ -109,11 +109,7 @@ console-server-ports: power-ports: - name: ps1 type: iec-60320-c14 - maximum_draw: null - allocated_draw: null -- name: ps2 - type: iec-60320-c14 - maximum_draw: null + maximum_draw: 35 allocated_draw: null interfaces: - name: eth0 From 9943ef15a66fa0f26fa90c35f3b88fd60c887363 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 12:25:16 -0800 Subject: [PATCH 09/18] Create Meraki-MX250.yaml --- device-types/Cisco/Meraki-MX250.yaml | 99 ++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 device-types/Cisco/Meraki-MX250.yaml diff --git a/device-types/Cisco/Meraki-MX250.yaml b/device-types/Cisco/Meraki-MX250.yaml new file mode 100644 index 00000000..d58207e7 --- /dev/null +++ b/device-types/Cisco/Meraki-MX250.yaml @@ -0,0 +1,99 @@ +manufacturer: Cisco +model: MX250 +slug: mx250 +part_number: MX250 +u_height: 1 +is_full_depth: true +subdevice_role: '' +comments: Meraki MX250 +power-ports: +- name: Slot 1 + type: iec-60320-c14 + maximum_draw: 190 + allocated_draw: 105 +- name: Slot 2 + type: iec-60320-c14 + maximum_draw: 190 + allocated_draw: 105 +interfaces: +- name: Management + type: 1000base-t + mgmt_only: true +- name: Port 1 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Port 2 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Port 3 + type: 1000base-t + mgmt_only: false +- name: Port 4 + type: 1000base-t + mgmt_only: false +- name: Port 5 + type: 1000base-t + mgmt_only: false +- name: Port 6 + type: 1000base-t + mgmt_only: false +- name: Port 7 + type: 1000base-t + mgmt_only: false +- name: Port 8 + type: 1000base-t + mgmt_only: false +- name: Port 9 + type: 1000base-t + mgmt_only: false +- name: Port 10 + type: 1000base-t + mgmt_only: false +- name: Port 11 + type: 1000base-x-sfp + mgmt_only: false +- name: Port 12 + type: 1000base-x-sfp + mgmt_only: false +- name: Port 13 + type: 1000base-x-sfp + mgmt_only: false +- name: Port 14 + type: 1000base-x-sfp + mgmt_only: false +- name: Port 15 + type: 1000base-x-sfp + mgmt_only: false +- name: Port 16 + type: 1000base-x-sfp + mgmt_only: false +- name: Port 17 + type: 1000base-x-sfp + mgmt_only: false +- name: Port 18 + type: 1000base-x-sfp + mgmt_only: false +- name: Port 19 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Port 20 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Port 21 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Port 22 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Port 23 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Port 24 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Port 25 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Port 26 + type: 10gbase-x-sfpp + mgmt_only: false From 6c757a991a8dbdcfd9d1ac235327b9b03884d1ea Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 12:53:00 -0800 Subject: [PATCH 10/18] Create MPX-5901.yaml --- device-types/Citrix/MPX-5901.yaml | 51 +++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 device-types/Citrix/MPX-5901.yaml diff --git a/device-types/Citrix/MPX-5901.yaml b/device-types/Citrix/MPX-5901.yaml new file mode 100644 index 00000000..1c6a1f3b --- /dev/null +++ b/device-types/Citrix/MPX-5901.yaml @@ -0,0 +1,51 @@ +manufacturer: Citrix +model: MPX-59xx +slug: mpx-59xx +part_number: '' +u_height: 1 +is_full_depth: true +subdevice_role: '' +comments: '' +console-ports: +- name: Console + type: de-9 +power-ports: +- name: PS 1 + type: iec-60320-c14 + maximum_draw: 336 + allocated_draw: null +- name: PS 2 + type: iec-60320-c14 + maximum_draw: 336 + allocated_draw: null +interfaces: +- name: Interface 0/1 + type: 1000base-t + mgmt_only: false +- name: Interface 1/1 + type: 1000base-t + mgmt_only: false +- name: Interface 1/2 + type: 1000base-t + mgmt_only: false +- name: Interface 1/3 + type: 1000base-t + mgmt_only: false +- name: Interface 1/4 + type: 1000base-t + mgmt_only: false +- name: Interface 1/5 + type: 1000base-t + mgmt_only: false +- name: Interface 1/6 + type: 1000base-t + mgmt_only: false +- name: Interface 10/1 + type: 10gbase-x-sfpp + mgmt_only: false +- name: Interface 10/2 + type: 10gbase-x-sfpp + mgmt_only: false +- name: LOM + type: 1000base-t + mgmt_only: true From fbc6c3cf210b1b4e3ad05884ac4bc786a5e0d5be Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Sun, 16 Feb 2020 12:53:26 -0800 Subject: [PATCH 11/18] Rename MPX-5901.yaml to MPX-59xx.yaml --- device-types/Citrix/{MPX-5901.yaml => MPX-59xx.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename device-types/Citrix/{MPX-5901.yaml => MPX-59xx.yaml} (100%) diff --git a/device-types/Citrix/MPX-5901.yaml b/device-types/Citrix/MPX-59xx.yaml similarity index 100% rename from device-types/Citrix/MPX-5901.yaml rename to device-types/Citrix/MPX-59xx.yaml From 5c20c8ce3c261ed0d3fb27c9673795f661b952be Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Tue, 25 Feb 2020 17:25:45 -0800 Subject: [PATCH 12/18] Update ACS8048.yaml --- device-types/Avocent/ACS8048.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/device-types/Avocent/ACS8048.yaml b/device-types/Avocent/ACS8048.yaml index daafa16e..b8ca2442 100644 --- a/device-types/Avocent/ACS8048.yaml +++ b/device-types/Avocent/ACS8048.yaml @@ -1,11 +1,8 @@ manufacturer: Avocent model: ACS8048 slug: acs8048 -part_number: '' u_height: 1 is_full_depth: false -subdevice_role: '' -comments: '' console-ports: - name: console type: rj-45 From b80e318e53c293b403f516f3513fadfbba40be69 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Tue, 25 Feb 2020 17:26:19 -0800 Subject: [PATCH 13/18] Update Meraki-MX250.yaml --- device-types/Cisco/Meraki-MX250.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/device-types/Cisco/Meraki-MX250.yaml b/device-types/Cisco/Meraki-MX250.yaml index d58207e7..bc79c8fb 100644 --- a/device-types/Cisco/Meraki-MX250.yaml +++ b/device-types/Cisco/Meraki-MX250.yaml @@ -4,7 +4,6 @@ slug: mx250 part_number: MX250 u_height: 1 is_full_depth: true -subdevice_role: '' comments: Meraki MX250 power-ports: - name: Slot 1 From d5f81a81310cb991ab225dbeafaa02cad9620b42 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Tue, 25 Feb 2020 17:26:44 -0800 Subject: [PATCH 14/18] Update APIC-M2.yaml --- device-types/Cisco/APIC-M2.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/device-types/Cisco/APIC-M2.yaml b/device-types/Cisco/APIC-M2.yaml index 3fc0f131..32a74392 100644 --- a/device-types/Cisco/APIC-M2.yaml +++ b/device-types/Cisco/APIC-M2.yaml @@ -4,8 +4,6 @@ slug: apic-m2 part_number: APIC-M2 u_height: 1 is_full_depth: true -subdevice_role: '' -comments: '' console-ports: - name: Con type: rj-45 From 6a47337951deba853d97492ccac91ca4d05ed480 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Tue, 25 Feb 2020 17:27:14 -0800 Subject: [PATCH 15/18] Update MPX-59xx.yaml --- device-types/Citrix/MPX-59xx.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/device-types/Citrix/MPX-59xx.yaml b/device-types/Citrix/MPX-59xx.yaml index 1c6a1f3b..e2989e8a 100644 --- a/device-types/Citrix/MPX-59xx.yaml +++ b/device-types/Citrix/MPX-59xx.yaml @@ -1,11 +1,8 @@ manufacturer: Citrix model: MPX-59xx slug: mpx-59xx -part_number: '' u_height: 1 is_full_depth: true -subdevice_role: '' -comments: '' console-ports: - name: Console type: de-9 From 3e66b59be9086eeeb1617043c7c5518fc32f5e35 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Wed, 26 Feb 2020 10:24:26 -0800 Subject: [PATCH 16/18] Update ACS8048.yaml --- device-types/Avocent/ACS8048.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/device-types/Avocent/ACS8048.yaml b/device-types/Avocent/ACS8048.yaml index b8ca2442..0324ed74 100644 --- a/device-types/Avocent/ACS8048.yaml +++ b/device-types/Avocent/ACS8048.yaml @@ -107,7 +107,6 @@ power-ports: - name: ps1 type: iec-60320-c14 maximum_draw: 35 - allocated_draw: null interfaces: - name: eth0 type: 1000base-t From 5f1755a9e0687ef5f8368fe1b7655f76ce207737 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Wed, 26 Feb 2020 10:25:02 -0800 Subject: [PATCH 17/18] Update APIC-M2.yaml --- device-types/Cisco/APIC-M2.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/device-types/Cisco/APIC-M2.yaml b/device-types/Cisco/APIC-M2.yaml index 32a74392..700f86e6 100644 --- a/device-types/Cisco/APIC-M2.yaml +++ b/device-types/Cisco/APIC-M2.yaml @@ -11,11 +11,9 @@ power-ports: - name: PS-0 type: iec-60320-c14 maximum_draw: 770 - allocated_draw: null - name: PS-1 type: iec-60320-c14 maximum_draw: 770 - allocated_draw: null interfaces: - name: eth2/1 type: 10gbase-t From cc7589e78a0fd1f8a8f7357f7adbc011667f35a8 Mon Sep 17 00:00:00 2001 From: Jason Emery Date: Wed, 26 Feb 2020 10:25:44 -0800 Subject: [PATCH 18/18] Update MPX-59xx.yaml --- device-types/Citrix/MPX-59xx.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/device-types/Citrix/MPX-59xx.yaml b/device-types/Citrix/MPX-59xx.yaml index e2989e8a..7c744f9e 100644 --- a/device-types/Citrix/MPX-59xx.yaml +++ b/device-types/Citrix/MPX-59xx.yaml @@ -10,11 +10,9 @@ power-ports: - name: PS 1 type: iec-60320-c14 maximum_draw: 336 - allocated_draw: null - name: PS 2 type: iec-60320-c14 maximum_draw: 336 - allocated_draw: null interfaces: - name: Interface 0/1 type: 1000base-t