summaryrefslogtreecommitdiffstats
path: root/roles/openshift_etcd_facts/vars
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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>
* Refactor etcd certificates roles.Andrew Butcher2016-08-021-0/+5
|
* Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher2016-04-201-0/+5
certificates.