Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consolidate etcd_common role | Jan Chaloupka | 2017-09-25 | 10 | -562/+0 |
| | |||||
* | consolidate etcd_upgrade role | Jan Chaloupka | 2017-09-21 | 1 | -0/+3 |
| | |||||
* | fix etcd back message error | Jan Chaloupka | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | double the required disk space for etcd backup | Jan Chaloupka | 2017-09-12 | 2 | -3/+2 |
| | |||||
* | Fix issue with etcd_common when using pre_upgrade tag | Russell Teague | 2017-09-08 | 2 | -1/+5 |
| | |||||
* | 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 | ||||
* | Merge pull request #4547 from mtnbikenc/etcd-pre_upgrade-fix | OpenShift Bot | 2017-08-17 | 1 | -1/+1 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Don't include noop | Russell Teague | 2017-08-16 | 1 | -1/+1 |
| | | |||||
* | | Removing dependencies for openshift_repos and setting them up early in the ↵ | Kenny Woodson | 2017-08-14 | 1 | -2/+1 |
| | | | | | | | | cluster build. | ||||
* | | Merge pull request #4680 from ingvagabund/set-label-of-var-lib-etcd | Jan Chaloupka | 2017-07-06 | 1 | -0/+15 |
|\ \ | | | | | | | set the proper label of /var/lib/etcd directory | ||||
| * | | set the proper label of /var/lib/etcd directory | Jan Chaloupka | 2017-07-05 | 1 | -0/+15 |
| | | | |||||
* | | | use master etcd certificates when delegating oadm migrate etcd-ttl | Jan Chaloupka | 2017-07-04 | 1 | -0/+4 |
|/ / | |||||
* | | evalute etcd backup directory name only once | Jan Chaloupka | 2017-06-30 | 1 | -2/+8 |
| | | |||||
* | | fix backup and working directory for etcd run as a system container | Jan Chaloupka | 2017-06-29 | 1 | -7/+16 |
|/ | |||||
* | 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 | 4 | -0/+91 |
| | |||||
* | 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 | 2 | -1/+14 |
| | |||||
* | polish etcd_common role | Jan Chaloupka | 2017-05-09 | 1 | -9/+28 |
| | |||||
* | move etcdctl.yml from etcd to etcd_common role | Jan Chaloupka | 2017-05-03 | 2 | -0/+24 |
| | |||||
* | 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> | ||||
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 1 | -9/+9 |
| | |||||
* | Bump etcd_ca_default_days to 5 years. | Andrew Butcher | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Remove uneeded import of ansible.module_utils.splitter | Michael Scherer | 2016-10-19 | 1 | -1/+0 |
| | |||||
* | Move delegated_serial_command module to etcd_common. | Andrew Butcher | 2016-09-12 | 1 | -0/+275 |
| | |||||
* | Use openshift_hostname/openshift_ip values for etcd configuration and ↵ | Andrew Butcher | 2016-04-20 | 3 | -28/+6 |
| | | | | certificates. | ||||
* | Do not apply the etcd_certificates role during node playbook. | Andrew Butcher | 2016-02-02 | 1 | -2/+2 |
| | |||||
* | 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 | 5 | -0/+106 |
- 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 |