ibm-mas / ansible-devops

Ansible collection supporting devops for IBM Maximo Application Suite
https://ibm-mas.github.io/ansible-devops/
Eclipse Public License 2.0
49 stars 82 forks source link

Grafana dependencies not in ImageContentSourcePolicy #1264

Closed ChrisSchneiderIBM closed 4 months ago

ChrisSchneiderIBM commented 5 months ago

Hello,

the Grafana operator gets its dependencies from ghcr.io/grafana and docker.io/grafana

These are not in redhat-catalogs.yml.j2 and thus the installation fails

For example I had to add the following entries to the generated ICSP:

    - mirrors:
        - 'registry.gym.lan:8443/grafana'
      source: ghcr.io/grafana
    - mirrors:
        - 'registry.gym.lan:8443/grafana'
      source: docker.io/grafana
durera commented 4 months ago

Thanks for the report, merging this report into https://github.com/ibm-mas/ansible-devops/issues/1230, flagging this as high priority .. clearly something slipped through in the FVTs when Grafana v5 support was added.