This is an automated email from the ASF dual-hosted git repository.

jeremiaswerner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 31736e4  Enable clustering by default (#2994)
31736e4 is described below

commit 31736e4409409c2bb2cb1f55219fc2093cdc17c6
Author: Vadim Raskin <[email protected]>
AuthorDate: Thu Nov 23 11:55:28 2017 +0100

    Enable clustering by default (#2994)
---
 ansible/group_vars/all | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index 54b6114..02c2b08 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -113,7 +113,7 @@ controller:
   arguments: "{{ controller_arguments | default('') }}"
   blackboxFraction: "{{ controller_blackbox_fraction | default(0.10) }}"
   instances: "{{ groups['controllers'] | length }}"
-  localBookkeeping: "{{ controller_local_bookkeeping | default('true') }}"
+  localBookkeeping: "{{ controller_local_bookkeeping | default('false') }}"
   akka:
     provider: cluster
     cluster:
@@ -123,7 +123,7 @@ controller:
       # at this moment all controllers are seed nodes
       seedNodes: "{{ groups['controllers'] | map('extract', hostvars, 
'ansible_host') | list }}"
   # We recommend to enable HA for the controllers only, if bookkeeping data 
are shared too. (localBookkeeping: false)
-  ha: "{{ controller_enable_ha | default(false) }}"
+  ha: "{{ controller_enable_ha | default(true) }}"
 
 registry:
   confdir: "{{ config_root_dir }}/registry"

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to