Bug 1382193 - logging-deployer.yaml template contains docker.io image prefix
Summary: logging-deployer.yaml template contains docker.io image prefix
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Logging
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: ewolinet
QA Contact: Xia Zhao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-06 00:37 UTC by Kenjiro Nakayama
Modified: 2019-12-16 07:00 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-06 13:46:13 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.