Skip to content

Commit 5a56e1b

Browse files
authored
Merge pull request #46 from Helene/v7.0.4
V7.0.4 changes
2 parents f62204c + 785f4ca commit 5a56e1b

19 files changed

+22
-782
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:8.4-206
1+
ARG BASE=registry.access.redhat.com/ubi8/ubi:8.4-209
2+
FROM $BASE
23

34
COPY ./requirements/requirements_ubi8.txt /root/requirements_ubi8.txt
45

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ Grafana Bridge is a standalone Python application. It translates the IBM Spectru
1616

1717
### Installation guides:
1818

19-
* [Setup the grafana bridge on a classic IBM Spectrum Scale cluster](/docs/CLASSIC_SETUP.md)
20-
* [Run the grafana bridge in a docker container](/docs/RUNNING_AS_DOCKER_CONTAINER.md)
21-
* [Deploying the grafana bridge for an IBM CNSA project in a k8s/OCP environment](/docs/grafana_bridge_deployment_ocp.md)
22-
* [Deploying a Grafana instance for the IBM CNSA project in a k8s/OCP environment](/docs/grafana_deployment_ocp.md)
23-
* [Connecting the grafana-bridge datasource to the Grafana instance in a k8s/OCP environment](/docs/connect_bridge_to_grafana_ocp.md)
24-
* [Explore the Grafana WEB interface for the IBM CNSA project in a k8s/OCP environment](/docs/explore_grafana_ocp.md)
19+
* [Setup the grafana bridge on a classic IBM Spectrum 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)
20+
* [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 the grafana bridge for performance monitoring 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)
2522

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

docs/BUILDING_DOCKER_IMAGE.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 7.0.4 (09/22/2021)
2+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.4-209
3+
Moved out the documentation files from the repository content. They have been placed on the [project Wiki](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki).
4+
5+
Tested with Grafana version 7.5.1 and 8.0.3
6+
Tested with RedHat community-powered Grafana operator v.3.10.3
7+
8+
9+
110
# Version 7.0.3 (08/13/2021)
211
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.4-206
312
Added requirements_ubi8.txt file including the python versions packages needed to be installed to run the bridge in an OpenShift production environment, on top of the redhat UBI8 image

docs/CLASSIC_SETUP.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

docs/Example_Add_DataSource.png

-38.2 KB
Binary file not shown.

docs/RUNNING_AS_DOCKER_CONTAINER.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

docs/SETUP_SSL_CONNECTION.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/SUPPORT_MATRIX.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
The following matrix gives a quick overview of the supported software for the IBM Spectrum Scale bridge for Grafana packages by version number:
2+
# Version 7.0.4 (09/22/2021)
3+
- Python 3.6
4+
- CherryPy 18.6.1
5+
- IBM Spectrum Scale system must run 5.1.1 and above or
6+
- IBM Spectrum Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.1.4
7+
- Grafana 8.0.0 and above
8+
29
# Version 7.0.3 (08/13/2021)
310
- Python 3.6
411
- CherryPy 18.6.1

0 commit comments

Comments
 (0)