Hide Forgot
Description of problem: === This should be fixed in: https://github.com/openshift/openshift-ansible/pull/2508 However, latest version still contains # cat /usr/share/ansible/openshift-ansible/roles/openshift_examples/files/examples/v1.3/infrastructure-templates/enterprise/logging-deployer.yaml |grep docker.io value: "docker.io/openshift/origin-" # rpm -qi openshift-ansible-roles-3.2.33-1.git.0.899bad8.el7.noarch |grep Date Install Date: Thu 06 Oct 2016 09:22:19 AM JST Build Date : Wed 28 Sep 2016 03:15:59 AM JST Version-Release number of selected component (if applicable): === openshift-ansible-roles-3.2.33-1.git.0.899bad8.el7.noarch Actual results: === # cat /usr/share/ansible/openshift-ansible/roles/openshift_examples/files/examples/v1.3/infrastructure-templates/enterprise/logging-deployer.yaml |grep docker.io value: "docker.io/openshift/origin-" Expected results: === # cat /usr/share/ansible/openshift-ansible/roles/openshift_examples/files/examples/v1.3/infrastructure-templates/enterprise/logging-deployer.yaml |grep docker.io value: "registry.access.redhat.com/openshift/origin-"
It was a problem in the GA release. This is already fixed with openshift-ansible-roles-3.3.28-1.git.0.762256b.el7.noarch which shipped earlier this week.