Skip to content

Commit d479283

Browse files
authored
Merge pull request #310 from Helene/v8.0.5_prep
Publish v8.0.5 release
2 parents 072d2a6 + 43885ef commit d479283

File tree

94 files changed

+3153
-512
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+3153
-512
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILD_ENV=prod
2-
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1742918310
2+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1745854298
33

44
FROM $BASE AS build_prod
55
ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt
@@ -17,7 +17,7 @@ ARG BASE
1717

1818
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
1919
LABEL com.ibm.vendor="IBM"
20-
LABEL com.ibm.version="8.0.4"
20+
LABEL com.ibm.version="8.0.5"
2121
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
2222
LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
2323
to the query requests acceptable by the Grafana integrated openTSDB plugin"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Grafana Bridge is a standalone Python application. It translates the IBM Storage
1818

1919
* [Setup the grafana bridge on a classic IBM Storage Scale cluster](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki/Setup-the-IBM-Spectrum-Scale-Performance-Monitoring-Bridge-for-classic-IBM-Spectrum-Scale-devices)
2020
* [Run the grafana bridge in a docker container](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki/Running-the-IBM-Spectrum-Scale-Performance-Monitoring-Bridge-in-a-docker-container)
21-
* [Setup a Grafana environment for monitoring performance data of a CNSA cluster in a k8s OCP environment](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki/Setup-Grafana-for-monitoring-a-CNSA-cluster--in-a-k8s-OCP-environment)
21+
* [Setup a Grafana environment for monitoring performance data of an IBM Storage Scale container native project in a k8s OCP environment](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki/Setup-Grafana-for-monitoring-a-CNSA-cluster--in-a-k8s-OCP-environment)
2222

2323
The ***latest*** article:
24-
* [How to setup Grafana instance to monitor multiple IBM Storage Scale clusters running in a cloud or mixed environment](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki/How-to-setup-Grafana-instance-to-monitor-multiple-IBM-Storage-Scale-clusters-running-in-a-cloud-or-mixed-environment)
24+
* [How to integrate performance monitoring of an IBM Storage Scale container native project in the Openshift Monitoring Stack](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki/Setup-Openshift-Monitoring-Stack-for-monitoring-IBM-Storage-Scale-container-native-project)
2525

2626
Find more helpful information about the bridge usage in the project [Wiki](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki)
2727

docs/RELEASE_NOTES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Version 8.0.5 (05/10/2025)
2+
Published example dashboards for monitoring ESS Hardware metrics: \
3+
- ESS Hardware Performance overview \
4+
- HW Components Temperature \
5+
- HW Fan Rotation \
6+
- PSU Power(mA*Volt) \
7+
Published example dashboards for monitoring the IBM Storage Scale cloud native project as part of Openshift Monitoring stack: \
8+
- Openshift cluster and IBM Storage Scale cloud native project overview\
9+
Added example yaml file for Deploying Prometheus as Grafanadatasource on an Openshift cluster via Grafana-operator v5. \
10+
Added example yaml file for Deploying GrafanaDashboard resource for monitoring IBM Storage Scale container native project on an Openshift cluster via Grafana-operator v5. \
11+
Added GPFSTSCOM sensor to PrometheusExporter supported sensors\
12+
13+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1745854298 \
14+
15+
Tested with OpenTSDB version 2.4
16+
Tested with Grafana version 12.0.0
17+
Tested with RedHat community-powered Grafana operator v.5
18+
19+
20+
121
# Version 8.0.4 (04/10/2025)
222
Added Deployment scripts to expose GPFS metrics to the Openshift Monitoring stack
323
Published example dashboards for monitoring ESS devices: \

docs/SUPPORT_MATRIX.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
The following matrix gives a quick overview of the supported software for the IBM Storage Scale bridge for Grafana packages by version number:
2+
# Version 8.0.5 (05/10/2025)
3+
Classic Scale:
4+
- Python 3.9
5+
- CherryPy 18.10.0
6+
- IBM Storage Scale system must run 5.2.2 and above
7+
- Grafana 12.0.0 and above
8+
- OpenTSDB 2.4
9+
10+
Cloud native:
11+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
12+
- RedHat community-powered Grafana-Operator v5
13+
14+
215
# Version 8.0.4 (04/10/2025)
316
Classic Scale:
417
- Python 3.9

0 commit comments

Comments
 (0)