Bug 1382193

Summary: logging-deployer.yaml template contains docker.io image prefix
Product: OpenShift Container Platform Reporter: Kenjiro Nakayama <knakayam>
Component: LoggingAssignee: ewolinet
Status: CLOSED CURRENTRELEASE QA Contact: Xia Zhao <xiazhao>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: aos-bugs, lmeyer
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-06 13:46:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Kenjiro Nakayama 2016-10-06 00:37:04 UTC
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-"

Comment 2 Luke Meyer 2016-10-06 13:46:13 UTC
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.