From 88b9b5bebdec203d241df771f6169afce397dce2 Mon Sep 17 00:00:00 2001 From: Collin Clark Date: Fri, 27 Dec 2019 11:03:52 -0600 Subject: [PATCH 1/4] Create Nexus-7702 --- device-types/Cisco/Nexus-7702 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 device-types/Cisco/Nexus-7702 diff --git a/device-types/Cisco/Nexus-7702 b/device-types/Cisco/Nexus-7702 new file mode 100644 index 00000000..5b309aa5 --- /dev/null +++ b/device-types/Cisco/Nexus-7702 @@ -0,0 +1,14 @@ +manufacturer: Cisco +model: Nexus-7702 +slug: nexus-7702 +part_number: N77-C7702 +u_height: 3 +is_full_depth: true +subdevice_role: parent +power-ports: + - name: PSU0 + type: iec-60320-c19 + maximum_draw: 3000 + - name: PSU0 + type: iec-60320-c19 + maximum_draw: 3000 From 89b07805540ab5fcb213dcbc602ff8d2c77829ce Mon Sep 17 00:00:00 2001 From: Collin Clark Date: Fri, 27 Dec 2019 11:06:48 -0600 Subject: [PATCH 2/4] Update and rename Nexus-7702 to Nexus-7702.yaml --- device-types/Cisco/{Nexus-7702 => Nexus-7702.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename device-types/Cisco/{Nexus-7702 => Nexus-7702.yaml} (93%) diff --git a/device-types/Cisco/Nexus-7702 b/device-types/Cisco/Nexus-7702.yaml similarity index 93% rename from device-types/Cisco/Nexus-7702 rename to device-types/Cisco/Nexus-7702.yaml index 5b309aa5..fe9c5ecd 100644 --- a/device-types/Cisco/Nexus-7702 +++ b/device-types/Cisco/Nexus-7702.yaml @@ -1,5 +1,5 @@ manufacturer: Cisco -model: Nexus-7702 +model: N7K-7702 slug: nexus-7702 part_number: N77-C7702 u_height: 3 From 2c59ba8185f43868cf1751010d1f0ab99ce25a83 Mon Sep 17 00:00:00 2001 From: Collin Clark Date: Fri, 27 Dec 2019 11:10:27 -0600 Subject: [PATCH 3/4] Update and rename Nexus-7702.yaml to N7K-7702.yaml --- device-types/Cisco/{Nexus-7702.yaml => N7K-7702.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename device-types/Cisco/{Nexus-7702.yaml => N7K-7702.yaml} (82%) diff --git a/device-types/Cisco/Nexus-7702.yaml b/device-types/Cisco/N7K-7702.yaml similarity index 82% rename from device-types/Cisco/Nexus-7702.yaml rename to device-types/Cisco/N7K-7702.yaml index fe9c5ecd..e335aee3 100644 --- a/device-types/Cisco/Nexus-7702.yaml +++ b/device-types/Cisco/N7K-7702.yaml @@ -7,8 +7,8 @@ is_full_depth: true subdevice_role: parent power-ports: - name: PSU0 - type: iec-60320-c19 + type: iec-60320-c20 maximum_draw: 3000 - name: PSU0 - type: iec-60320-c19 + type: iec-60320-c20 maximum_draw: 3000 From f15285a9df4b6b90f5dfee8d1fb395cd2f4bd5fb Mon Sep 17 00:00:00 2001 From: Collin Clark Date: Fri, 27 Dec 2019 11:12:41 -0600 Subject: [PATCH 4/4] Fixed power supply numbering --- device-types/Cisco/N7K-7702.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-types/Cisco/N7K-7702.yaml b/device-types/Cisco/N7K-7702.yaml index e335aee3..70efa7cf 100644 --- a/device-types/Cisco/N7K-7702.yaml +++ b/device-types/Cisco/N7K-7702.yaml @@ -9,6 +9,6 @@ power-ports: - name: PSU0 type: iec-60320-c20 maximum_draw: 3000 - - name: PSU0 + - name: PSU1 type: iec-60320-c20 maximum_draw: 3000