summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/install.yml
Commit message (Collapse)AuthorAgeFilesLines
* retry package operationsLuke Meyer2017-11-301-0/+6
| | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default).
* Fix node system container varMichael Gugino2017-11-211-1/+1
| | | | Fix logic, make it simpler.
* Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-171-2/+2
|
* Fix containerized node service unit placement orderMichael Gugino2017-10-121-2/+0
| | | | | | | | | | | | | | Currently, non-containerized nodes have systemd service unit files created after registry auth credentials are created. Containerized nodes place service unit files prior to creation of these credentials. This commit ensures systemd service units are created at the correct time for both containerized and non-containerized nodes. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500642
* Re-enabling new tuned profile hierarchy (PR5089)Jiri Mencak2017-09-121-3/+1
|
* Remove openshift-commonMichael Gugino2017-09-061-1/+1
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-291-0/+33