Skip to content

Commit e92b10a

Browse files
authored
Merge pull request #257 from Helene/prepare_8.0.1
Publish v8.0.1 release
2 parents 02b7a29 + 09a9168 commit e92b10a

File tree

43 files changed

+260291
-138
lines changed

Some content is hidden

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

43 files changed

+260291
-138
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.3-1610
1+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1732804088
22
FROM $BASE
33

44
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
55
LABEL com.ibm.vendor="IBM"
6-
LABEL com.ibm.version="8.0.0"
6+
LABEL com.ibm.version="8.0.1"
77
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
88
LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
99
to the query requests acceptable by the Grafana integrated openTSDB plugin"

docs/RELEASE_NOTES.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Version 8.0.1 (12/10/2024)
2+
Added HTTP Api REST endpoints allowing to query: \
3+
- Performance Monitoring Tool sensors configuration in use \
4+
- Timestamp of the latest metadata local cache refresh \
5+
Added plugin for generating Promtheus config file authomatically based on the actual Performance Monitoring Tool sensors configuration \
6+
Added GPFSmmhealth sensor to the PrometheusExporter supported endpoints \
7+
Improved the performance of the OpenTSDB HTTP Api REST search/loookup endpoint \
8+
Added monitoring thread observing if MetaData refresh is required \
9+
Published example dashboards showing: \
10+
- GPFS Cluster overview using OpenTSDB Datasource \
11+
- GPFS Cluster overview using Prometheus Datasource \
12+
- GPFSmmhealth metrics \
13+
- GPFS physical disks wait times \
14+
- GPFS fileset quota reporting \
15+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1732804088 \
16+
17+
Tested with Grafana version 11.0.0
18+
Tested with RedHat community-powered Grafana operator v.5
19+
20+
21+
122
# Version 8.0.0 (04/26/2024)
223
The Grafana Bridge has been refactored to allow several APIs to be registered and run as standalone plugins. The OpenTSDB API now needs to be explicitly registered via port configuration in config.ini before it can be used with Grafana.
324
Added the new Prometheus Exporter plugin which collects metrics and exposes them in a format that can be scraped by the Prometheus timeseries database. This plugin also needs to be enabled via port configuration.
@@ -10,6 +31,64 @@ Tested with RedHat community-powered Grafana operator v.5
1031

1132

1233

34+
# Version 7.2.0 (12/06/2024)
35+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1732804088 \
36+
Speed up OpenTSDB /search/lookup REST Api endpoint response time \
37+
Backported important fixes that improve overall bridge performance \
38+
39+
Tested with Grafana version 11
40+
Tested with RedHat community-powered Grafana operator v.5
41+
42+
43+
44+
# Version 7.1.9 (09/27/2024)
45+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 \
46+
47+
Tested with Grafana version 11
48+
Tested with RedHat community-powered Grafana operator v.5
49+
50+
51+
52+
# Version 7.1.8 (08/29/2024)
53+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4-1181.1724035907 \
54+
55+
Tested with Grafana version 11
56+
Tested with RedHat community-powered Grafana operator v.5
57+
58+
59+
60+
# Version 7.1.7 (08/27/2024)
61+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4-1181 \
62+
63+
Tested with Grafana version 11
64+
Tested with RedHat community-powered Grafana operator v.5
65+
66+
67+
68+
# Version 7.1.6 (06/28/2024)
69+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4-1123 \
70+
71+
Tested with Grafana version 11
72+
Tested with RedHat community-powered Grafana operator v.5
73+
74+
75+
76+
# Version 7.1.5 (06/07/2024)
77+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4-947.1717074712 \
78+
79+
Tested with Grafana version 9.5
80+
Tested with RedHat community-powered Grafana operator v.5
81+
82+
83+
84+
# Version 7.1.4 (05/07/2024)
85+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4 \
86+
87+
Tested with Grafana version 9.5
88+
Tested with RedHat community-powered Grafana operator v.5
89+
90+
91+
1392
# Version 7.1.3 (03/08/2024)
1493
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.3-1610 \
1594

docs/SUPPORT_MATRIX.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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.1 (12/10/2024)
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 11.0.0 and above
8+
9+
Cloud native:
10+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.0
11+
- RedHat community-powered Grafana-Operator v5
12+
213
# Version 8.0.0 (04/26/2024)
314
Classic Scale:
415
- Python 3.9
@@ -9,6 +20,83 @@ Classic Scale:
920
Cloud native:
1021
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.0
1122
- RedHat community-powered Grafana-Operator v5
23+
24+
# Version 7.2.0 (12/06/2024)
25+
Classic Scale:
26+
- Python 3.9
27+
- CherryPy 18.10.0
28+
- IBM Storage Scale system must run 5.1.9 and above
29+
- Grafana 11.0.0 and above
30+
31+
Cloud native:
32+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.9.8,5.2.2.1
33+
- RedHat community-powered Grafana-Operator v5
34+
35+
# Version 7.1.9 (09/27/2024)
36+
Classic Scale:
37+
- Python 3.9
38+
- CherryPy 18.9.0
39+
- IBM Storage Scale system must run 5.1.9 and above
40+
- Grafana 11.0.0 and above
41+
42+
Cloud native:
43+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.1
44+
- RedHat community-powered Grafana-Operator v5
45+
46+
# Version 7.1.8 (08/29/2024)
47+
Classic Scale:
48+
- Python 3.9
49+
- CherryPy 18.9.0
50+
- IBM Storage Scale system must run 5.1.9 and above
51+
- Grafana 11.0.0 and above
52+
53+
Cloud native:
54+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.1
55+
- RedHat community-powered Grafana-Operator v5
56+
57+
# Version 7.1.7 (08/27/2024)
58+
Classic Scale:
59+
- Python 3.9
60+
- CherryPy 18.9.0
61+
- IBM Storage Scale system must run 5.1.9 and above
62+
- Grafana 11.0.0 and above
63+
64+
Cloud native:
65+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.1
66+
- RedHat community-powered Grafana-Operator v5
67+
68+
# Version 7.1.6 (06/28/2024)
69+
Classic Scale:
70+
- Python 3.9
71+
- CherryPy 18.9.0
72+
- IBM Storage Scale system must run 5.1.9 and above
73+
- Grafana 11.0.0 and above
74+
75+
Cloud native:
76+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.1
77+
- RedHat community-powered Grafana-Operator v5
78+
79+
# Version 7.1.5 (06/07/2024)
80+
Classic Scale:
81+
- Python 3.9
82+
- CherryPy 18.9.0
83+
- IBM Storage Scale system must run 5.1.9 and above
84+
- Grafana 11.0.0 and above
85+
86+
Cloud native:
87+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.1
88+
- RedHat community-powered Grafana-Operator v5
89+
90+
# Version 7.1.4 (05/07/2024)
91+
Classic Scale:
92+
- Python 3.9
93+
- CherryPy 18.9.0
94+
- IBM Storage Scale system must run 5.1.9 and above
95+
- Grafana 9.5.0 and above
96+
97+
Cloud native:
98+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.1
99+
- RedHat community-powered Grafana-Operator v5
12100

13101
# Version 7.1.3 (03/08/2024)
14102
Classic Scale:

0 commit comments

Comments
 (0)