summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/upgrade/config_changes.yml
Commit message (Collapse)AuthorAgeFilesLines
* Create swapoff moduleMichael Gugino2018-01-241-22/+6
| | | | | Create custome ansible module 'swapoff' to idempotently disable swap in /etc/fstab and also run swapoff.
* Merge pull request #6426 from danwinship/cleanup-ipamScott Dodson2018-01-131-0/+6
|\ | | | | Clean up host-local IPAM data while nodes are drained
| * Clean up host-local IPAM data while nodes are drainedDan Winship2017-12-141-0/+6
| |
* | ensure containerized bools are castMichael Gugino2018-01-081-1/+1
| |
* | Don't overwrite node's systemd units for containerized installVadim Rutkovsky2018-01-051-1/+1
| | | | | | | | | | | | Systemd units are being updated in ../systemd_units.yml Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* | Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* | Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
|/
* upgrade node mark 2Michael Gugino2017-12-121-0/+77