This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push: new 547d03b Fix breakage: define new required envvars for controller & invoker (#81) 547d03b is described below commit 547d03bad9b61e470b023e9b652dd18b4f8f23a7 Author: David Grove <dgrove-...@users.noreply.github.com> AuthorDate: Wed Nov 15 16:33:40 2017 -0500 Fix breakage: define new required envvars for controller & invoker (#81) --- kubernetes/controller/controller.yml | 6 ++++++ kubernetes/invoker/invoker.yml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/kubernetes/controller/controller.yml b/kubernetes/controller/controller.yml index 0c5404e..1ecbaa8 100644 --- a/kubernetes/controller/controller.yml +++ b/kubernetes/controller/controller.yml @@ -106,6 +106,8 @@ spec: value: "0.10" - name: "CONTROLLER_LOCALBOOKKEEPING" value: "TRUE" + - name: "CONTROLLER_HA" + value: "FALSE" - name: "AKKA_CLUSTER_SEED_NODES" value: "controller-0.controller.openwhisk controller-1.controller.openwhisk" @@ -122,6 +124,10 @@ spec: value: "couchdb.openwhisk" - name: "DB_PROVIDER" value: "CouchDB" + - name: "DB_WHISK_ACTIONS_DDOC" + value: "whisks" + - name: "DB_WHISK_ACTIVATIONS_DDOC" + value: "whisks" - name: "DB_WHISK_ACTIVATIONS" value: "test_activations" - name: "DB_WHISK_ACTIONS" diff --git a/kubernetes/invoker/invoker.yml b/kubernetes/invoker/invoker.yml index 2dcdb94..3e63b70 100644 --- a/kubernetes/invoker/invoker.yml +++ b/kubernetes/invoker/invoker.yml @@ -121,6 +121,10 @@ spec: value: "couchdb.openwhisk" - name: "DB_PROVIDER" value: "CouchDB" + - name: "DB_WHISK_ACTIONS_DDOC" + value: "whisks" + - name: "DB_WHISK_ACTIVATIONS_DDOC" + value: "whisks" - name: "DB_WHISK_ACTIVATIONS" value: "test_activations" - name: "DB_WHISK_ACTIONS" -- To stop receiving notification emails like this one, please contact ['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].