Bug 1458854

Summary: unable to determine available OpenShift RPM version when run upgrade_control_plane.yml
Product: OpenShift Container Platform Reporter: Anping Li <anli>
Component: Cluster Version OperatorAssignee: Scott Dodson <sdodson>
Status: CLOSED DUPLICATE QA Contact: Anping Li <anli>
Severity: high 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: 2017-06-06 03:26:25 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:
Attachments:
Description Flags
The host file and upgrade logs none

Description Anping Li 2017-06-05 16:19:21 UTC
Created attachment 1285085 [details]
The host file and upgrade logs

Description of problem:
upgrade_control_plane.yml failed at playbooks/common/openshift-cluster/upgrades/pre/verify_upgrade_targets.yml:27. the qe-auto-node-registry-router-infra-1.0605-sj3.qe.rhcloud.com have the role of master. It should be skipped during upgrade_control_plane. 


TASK [Fail when unable to determine available OpenShift RPM version] ***********
skipping: [qe-auto-master-etcd-1.0605-sj3.qe.rhcloud.com]
skipping: [qe-auto-master-etcd-3.0605-sj3.qe.rhcloud.com]
skipping: [qe-auto-master-etcd-2.0605-sj3.qe.rhcloud.com]
fatal: [qe-auto-node-registry-router-infra-1.0605-sj3.qe.rhcloud.com]: FAILED! => {
    "changed": false,
    "failed": true
}

MSG:

Unable to determine available OpenShift RPM version



Version-Release number of selected component (if applicable):
openshift-ansible-3.6.94-1.git.0.fff177b.el7.noarch

How reproducible:
always

Steps to Reproduce:
1. install v3.5 HA Env (3 masters + 1 standalone node)
2. Upgrade to v3.6
3.

Actual results:
TASK [Fail when unable to determine available OpenShift RPM version] ***********
skipping: [qe-auto-master-etcd-1.0605-sj3.qe.rhcloud.com]
skipping: [qe-auto-master-etcd-3.0605-sj3.qe.rhcloud.com]
skipping: [qe-auto-master-etcd-2.0605-sj3.qe.rhcloud.com]
fatal: [qe-auto-node-registry-router-infra-1.0605-sj3.qe.rhcloud.com]: FAILED! => {
    "changed": false,
    "failed": true
}

MSG:

Unable to determine available OpenShift RPM version

Expected results:


Additional info:

Comment 1 Anping Li 2017-06-06 03:26:25 UTC

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