Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport of RH bug 1538446, ansible complains that 'openshift' is undefined ↵ | Suren A. Chilingaryan | 2018-03-02 | 1 | -0/+4 |
| | | | | while scaling up etcd cluster | ||||
* | etcd_scaleup: use inventory_hostname when etcd ca host is being picked | Vadim Rutkovsky | 2018-02-12 | 1 | -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 Butcher | 2018-02-01 | 3 | -0/+47 |
| | | | | first host in the etcd host group. | ||||
* | ensure containerized bools are cast | Michael Gugino | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 1 | -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_utils | Michael Gugino | 2017-12-18 | 1 | -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 image | Michael Gugino | 2017-11-20 | 1 | -4/+0 |
| | | | | Simplify logic for etcd_image | ||||
* | etcd: remove hacks for the system container | Giuseppe Scrivano | 2017-10-23 | 1 | -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 container | Giuseppe Scrivano | 2017-06-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | etcd: define data dir location for the system container | Giuseppe Scrivano | 2017-06-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | etcd: use as system container | Giuseppe Scrivano | 2017-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | Restore missing etcd_image fact. | Andrew Butcher | 2016-08-03 | 1 | -0/+5 |
| | |||||
* | Refactor etcd certificates roles. | Andrew Butcher | 2016-08-02 | 1 | -0/+5 |
| | |||||
* | openshift_etcd_facts should rely on openshift_facts not openshift_common | Jason DeTiberus | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Use openshift_hostname/openshift_ip values for etcd configuration and ↵ | Andrew Butcher | 2016-04-20 | 2 | -0/+20 |
certificates. |