Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consolidate etcd_common role | Jan Chaloupka | 2017-09-25 | 1 | -78/+0 |
| | |||||
* | consolidate etcd_upgrade role | Jan Chaloupka | 2017-09-21 | 1 | -0/+3 |
| | |||||
* | double the required disk space for etcd backup | Jan Chaloupka | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Switch to migrating one host and forming a new cluster | Scott Dodson | 2017-08-22 | 1 | -0/+10 |
| | | | | | | | | 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 | ||||
* | use master etcd certificates when delegating oadm migrate etcd-ttl | Jan Chaloupka | 2017-07-04 | 1 | -0/+4 |
| | |||||
* | set proper etcd_data_dir for system container | Jan Chaloupka | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | move etcd backup to etcd_common role | Jan Chaloupka | 2017-06-14 | 1 | -0/+10 |
| | |||||
* | Merge pull request #4388 from giuseppe/etcd-container-to-system-container | OpenShift Bot | 2017-06-13 | 1 | -1/+2 |
|\ | | | | | Merged by openshift-bot | ||||
| * | etcd: define data dir location for the system container | Giuseppe Scrivano | 2017-06-08 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | set etcd working directory for embedded etcd | Jan Chaloupka | 2017-06-10 | 1 | -1/+2 |
|/ | |||||
* | move etcd upgrade related code into etcd_upgrade role | Jan Chaloupka | 2017-05-18 | 1 | -1/+10 |
| | |||||
* | Refactor etcd roles | Jan Chaloupka | 2017-04-28 | 1 | -0/+3 |
| | | | | | | | | - 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 | ||||
* | Combined (squashed) commit for all changes related to adding Contiv support ↵ | Sanjeev Rampal | 2017-02-27 | 1 | -0/+2 |
| | | | | 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. | ||||
* | etcd: use as system container | Giuseppe Scrivano | 2017-02-10 | 1 | -1/+2 |
| | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | Bump etcd_ca_default_days to 5 years. | Andrew Butcher | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Use openshift_hostname/openshift_ip values for etcd configuration and ↵ | Andrew Butcher | 2016-04-20 | 1 | -2/+6 |
| | | | | certificates. | ||||
* | Add etcd nodes management in OpenStack | Lénaïc Huard | 2015-11-18 | 1 | -1/+1 |
| | | | | Fixes #472 | ||||
* | Fix etcd cert generation when etcd_interface is defined | Jason DeTiberus | 2015-11-02 | 1 | -0/+30 |
- 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 |