summaryrefslogtreecommitdiff
path: root/roles/openshift_etcd_facts
AgeCommit message (Collapse)Author
2018-03-02Backport of RH bug 1538446, ansible complains that 'openshift' is undefined ↵Suren A. Chilingaryan
while scaling up etcd cluster
2018-02-12etcd_scaleup: use inventory_hostname when etcd ca host is being pickedVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-01Determine which etcd host is the etcd_ca_host rather than assume it is the ↵Andrew Butcher
first host in the etcd host group.
2018-01-08ensure containerized bools are castMichael Gugino
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-12-18Relocate filter plugins to lib_utilsMichael Gugino
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.
2017-11-20Refactor etcd imageMichael Gugino
Simplify logic for etcd_image
2017-10-23etcd: remove hacks for the system containerGiuseppe Scrivano
Use ADDTL_MOUNTS to add a bind mount to the etcd configuration. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-10certificates: copy the certificates for the etcd system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-06-08etcd: define data dir location for the system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-02-10etcd: use as system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2016-08-03Restore missing etcd_image fact.Andrew Butcher
2016-08-02Refactor etcd certificates roles.Andrew Butcher
2016-04-25openshift_etcd_facts should rely on openshift_facts not openshift_commonJason DeTiberus
2016-04-20Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher
certificates.