summaryrefslogtreecommitdiffstats
path: root/roles/etcd_common
Commit message (Collapse)AuthorAgeFilesLines
* 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