summaryrefslogtreecommitdiff
path: root/playbooks/openshift-node
AgeCommit message (Collapse)Author
2017-11-30retry package operationsLuke Meyer
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).
2017-11-28Merge pull request #6269 from mgugino-upstream-stage/clock-dependsMichael Gugino
Remove openshift_clock from meta depends
2017-11-27remove schedulable from openshift_factsMichael Gugino
This commit removes schedulable from openshift_facts in favor of detecting whether or not a host is a master via inventory.
2017-11-27Remove openshift_clock from meta dependsMichael Gugino
This commit adds openshift_clock role to required plays instead of using meta_depends.
2017-11-22Include Deprecation - openshift-nodeRussell Teague
2017-11-21Playbook Consolidation - openshift-nodeRussell Teague