summaryrefslogtreecommitdiff
path: root/playbooks/openshift-node
AgeCommit message (Collapse)Author
2017-12-06Merge pull request #6350 from mtnbikenc/fix-dup-importRussell Teague
Remove duplicate init import in network_manager.yml
2017-12-05Remove duplicate init import in network_manager.ymlRussell Teague
2017-12-04Merge pull request #6297 from mgugino-upstream-stage/crt_roleScott Dodson
Implement container runtime role
2017-12-04Merge pull request #6324 from mtnbikenc/consolidate-redeploy-certificatesOpenShift Merge Robot
Automatic merge from submit-queue. Playbook Consolidation - Redeploy Certificates This PR moves the certificate redeploy playbooks out of {byo,common}/openshift-cluster and into their respective component areas. - playbooks/openshift-etcd (redeploy-certificates.yml, redeploy-ca.yml) - playbooks/openshift-master (redeploy-certificates.yml, redeploy-openshift-ca.yml) - playbooks/openshift-node (redeploy-certificates.yml) - playbooks/openshift-hosted (redeploy-registry-certificates.yml, redeploy-router-certificates.yml) playbooks/byo/openshift-cluster/redeploy-certificates.yml was moved to playbooks/redeploy-certificates.yml Trello: https://trello.com/c/zCz6RIHM/578-2-playbook-consolidation-openshift-cluster-redeploy-certificates
2017-12-01Implement container runtime roleMichael Gugino
2017-12-01Playbook Consolidation - Redeploy CertificatesRussell Teague
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