diff options
author | Scott Dodson <sdodson@redhat.com> | 2015-08-13 15:47:24 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2015-08-13 15:48:49 -0400 |
commit | a5a75ed355b02d6729c492ac14091a6c8ff29514 (patch) | |
tree | 32697960ee6c92f2894edbad5f69e110fc254a3c /roles | |
parent | 1399425c70052445cc8659fd12cd19535fb95e5a (diff) | |
download | openshift-a5a75ed355b02d6729c492ac14091a6c8ff29514.tar.gz openshift-a5a75ed355b02d6729c492ac14091a6c8ff29514.tar.bz2 openshift-a5a75ed355b02d6729c492ac14091a6c8ff29514.tar.xz openshift-a5a75ed355b02d6729c492ac14091a6c8ff29514.zip |
Require etcd 2.*
Fixes #422
When etcd-2.1 is available in RHEL7 / Centos 7 we'll bumpt to that as it's
considerably more stable with regard to WAL corruption and recovery.
Diffstat (limited to 'roles')
-rw-r--r-- | roles/etcd/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/etcd/tasks/main.yml b/roles/etcd/tasks/main.yml index 79a91dfde..27bfb7de9 100644 --- a/roles/etcd/tasks/main.yml +++ b/roles/etcd/tasks/main.yml @@ -1,6 +1,6 @@ --- - name: Install etcd - yum: pkg=etcd state=present + yum: pkg=etcd-2.* state=present - name: Validate permissions on the config dir file: |