summaryrefslogtreecommitdiffstats
path: root/roles/etcd_common
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4547 from mtnbikenc/etcd-pre_upgrade-fixOpenShift Bot2017-08-171-1/+1
|\ | | | | Merged by openshift-bot
| * Don't include noopRussell Teague2017-08-161-1/+1
| |
* | Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson2017-08-141-2/+1
| | | | | | | | cluster build.
* | Merge pull request #4680 from ingvagabund/set-label-of-var-lib-etcdJan Chaloupka2017-07-061-0/+15
|\ \ | | | | | | set the proper label of /var/lib/etcd directory
| * | set the proper label of /var/lib/etcd directoryJan Chaloupka2017-07-051-0/+15
| | |
* | | use master etcd certificates when delegating oadm migrate etcd-ttlJan Chaloupka2017-07-041-0/+4
|/ /
* | evalute etcd backup directory name only onceJan Chaloupka2017-06-301-2/+8
| |
* | fix backup and working directory for etcd run as a system containerJan Chaloupka2017-06-291-7/+16
|/
* set proper etcd_data_dir for system containerJan Chaloupka2017-06-201-1/+1
|
* move etcd backup to etcd_common roleJan Chaloupka2017-06-144-0/+91
|
* Merge pull request #4388 from giuseppe/etcd-container-to-system-containerOpenShift Bot2017-06-131-1/+2
|\ | | | | Merged by openshift-bot
| * etcd: define data dir location for the system containerGiuseppe Scrivano2017-06-081-1/+2
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | set etcd working directory for embedded etcdJan Chaloupka2017-06-101-1/+2
|/
* move etcd upgrade related code into etcd_upgrade roleJan Chaloupka2017-05-182-1/+14
|
* polish etcd_common roleJan Chaloupka2017-05-091-9/+28
|
* move etcdctl.yml from etcd to etcd_common roleJan Chaloupka2017-05-032-0/+24
|
* Refactor etcd rolesJan Chaloupka2017-04-281-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 Rampal2017-02-271-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 containerGiuseppe Scrivano2017-02-101-1/+2
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-9/+9
|
* Bump etcd_ca_default_days to 5 years.Andrew Butcher2016-11-021-1/+1
|
* Remove uneeded import of ansible.module_utils.splitterMichael Scherer2016-10-191-1/+0
|
* Move delegated_serial_command module to etcd_common.Andrew Butcher2016-09-121-0/+275
|
* Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher2016-04-203-28/+6
| | | | certificates.
* Do not apply the etcd_certificates role during node playbook.Andrew Butcher2016-02-021-2/+2
|
* Add etcd nodes management in OpenStackLénaïc Huard2015-11-181-1/+1
| | | | Fixes #472
* Fix etcd cert generation when etcd_interface is definedJason DeTiberus2015-11-025-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