summaryrefslogtreecommitdiff
path: root/roles/etcd/tasks/backup
AgeCommit message (Collapse)Author
2017-12-14Deprecate using Ansible tests as filtersRussell 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-22Include Deprecation - openshift-etcdRussell Teague
2017-10-23etcd: remove hacks for the system containerGiuseppe Scrivano
Use ADDTL_MOUNTS to add a bind mount to the etcd configuration. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-10-06migrate embedded etcd to external etcdJan Chaloupka
2017-09-25consolidate etcd_common roleJan Chaloupka