summaryrefslogtreecommitdiffstats
path: root/roles/etcd_common/defaults
Commit message (Collapse)AuthorAgeFilesLines
* use master etcd certificates when delegating oadm migrate etcd-ttlJan Chaloupka2017-07-041-0/+4
|
* set proper etcd_data_dir for system containerJan Chaloupka2017-06-201-1/+1
|
* move etcd backup to etcd_common roleJan Chaloupka2017-06-141-0/+10
|
* 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-181-1/+10
|
* 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>
* Bump etcd_ca_default_days to 5 years.Andrew Butcher2016-11-021-1/+1
|
* Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher2016-04-201-2/+6
| | | | certificates.
* 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-021-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