summaryrefslogtreecommitdiffstats
path: root/roles/openshift_etcd_facts
Commit message (Collapse)AuthorAgeFilesLines
* Backport of RH bug 1538446, ansible complains that 'openshift' is undefined ↵Suren A. Chilingaryan2018-03-021-0/+4
| | | | while scaling up etcd cluster
* etcd_scaleup: use inventory_hostname when etcd ca host is being pickedVadim Rutkovsky2018-02-121-2/+2
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* Determine which etcd host is the etcd_ca_host rather than assume it is the ↵Andrew Butcher2018-02-013-0/+47
| | | | first host in the etcd host group.
* ensure containerized bools are castMichael Gugino2018-01-081-1/+1
|
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-2/+2
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-0/+1
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Refactor etcd imageMichael Gugino2017-11-201-4/+0
| | | | Simplify logic for etcd_image
* etcd: remove hacks for the system containerGiuseppe Scrivano2017-10-231-1/+0
| | | | | | Use ADDTL_MOUNTS to add a bind mount to the etcd configuration. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* certificates: copy the certificates for the etcd system containerGiuseppe Scrivano2017-06-101-0/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* etcd: define data dir location for the system containerGiuseppe Scrivano2017-06-081-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* etcd: use as system containerGiuseppe Scrivano2017-02-101-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Restore missing etcd_image fact.Andrew Butcher2016-08-031-0/+5
|
* Refactor etcd certificates roles.Andrew Butcher2016-08-021-0/+5
|
* openshift_etcd_facts should rely on openshift_facts not openshift_commonJason DeTiberus2016-04-251-1/+1
|
* Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher2016-04-202-0/+20
certificates.