Skip to content

Commit ad8dc2b

Browse files
authored
Merge pull request #109 from Helene/v7.0.9
publish V7.0.9
2 parents c1d518e + df878f6 commit ad8dc2b

File tree

91 files changed

+8497
-79
lines changed

Some content is hidden

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

91 files changed

+8497
-79
lines changed

Dockerfile

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARG BASE=registry.access.redhat.com/ubi8/ubi:8.7
1+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.2
22
FROM $BASE
33

44
LABEL com.ibm.name="IBM Spectrum Scale bridge for Grafana"
55
LABEL com.ibm.vendor="IBM"
6-
LABEL com.ibm.version="7.0.8"
6+
LABEL com.ibm.version="7.0.9"
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 Spectrum Scale performance data collected internally \
99
to the query requests acceptable by the Grafana integrated openTSDB plugin"
@@ -59,13 +59,18 @@ ARG DEFAULTLOGPATH='/var/log/ibm_bridge_for_grafana'
5959
ENV LOGPATH=$DEFAULTLOGPATH
6060
RUN echo "the log will use $LOGPATH"
6161

62-
COPY ./requirements/requirements_ubi8.txt /root/requirements_ubi8.txt
62+
COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt
63+
# COPY ./requirements/requirements_ubi.in /root/requirements_ubi.in
6364

64-
RUN yum install -y python36 python36-devel && \
65-
/usr/bin/pip3 install --upgrade pip && \
66-
/usr/bin/pip3 install -r /root/requirements_ubi8.txt && \
65+
RUN yum install -y python39 python3-pip
66+
67+
# RUN /usr/bin/python3 -m pip install pip-tools && \
68+
# /usr/bin/python3 -m piptools compile /root/requirements_ubi.in --output-file /root/requirements_ubi9.txt && \
69+
# echo "Compiled python packages: $(cat /root/requirements_ubi9.txt)"
70+
71+
RUN /usr/bin/python3 -m pip install -r /root/requirements_ubi9.txt && \
6772
echo "Installed python version: $(/usr/bin/python3 -V)" && \
68-
echo "Installed python packages: $(/usr/bin/pip3 list)"
73+
echo "Installed python packages: $(/usr/bin/python3 -m pip list)"
6974

7075
USER root
7176

@@ -95,7 +100,6 @@ RUN chgrp -R $GID /opt/IBM/bridge && \
95100
chgrp -R $GID /opt/IBM/zimon && \
96101
chgrp -R $GID /var/mmfs/gen && \
97102
chgrp -R $GID /etc/ssl/certs && \
98-
chgrp -R $GID /var/mmfs/gen && \
99103
chgrp -R $GID /etc/perfmon-api-keys && \
100104
chgrp -R $GID $TLSKEYPATH && \
101105
chgrp -R $GID $LOGPATH
@@ -105,7 +109,6 @@ RUN chmod -R g=u /opt/IBM/bridge && \
105109
chmod -R g=u /opt/IBM/zimon && \
106110
chmod -R g=u /var/mmfs/gen && \
107111
chmod -R g=u /etc/ssl/certs && \
108-
chmod -R g=u /var/mmfs/gen && \
109112
chmod -R g=u /etc/perfmon-api-keys && \
110113
chmod -R g=u $TLSKEYPATH && \
111114
chmod -R g=u $LOGPATH

README.md

Lines changed: 4 additions & 4 deletions

docs/RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions

docs/SUPPORT_MATRIX.md

Lines changed: 11 additions & 0 deletions

docs/bridge_overview.PNG

-120 KB
Binary file not shown.

docs/grafana_bridge_overview.png

152 KB

0 commit comments

Comments
 (0)