summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/journald.yml
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-1/+1
|
* Retry restarting journaldMichael Gugino2017-10-301-3/+5
| | | | | | | | Sometimes journald fails to restart cleanly during upgrades. This commit retries restarting 3 times. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1506141
* Ensure journald persistence directories existMichael Gugino2017-10-251-0/+5
| | | | | | | | | | Currently, we configure openshfit masters to modify journald to use persistent storage. The directory structure must be created manually according to documentation. This commit ensures the needed directory is created. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1506141
* Ensure upgrades apply latest journald settingsMichael Gugino2017-10-181-0/+22
Currently, existing clusters might not have journald configurations applied. This may result in a rate- limiting of important log messages on openshift-masters. This commit ensures that journald settings are applied during the upgrade process openshif-masters. Fixes: https://github.com/openshift/openshift-ansible/issues/5642