Description of problem: Since the image names have been changed the deployment of cloudforms fails Version-Release number of the following components: How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: deployment fails because of incorrect/old names of cfme images Expected results: the template names should be correct for successful deployment of cfme on openshift. Additional info: PR for this bug https://github.com/jkaurredhat/openshift-ansible/commit/2813b42f335f583e530da3999e5193a315ef168f
https://github.com/openshift/openshift-ansible/pull/4732
Verify this bug with openshift-ansible-3.4.116-1.git.0.5d0e9b6.el7.noarch.rpm After installation, check the docker image used in the cfme template [root@ip-172-18-11-85 ~]# grep dockerImageRepository /usr/share/openshift/examples/cfme-templates/cfme-template.yaml dockerImageRepository: registry.access.redhat.com/cloudforms42/cfme-openshift-app dockerImageRepository: registry.access.redhat.com/cloudforms42/cfme-openshift-memcached dockerImageRepository: registry.access.redhat.com/cloudforms42/cfme-openshift-postgresql Create cfme template and deploy the app, check image streams [root@ip-172-18-11-85 cfme-templates]# oc get is NAME DOCKER REPO TAGS UPDATED cfme-openshift-app registry.access.redhat.com/cloudforms42/cfme-openshift-app latest,5.7.2.1,5.7.2.1-4 + 2 more... 9 seconds ago cfme-openshift-memcached registry.access.redhat.com/cloudforms42/cfme-openshift-memcached 1.4,1.4.15,1.4.15-44 + 2 more... 6 seconds ago cfme-openshift-postgresql registry.access.redhat.com/cloudforms42/cfme-openshift-postgresql 9.5,9.5-33,9.5-43 + 1 more... 2 seconds ago
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:1810