Skip to content

Commit

Permalink
Bump version to 0.9.7.4
Browse files Browse the repository at this point in the history
- Add inventory of PCIe risers for rack servers
- Cleanup of all catalog files
- Add flag for Intersight Managed Mode support status per equipment in UCSM inventory
- Add support for UCS C240 M5SD
- Add support for BIOS Tokens up to UCSM 4.1(3a)
- Add inventory of memory errors per DIMM in UCSM inventory
- Miscellaneous bug fixes and improvements
  • Loading branch information
vesposito committed Feb 3, 2021
1 parent d29679d commit 70c66d4
Show file tree
Hide file tree
Showing 201 changed files with 14,168 additions and 9,723 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,16 @@ python easyucs_gui.py

## Versioning

### 0.9.7.4

* Add inventory of PCIe risers for rack servers
* Cleanup of all catalog files
* Add flag for Intersight Managed Mode support status per equipment in UCSM inventory
* Add support for UCS C240 M5SD
* Add support for BIOS Tokens up to UCSM 4.1(3a)
* Add inventory of memory errors per DIMM in UCSM inventory
* Miscellaneous bug fixes and improvements

### 0.9.7.3

* Add support for Authentication (Native & Authentication Domains) in UCSM config
Expand Down
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# __init__.py

__author__ = "Marc Abu El Ghait, Franck Bonneau and Vincent Esposito"
__copyright__ = "Copyright 2020, Cisco"
__copyright__ = "Copyright 2016-2021, Cisco"

__version__ = "0.9.7.3"
__version__ = "0.9.7.4"
__status__ = "Development"

# https://realpython.com/pypi-publish-python-package/
Expand Down
1 change: 1 addition & 0 deletions catalog/adaptors/N20-AB0002.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "M51KR-B",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/dam/en/us/products/collateral/servers-unified-computing/ucs-b-series-blade-servers/1CS57711-TB100-D5.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/N20-AC0002.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "VIC M81KR",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/servers-unified-computing/ucs-b-series-blade-servers/data_sheet_c78-525049.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/N20-AE0002.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "M71KR-E",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/dam/en/us/products/collateral/servers-unified-computing/ucs-5100-series-blade-server-chassis/at_a_glance_c45-531023.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/N20-AE0102.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "M72KR-E",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/servers-unified-computing/ucs-b-series-blade-servers/data_sheet_c78-703582.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/N20-AI0002.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "82598KR-CI",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/servers-unified-computing/ucs-5100-series-blade-server-chassis/data_sheet_c78-526547.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/N20-AI0102.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "M61KR-I",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/servers-unified-computing/ucs-b-series-blade-servers/data_sheet_c78-623739.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/N20-AQ0002.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "M71KR-Q",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/servers-unified-computing/ucs-5100-series-blade-server-chassis/data_sheet_c78-524737.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/N20-AQ0102.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "M72KR-Q",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/servers-unified-computing/ucs-b-series-blade-servers/data_sheet_c78-623738.pdf"
}
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-ABPCI01-M3.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "Broadcom 5709 2x1G",
"rear_file_name":"N2XX-ABPCI01-M3.png",
"rear_file_name_half":"N2XX-ABPCI01-M3_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-ABPCI01-M3.png",
"rear_file_name_half": "N2XX-ABPCI01-M3_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/2": {
"port_coord": [252, 9],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-ABPCI01.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "Broadcom 5709 2x1G",
"rear_file_name":"N2XX-ABPCI01.png",
"rear_file_name_half":"N2XX-ABPCI01_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-ABPCI01.png",
"rear_file_name_half": "N2XX-ABPCI01_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/2": {
"port_coord": [252, 9],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-ABPCI02.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "Broadcom 57711 2x10G",
"rear_file_name":"N2XX-ABPCI02.png",
"rear_file_name_half":"N2XX-ABPCI02_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-ABPCI02.png",
"rear_file_name_half": "N2XX-ABPCI02_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/2": {
"port_coord": [281, 6],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-ABPCI03-M3.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "Broadcom 5709 4x1G",
"rear_file_name":"N2XX-ABPCI03-M3.png",
"rear_file_name_half":"N2XX-ABPCI03-M3_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-ABPCI03-M3.png",
"rear_file_name_half": "N2XX-ABPCI03-M3_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/4": {
"port_coord": [235, 9],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-ABPCI03.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "Broadcom 5709 4x1G",
"rear_file_name":"N2XX-ABPCI03.png",
"rear_file_name_half":"N2XX-ABPCI03_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-ABPCI03.png",
"rear_file_name_half": "N2XX-ABPCI03_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/4": {
"port_coord": [235, 9],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-ACPCI01.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "VIC P81E",
"rear_file_name":"N2XX-ACPCI01.png",
"rear_file_name_half":"N2XX-ACPCI01_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-ACPCI01.png",
"rear_file_name_half": "N2XX-ACPCI01_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/2": {
"port_coord": [175, 11],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-AEPCI01.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "Emulex OCe10102-F 2x10G",
"rear_file_name":"N2XX-AEPCI01.png",
"rear_file_name_half":"N2XX-AEPCI01_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-AEPCI01.png",
"rear_file_name_half": "N2XX-AEPCI01_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/1": {
"port_coord": [260, 11],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-AIPCI01.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "Intel X520-DA2 2x10G",
"rear_file_name":"N2XX-AIPCI01.png",
"rear_file_name_half":"N2XX-AIPCI01_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-AIPCI01.png",
"rear_file_name_half": "N2XX-AIPCI01_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/2": {
"port_coord": [282, 13],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-AIPCI02.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "Intel ET2 4x1G",
"rear_file_name":"N2XX-AIPCI02.png",
"rear_file_name_half":"N2XX-AIPCI02_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-AIPCI02.png",
"rear_file_name_half": "N2XX-AIPCI02_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/4": {
"port_coord": [235, 9],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-AQPCI01.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "QLogic QLE8152 2x10G",
"rear_file_name":"N2XX-AQPCI01.png",
"rear_file_name_half":"N2XX-AQPCI01_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-AQPCI01.png",
"rear_file_name_half": "N2XX-AQPCI01_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/2": {
"port_coord": [268, 15],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-AQPCI03.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "QLogic QLE2462 2x4G",
"rear_file_name":"N2XX-AQPCI03.png",
"rear_file_name_half":"N2XX-AQPCI03_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-AQPCI03.png",
"rear_file_name_half": "N2XX-AQPCI03_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/1": {
"port_coord": [261, 14],
Expand Down
8 changes: 4 additions & 4 deletions catalog/adaptors/N2XX-AQPCI05.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"model_short_name": "QLogic QLE2562 2x8G",
"rear_file_name":"N2XX-AQPCI05.png",
"rear_file_name_half":"N2XX-AQPCI05_half.png",
"rear_file_size":[593,75],
"rear_file_size_half":[389,75],
"rear_file_name": "N2XX-AQPCI05.png",
"rear_file_name_half": "N2XX-AQPCI05_half.png",
"rear_file_size": [593,75],
"rear_file_size_half": [389,75],
"rear_ports": {
"x/1": {
"port_coord": [284, 10],
Expand Down
1 change: 1 addition & 0 deletions catalog/adaptors/UCS-VIC-M82-8P.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "VIC 1280",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/ucs-virtual-interface-card-1280/data_sheet_c78-677682.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/UCSB-MEZ-ELX-03.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "M73KR-E",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/dam/en/us/products/collateral/servers-unified-computing/ucs-b-series-blade-servers/ucs_kre_emulex_ds_pdf.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/UCSB-MEZ-QLG-03.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "M73KR-Q",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/servers-unified-computing/ucs-b-series-blade-servers/data_sheet_c78-703587.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/UCSB-MLOM-40G-01.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "VIC 1240",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/ucs-virtual-interface-card-1240/data_sheet_c78-699459.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/UCSB-MLOM-40G-03.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "VIC 1340",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/ucs-virtual-interface-card-1340/datasheet-c78-732517.pdf"
}
2 changes: 2 additions & 0 deletions catalog/adaptors/UCSB-MLOM-40G-04.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"model_short_name": "VIC 1440",
"imm_compatible": true,
"imm_min_required_version": "4.1(2a)",
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/unified-computing-system-adapters/datasheet-c78-741130.pdf"
}
1 change: 1 addition & 0 deletions catalog/adaptors/UCSB-VIC-M83-8P.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"model_short_name": "VIC 1380",
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/ucs-virtual-interface-card-1380/datasheet-c78-732516.pdf"
}
2 changes: 2 additions & 0 deletions catalog/adaptors/UCSB-VIC-M84-4P.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"model_short_name": "VIC 1480",
"imm_compatible": true,
"imm_min_required_version": "4.1(2a)",
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/unified-computing-system-adapters/datasheet-c78-741130.pdf"
}
5 changes: 3 additions & 2 deletions catalog/adaptors/UCSC-MLOM-C100-04.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"model_short_name": "VIC 1497",
"rear_file_name":"UCSC-MLOM-C100-04.png",
"rear_file_size":[523,94],
"rear_file_name": "UCSC-MLOM-C100-04.png",
"rear_file_size": [523,94],
"rear_ports": {
"x/2": {
"port_coord": [82, 22],
Expand All @@ -14,5 +14,6 @@
"port_size": [111, 49]
}
},
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/unified-computing-system-adapters/datasheet-c78-741130.pdf"
}
5 changes: 3 additions & 2 deletions catalog/adaptors/UCSC-MLOM-C10T-02.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"model_short_name": "VIC 1227T",
"rear_file_name":"UCSC-MLOM-C10T-02.png",
"rear_file_size":[523,94],
"rear_file_name": "UCSC-MLOM-C10T-02.png",
"rear_file_size": [523,94],
"rear_ports": {
"x/2": {
"port_coord": [164, 36],
Expand All @@ -14,5 +14,6 @@
"port_size": [67, 39]
}
},
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/unified-computing-system-adapters/datasheet-c78-734728.pdf"
}
6 changes: 4 additions & 2 deletions catalog/adaptors/UCSC-MLOM-C25Q-04.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"model_short_name": "VIC 1457",
"rear_file_name":"UCSC-MLOM-C25Q-04.png",
"rear_file_size":[523,94],
"rear_file_name": "UCSC-MLOM-C25Q-04.png",
"rear_file_size": [523,94],
"rear_ports": {
"x/1": {
"port_coord": [64, 16],
Expand All @@ -24,5 +24,7 @@
"port_size": [82, 55]
}
},
"imm_compatible": true,
"imm_min_required_version": "4.1(2a)",
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/unified-computing-system-adapters/datasheet-c78-741130.pdf"
}
5 changes: 3 additions & 2 deletions catalog/adaptors/UCSC-MLOM-C40Q-03.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"model_short_name": "VIC 1387",
"rear_file_name":"UCSC-MLOM-C40Q-03.png",
"rear_file_size":[523,94],
"rear_file_name": "UCSC-MLOM-C40Q-03.png",
"rear_file_size": [523,94],
"rear_ports": {
"x/2": {
"port_coord": [82, 22],
Expand All @@ -14,5 +14,6 @@
"port_size": [111, 49]
}
},
"imm_compatible": false,
"data_sheet_url": "https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/unified-computing-system-adapters/datasheet-c78-736683.pdf"
}
Loading

0 comments on commit 70c66d4

Please sign in to comment.