Bug 1588641

Summary: openshift_hosted_manage_registry and openshift_hosted_manage_router are not respected upon upgrade
Product: OpenShift Container Platform Reporter: Johnny Liu <jialiu>
Component: Cluster Version OperatorAssignee: Vadim Rutkovsky <vrutkovs>
Status: CLOSED CURRENTRELEASE QA Contact: Johnny Liu <jialiu>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.10.0CC: aos-bugs, jokerman, mmccomas, vrutkovs
Target Milestone: ---   
Target Release: 3.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1629001 (view as bug list) Environment:
Last Closed: 2018-08-14 19:14:18 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:
Bug Depends On:    
Bug Blocks: 1629001    
Attachments:
Description Flags
upgrade log with inventory file embeded none

Description Johnny Liu 2018-06-07 16:29:37 UTC
Description of problem:
see the following details.

Version-Release number of the following components:
openshift-ansible-3.10.0-0.63.0.git.0.961c60d.el7.noarch

How reproducible:
Always

Steps to Reproduce:
1. Deploy 3.9 cluster, docker-registry and router are installed by default;
or  
Deploy 3.9 cluster, set openshift_hosted_manage_registry and openshift_hosted_manage_router to false, after installation, create router/registry manually.
2. make sure openshift_hosted_manage_registry and openshift_hosted_manage_router is set to false in inventory file, trigger upgrade.
3.

Actual results:
router and registry image are still updated to current version even if openshift_hosted_manage_registry and openshift_hosted_manage_router are set to false.

Expected results:
When openshift_hosted_manage_registry and openshift_hosted_manage_router are set to false, upgrade should not do any change for docker-registry and router.

Additional info:
Please attach logs from ansible-playbook with the -vvv flag


Description of problem:

Version-Release number of the following components:
rpm -q openshift-ansible
rpm -q ansible
ansible --version

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:
Please attach logs from ansible-playbook with the -vvv flag


Description of problem:

Version-Release number of the following components:
rpm -q openshift-ansible
rpm -q ansible
ansible --version

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:
Please attach logs from ansible-playbook with the -vvv flag

Comment 1 Johnny Liu 2018-06-07 16:30:25 UTC
Created attachment 1448786 [details]
upgrade log with inventory file embeded

Comment 2 Vadim Rutkovsky 2018-06-11 10:55:14 UTC
PR https://github.com/openshift/openshift-ansible/pull/8706

Comment 3 Vadim Rutkovsky 2018-06-12 08:22:57 UTC
Fix is available in openshift-ansible-3.10.0-0.66.0