Hide Forgot
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.
*** This bug has been marked as a duplicate of bug 1326495 ***