summaryrefslogtreecommitdiff
path: root/roles/etcd_common
AgeCommit message (Collapse)Author
2017-09-25consolidate etcd_common roleJan Chaloupka
2017-09-21consolidate etcd_upgrade roleJan Chaloupka
2017-09-19fix etcd back message errorJan Chaloupka
2017-09-12double the required disk space for etcd backupJan Chaloupka
2017-09-08Fix issue with etcd_common when using pre_upgrade tagRussell Teague
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-08-17Merge pull request #4547 from mtnbikenc/etcd-pre_upgrade-fixOpenShift Bot
Merged by openshift-bot
2017-08-16Don't include noopRussell Teague
2017-08-14Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson
cluster build.
2017-07-06Merge pull request #4680 from ingvagabund/set-label-of-var-lib-etcdJan Chaloupka
set the proper label of /var/lib/etcd directory
2017-07-05set the proper label of /var/lib/etcd directoryJan Chaloupka
2017-07-04use master etcd certificates when delegating oadm migrate etcd-ttlJan Chaloupka
2017-06-30evalute etcd backup directory name only onceJan Chaloupka
2017-06-29fix backup and working directory for etcd run as a system containerJan 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-05-09polish etcd_common roleJan Chaloupka
2017-05-03move etcdctl.yml from etcd to etcd_common 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-29update tests and flake8/pylint fixesJason DeTiberus
2016-11-02Bump etcd_ca_default_days to 5 years.Andrew Butcher
2016-10-19Remove uneeded import of ansible.module_utils.splitterMichael Scherer
2016-09-12Move delegated_serial_command module to etcd_common.Andrew Butcher
2016-04-20Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher
certificates.
2016-02-02Do not apply the etcd_certificates role during node playbook.Andrew Butcher
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