summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_upgrade/tasks/registry_auth.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix registry_auth logic for upgradesMichael Gugino2017-09-221-0/+24
Currently, the logic for registry authentication is not implemented correctly to account for upgrades of containerized hosts. Additionally, the logic to account for multiple runs of openshift-ansible might cause registry authentication credentials to not be mounted inside of containerized hosts. This commit adds the necessary logic to ensure containerized hosts retain registry credentials. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1494470