summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-etcd/config.yml
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-05-21 18:44:31 +0200
committerGitHub <noreply@github.com>2017-05-21 18:44:31 +0200
commit4cd57c9d9f2ed4838f7dceed36cd48b418b5f2f3 (patch)
tree9d52993b1625ed02ad7590e381b1313cebaa5d82 /playbooks/common/openshift-etcd/config.yml
parent22dfad7ae3492cf949871981e3a84bcefbd138f0 (diff)
parent4fcbe72aeaf359d56ac636a8722f817ec10c629f (diff)
downloadopenshift-4cd57c9d9f2ed4838f7dceed36cd48b418b5f2f3.tar.gz
openshift-4cd57c9d9f2ed4838f7dceed36cd48b418b5f2f3.tar.bz2
openshift-4cd57c9d9f2ed4838f7dceed36cd48b418b5f2f3.tar.xz
openshift-4cd57c9d9f2ed4838f7dceed36cd48b418b5f2f3.zip
Merge pull request #4217 from ingvagabund/move-etcd-upgrade-code-into-role
Move etcd upgrade code into role
Diffstat (limited to 'playbooks/common/openshift-etcd/config.yml')
-rw-r--r--playbooks/common/openshift-etcd/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-etcd/config.yml b/playbooks/common/openshift-etcd/config.yml
index 1b8106e0e..2cb6197d1 100644
--- a/playbooks/common/openshift-etcd/config.yml
+++ b/playbooks/common/openshift-etcd/config.yml
@@ -7,4 +7,5 @@
etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}"
etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}"
etcd_certificates_etcd_hosts: "{{ groups.oo_etcd_to_config | default([], true) }}"
+ r_etcd_common_etcd_runtime: "{{ openshift.common.etcd_runtime }}"
- role: nickhammond.logrotate