summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/upgrade/containerized_node_upgrade.yml
Commit message (Collapse)AuthorAgeFilesLines
* upgrade node mark 2Michael Gugino2017-12-121-3/+0
|
* Refactor node upgrade to include less serial tasksMichael Gugino2017-12-121-11/+0
| | | | | | | | | | | | | This commit moves the pulling of images, packages, and updating config files into a non-serialized play. The serialized play is now in charge of marking unschedulable, draining, stopping and restarting services, and marking schedulable. If rpm install / container download takes 60s per host, this will save 3 hours and 10 minutes at 200 hosts per cluster and forks of 20 hosts.
* Include Deprecation - openshift-nodeRussell Teague2017-11-221-1/+1
|
* Combine openshift_node and openshift_node_upgradeMichael Gugino2017-11-161-0/+14
Currently, having openshift_node and openshift_node_upgrade as two distinct roles has created a duplication across handlers, templates, and some tasks. This commit combines the roles to reduce duplication and bugs encountered by not putting code in both places.