These images do not appear to be in brew either (which is why they aren't showing up in registry.dev): $ docker pull brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose-configmap-reload:v3.11 Error response from daemon: unknown: Not Found So this sounds like a release issue.
Adam, please confirm: I don't see any records to these images in the groups/ data, we do not currently build these images, do we?
Tim, we build configmap-reloader and grafana. Despite the name differences, these are the same images in my opinion. The repo name of configmap-reloader is just configmap-reload and grafana is just missing the ose- prefix, which is a common problem these days it would seem. Again, I believe this falls under the issues we've had on the RCM config side where the name that gets pushed to the red hat registry needs to be updated.
(In reply to Adam Haile from comment #3) > Tim, we build configmap-reloader and grafana. Despite the name differences, > these are the same images in my opinion. > The repo name of configmap-reloader is just configmap-reload and grafana is > just missing the ose- prefix, which is a common problem these days it would > seem. > Again, I believe this falls under the issues we've had on the RCM config > side where the name that gets pushed to the red hat registry needs to be > updated. ose-configmap-reload and ose-grafana image is one fixed value, and it is set here: https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_cluster_monitoring_operator/defaults/main.yml#L34-L35 configmap-reload:v3.11 is not found from brew, grafana:v3.11 is in brew # docker pull brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/configmap-reload:v3.11 Trying to pull repository brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/configmap-reload ... unknown: Not Found
I see "ose-configmap-reloader" is pushed to registry.dev.redhat.io, registry.dev.redhat.io/openshift3/ose-configmap-reloader v3.11 ea6190f57319 4 hours ago 401 MB But there is not "ose-configmap-reload" image # docker pull registry.dev.redhat.io/openshift3/ose-configmap-reload:v3.11 Trying to pull repository registry.dev.redhat.io/openshift3/ose-configmap-reload ... unknown: Not Found Should the image name be "ose-configmap-reloader" or "ose-configmap-reload"? Maybe we should update our playbooks https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_cluster_monitoring_operator/defaults/main.yml#L23-L34
Junqi, The image is from the configmap-reload github repo but was requested to be called configmap-reloader -> https://projects.engineering.redhat.com/browse/RCM-37002 and https://trello.com/c/zBEHmlss/647 So we set it up with the names requested. I cannot speak to what is correct, only what was requested. fbranczy would know
There are some naming inconsistencies which is why it was requested that way. My apologies on not using the right repositories in openshift-ansible. I will fix those.
Sorry, to be clear @Adam from my point of view all images are being built correctly, we just didn't use the correct ones.
(In reply to Frederic Branczyk from comment #7) > There are some naming inconsistencies which is why it was requested that > way. My apologies on not using the right repositories in openshift-ansible. > I will fix those. In that case I will close this issue so it doesn't appear as a test blocker any more. Thanks for helping get this worked out.