summaryrefslogtreecommitdiff
path: root/roles/etcd_common/defaults
AgeCommit message (Collapse)Author
2017-09-25consolidate etcd_common roleJan Chaloupka
2017-09-21consolidate etcd_upgrade roleJan Chaloupka
2017-09-12double the required disk space for etcd backupJan Chaloupka
2017-08-22Switch to migrating one host and forming a new clusterScott Dodson
With large datasets where there are many keys with TTLs the expiry was creating a data inconsistency problem. The hope is that by performing the migration once and then forming a new cluster this is avoided. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1475351
2017-07-04use master etcd certificates when delegating oadm migrate etcd-ttlJan Chaloupka
2017-06-20set proper etcd_data_dir for system containerJan Chaloupka
2017-06-14move etcd backup to etcd_common roleJan Chaloupka
2017-06-13Merge pull request #4388 from giuseppe/etcd-container-to-system-containerOpenShift Bot
Merged by openshift-bot
2017-06-10set etcd working directory for embedded etcdJan Chaloupka
2017-06-08etcd: define data dir location for the system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-05-18move etcd upgrade related code into etcd_upgrade roleJan Chaloupka
2017-04-28Refactor etcd rolesJan Chaloupka
- introduce block and simplify when conditions - introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment) - remove empty task files - skip dependency on openshift_etcd_ca - replace cert paths with their appropriate variables
2017-02-27Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal
into Openshift Ansible. This is the first (beta) release of Contiv with Openshift and is only supported for Openshift Origin + Bare metal deployments at the time of this commit. Please refer to the Openshift and Contiv official documentation for details of the level of support for different features and modes of operation.
2017-02-10etcd: use as system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2016-11-02Bump etcd_ca_default_days to 5 years.Andrew Butcher
2016-04-20Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher
certificates.
2015-11-18Add etcd nodes management in OpenStackLénaïc Huard
Fixes #472
2015-11-02Fix etcd cert generation when etcd_interface is definedJason DeTiberus
- Refactor certificate generation to properly accept overrides of etcd_interface per host and set the certificate SANS and peer URLs properly. - Add sanity checking to user-set values of etcd_interface to provide a better error message