Fixed via https://github.com/openshift/openshift-ansible/pull/2828
The upgrade doesn't install etcd3 now. the upgrade completed without error.
Still getting an error ``` TASK [Install etcd3 (for etcdctl)] ********************************************* fatal: [ose3-master.example.com]: FAILED! => { "changed": true, "failed": true, "rc": 1, "results": [ "Loaded plugins: product-id, search-disabled-repos, subscription-manager,\n : versionlock\nResolving Dependencies\n--> Running transaction check\n---> Package etcd3.x86_64 0:3.0.3-1.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n etcd3 x86_64 3.0.3-1.el7 rhel-7-server-extras-rpms 9.4 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 9.4 M\nInstalled size: 45 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\n" ] } MSG: Transaction check error: file /usr/bin/etcd from install of etcd3-3.0.3-1.el7.x86_64 conflicts with file from package etcd-2.3.7-4.el7.x86_64 file /etc/etcd/etcd.conf from install of etcd3-3.0.3-1.el7.x86_64 conflicts with file from package etcd-2.3.7-4.el7.x86_64 file /usr/bin/etcdctl from install of etcd3-3.0.3-1.el7.x86_64 conflicts with file from package etcd-2.3.7-4.el7.x86_64 [root@ose3-master ~]# rpm -qa atomic-openshift-utils atomic-openshift-utils-3.3.50-1.git.0.5bdbeaa.el7.noarch ```
It's only fixed in openshift-ansible-3.3.53-1.git.0.cc82eb2.el7 and newer.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:2814