Hide Forgot
Description of problem: Upgrade pull openshift3/ose and openshift3/node during upgrade on the rpm environment. These packages are useless for rpm installation. Version-Release number of selected component (if applicable): atomic-openshift-utils-3.0.67 How reproducible: always Steps to Reproduce: 1. install ose 3.1 using rpm installation 2. ansible-playbook -i config/oserpm /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml | tee upgrade.log 3. check the upgrade.logs Actual results: openshift3/ose and openshift3/node were pulled during upgrade Expected results: Additional info:
I definitely know it's not strictly necessary but for now I'm doing this for simplicity's sake. My hope is to solve the problem of pulling images from authenticated registries and the remove this code entirely.