From 7b56fec291683d560eaf9da6353d0f7fcc90197b Mon Sep 17 00:00:00 2001 From: abu-rehan <57900283+abu-rehan@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:42:20 +0100 Subject: [PATCH] add cisco power supply modules (#1792) * add cisco power supply modules * correct port type --- module-types/Cisco/PWR-C5-125WAC.yaml | 8 ++++++++ module-types/Cisco/PWR-C6-125WAC.yaml | 8 ++++++++ module-types/Cisco/PWR-C6-1KWAC.yaml | 8 ++++++++ module-types/Cisco/PWR-C6-600WAC.yaml | 8 ++++++++ module-types/Cisco/WS-CAC-6000W.yaml | 14 ++++++++++++++ 5 files changed, 46 insertions(+) create mode 100644 module-types/Cisco/PWR-C5-125WAC.yaml create mode 100644 module-types/Cisco/PWR-C6-125WAC.yaml create mode 100644 module-types/Cisco/PWR-C6-1KWAC.yaml create mode 100644 module-types/Cisco/PWR-C6-600WAC.yaml create mode 100644 module-types/Cisco/WS-CAC-6000W.yaml diff --git a/module-types/Cisco/PWR-C5-125WAC.yaml b/module-types/Cisco/PWR-C5-125WAC.yaml new file mode 100644 index 00000000..80ad0dfa --- /dev/null +++ b/module-types/Cisco/PWR-C5-125WAC.yaml @@ -0,0 +1,8 @@ +--- +manufacturer: Cisco +model: PWR-C5-125WAC +part_number: PWR-C5-125WAC +power-ports: + - name: PSU{module} + type: iec-60320-c16 + maximum_draw: 125 diff --git a/module-types/Cisco/PWR-C6-125WAC.yaml b/module-types/Cisco/PWR-C6-125WAC.yaml new file mode 100644 index 00000000..a3b45f20 --- /dev/null +++ b/module-types/Cisco/PWR-C6-125WAC.yaml @@ -0,0 +1,8 @@ +--- +manufacturer: Cisco +model: PWR-C6-125WAC +part_number: PWR-C6-125WAC +power-ports: + - name: PSU{module} + type: iec-60320-c16 + maximum_draw: 125 diff --git a/module-types/Cisco/PWR-C6-1KWAC.yaml b/module-types/Cisco/PWR-C6-1KWAC.yaml new file mode 100644 index 00000000..06d6fc05 --- /dev/null +++ b/module-types/Cisco/PWR-C6-1KWAC.yaml @@ -0,0 +1,8 @@ +--- +manufacturer: Cisco +model: PWR-C6-1KWAC +part_number: PWR-C6-1KWAC +power-ports: + - name: PSU{module} + type: iec-60320-c16 + maximum_draw: 1000 diff --git a/module-types/Cisco/PWR-C6-600WAC.yaml b/module-types/Cisco/PWR-C6-600WAC.yaml new file mode 100644 index 00000000..af5bbaec --- /dev/null +++ b/module-types/Cisco/PWR-C6-600WAC.yaml @@ -0,0 +1,8 @@ +--- +manufacturer: Cisco +model: PWR-C6-600WAC +part_number: PWR-C6-600WAC +power-ports: + - name: PSU{module} + type: iec-60320-c16 + maximum_draw: 600 diff --git a/module-types/Cisco/WS-CAC-6000W.yaml b/module-types/Cisco/WS-CAC-6000W.yaml new file mode 100644 index 00000000..6aa594c6 --- /dev/null +++ b/module-types/Cisco/WS-CAC-6000W.yaml @@ -0,0 +1,14 @@ +--- +manufacturer: Cisco +model: WS-CAC-6000W +part_number: WS-CAC-6000W +comments: https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-6500-series-switches/product_data_sheet0900aecd801c5c84.html +weight: 13.0 +weight_unit: kg +power-ports: + - name: PSA{module} + type: iec-60320-c20 + maximum_draw: 3000 + - name: PSB{module} + type: iec-60320-c20 + maximum_draw: 3000