Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1560975

Summary: registry.access.redhat.com hardcoded for etcd image pull on Openshift Upgrade Ansible
Product: OpenShift Container Platform Reporter: Vladislav Walek <vwalek>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED DUPLICATE QA Contact: Johnny Liu <jialiu>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.6.0CC: aos-bugs, jokerman, mmccomas
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: 2018-03-27 12:25:15 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:
Embargoed:

Description Vladislav Walek 2018-03-27 11:55:44 UTC
Description of problem:

During Openshift 3.6 upgrade (from 3.5) in Production environment the value registry.access.redhat.com hardcoded for etcd image pull on Openshift Upgrade Ansible Playbooks.
If you are running disconnected installation, the playbook will fail. 

The workaround is commenting out etd image pull in the Ansible Playbooks and running etcd pull manually.

Version-Release number of the following components:
rpm -q openshift-ansible, we are not using RPM for this, we downloaded playbooks from GIT  
Name:           openshift-ansible
Version:        3.6.173.0.95

# rpm -q ansible
ansible-2.4.1.0-1.el7.noarch

# ansible --version
ansible 2.4.1.0
  config file = /root/utif-ocp/openshift-ansible-3.6/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /bin/ansible
  python version = 2.7.5 (default, May  3 2017, 07:55:04) [GCC 4.8.5 20150623 (Red Hat 4.8.5-14)]

How reproducible:

Steps to Reproduce:
1.
2.
3.

Actual results:
Please include the entire output from the last TASK line through the end of output if an error is generated

Expected results:

Additional info:

Comment 1 Scott Dodson 2018-03-27 12:25:15 UTC

*** This bug has been marked as a duplicate of bug 1559799 ***