Description of problem: Run docker upgrade playbook to upgrade docker-1.10 to the max allowable version, upgrade succeed with docker was upgrade to docker-1.12. But for ocp3.3, we should protect docker's version is compatible with product version. So ansible playbook should handle docker-excluder before upgrade docker just like upgrade ocp. Version-Release number of selected component (if applicable): atomic-openshift-utils-3.3.97-1.git.0.0cbc4a5.el7.noarch How reproducible: always Steps to Reproduce: 1. Install ocp3.3 with docker-1.10. 2. No docker-excluder installed or docker-excluder was disabled. 3. Upgrade docker # ansible-playbook -i hosts /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml Actual results: Docker was updated to latest 1.12. Expected results: Docker should be updated to max allowable version. Additional info:
I think,customer may have small chance to run docker upgrade playbook independently, so I think wonfix is acceptable for this bug.