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

Bug 1326495

Summary: Docker conflict while installing
Product: OpenShift Container Platform Reporter: Peter Larsen <plarsen>
Component: InstallerAssignee: Jason DeTiberus <jdetiber>
Status: CLOSED DUPLICATE QA Contact: Ma xiaoqiang <xiama>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.1.0CC: aos-bugs, jokerman, mmccomas, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-12 21:36: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 Peter Larsen 2016-04-12 19:54:59 UTC
Description of problem:
Extension of bug 1323238
Using openshift-ansible-playbooks-3.0.47-1.git.0.4498ce3.el7aos.noarch and running:

$ openshift-ansible-playbooks-3.0.47-1.git.0.4498ce3.el7aos.noarch

results in:
failed: [node3.xxxx.com] => {"changed": true, "rc": 1, "results": ["Loaded plugins: langpacks, search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package atomic-openshift.x86_64 0:3.1.1.6-4.git.32.adf8ec9.el7aos will be installed\n--> Processing Dependency: atomic-openshift-clients = 3.1.1.6-4.git.32.adf8ec9.el7aos for package: atomic-openshift-3.1.1.6-4.git.32.adf8ec9.el7aos.x86_64\n--> Running transaction check\n---> Package atomic-openshift-clients.x86_64 0:3.1.1.6-4.git.32.adf8ec9.el7aos will be installed\n--> Processing Conflict: docker-1.9.1-25.el7.x86_64 conflicts atomic-openshift < 3.2\n--> Finished Dependency Resolution\n You could try using --skip-broken to work around the problem\n You could try running: rpm -Va --nofiles --nodigest\n"]}
msg: Error: docker conflicts with atomic-openshift-3.1.1.6-4.git.32.adf8ec9.el7aos.x86_64

The system was installed (AMI) and yum update run prior to installing openshift. This means docker-1.9.1 was installed before the installer was started. 

This error will occur on any system that already has docker installed to the latest version. 


Version-Release number of selected component (if applicable):
$ oc version
oc v3.1.1.6-21-gcd70c35
kubernetes v1.1.0-origin-1107-g4c8e6f4

How reproducible:
Run "yum update" on a system that already has OpenShift installed.

Comment 1 Brenton Leanhardt 2016-04-12 21:18:51 UTC
*** Bug 1326496 has been marked as a duplicate of this bug. ***

Comment 2 Scott Dodson 2016-04-12 21:36:15 UTC
Installation should work with openshift-ansible-3.0.47-6.git.0.7e39163.el7aos so I'm closing this as a dupe. 

The condition of `yum update` after the install is a separate issue which is still open and tracked here https://bugzilla.redhat.com/show_bug.cgi?id=1323238

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