Bug 1441111

Summary: [3.3]excluded list stays the same after atomic-openshift-docker-excluder pkg update
Product: OpenShift Container Platform Reporter: liujia <jiajliu>
Component: Cluster Version OperatorAssignee: Scott Dodson <sdodson>
Status: CLOSED DUPLICATE QA Contact: Anping Li <anli>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.3.1CC: aos-bugs, jokerman, mmccomas, sdodson
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: 1441110 Environment:
Last Closed: 2017-06-09 03:18:41 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: 1441110    
Bug Blocks:    

Description liujia 2017-04-11 08:49:55 UTC
The same issue on atomic-openshift-docker-excluder-3.3.1.19-1.git.0.d5749a7.el7.noarch

+++ This bug was initially created as a clone of Bug #1441110 +++

Description of problem:
Update atomic-openshift-docker-excluder from 3.1 to 3.2, the excluded list is not updated to latest version.

before update:
cat /etc/yum.conf|grep exclude
exclude= docker*1.20*  docker*1.19*  docker*1.18*  docker*1.17*  docker*1.16*  docker*1.15*  docker*1.14*  docker*1.13*  docker*1.12*  docker*1.11*  docker*1.10*  docker*1.9*

after update:
# cat /etc/yum.conf | grep exclude
exclude= docker*1.20*  docker*1.19*  docker*1.18*  docker*1.17*  docker*1.16*  docker*1.15*  docker*1.14*  docker*1.13*  docker*1.12*  docker*1.11*  docker*1.10*  docker*1.9*

Version-Release number of selected component (if applicable):
atomic-openshift-docker-excluder-3.2.1.31-1.git.0.0e3335d.el7.noarch


How reproducible:
always

Steps to Reproduce:
1. Install atomic-openshift-docker-excluder
# rpm -qa|grep excluder
atomic-openshift-docker-excluder-3.1.1.11-1.git.0.599a921.el7aos.noarch
2. Prepare ocp3.2 repo on the host
3. Update atomic-openshift-docker-excluder
# yum update atomic-openshift-docker-excluder
# rpm -qa|grep excluder
atomic-openshift-docker-excluder-3.2.1.31-1.git.0.0e3335d.el7.noarch

Actual results:
Excluded list stays the same after atomic-openshift-docker-excluder pkg update

Expected results:
docker*1.10* and docker*1.9* should be removed from excluded lists.

Additional info:
Refer to bug1430929.

Comment 1 Scott Dodson 2017-06-09 03:18:41 UTC

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