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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0aa8b71  added required akka configs for the controller (#60)
0aa8b71 is described below

commit 0aa8b71e717c3403f17d464e928d289e0951ea42
Author: ddragosd <[email protected]>
AuthorDate: Tue Oct 3 12:36:59 2017 -0700

    added required akka configs for the controller (#60)
    
    * added required akka configs for controller
    * switched akka provider to local
---
 docker-compose/docker-whisk-controller.env | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docker-compose/docker-whisk-controller.env 
b/docker-compose/docker-whisk-controller.env
index eeb351f..f94817a 100644
--- a/docker-compose/docker-whisk-controller.env
+++ b/docker-compose/docker-whisk-controller.env
@@ -30,3 +30,9 @@ INVOKER_INSTANCES=1
 CONTROLLER_INSTANCES=1
 WHISK_SYSTEM_KEY=whisk.system
 
RUNTIMES_MANIFEST={"runtimes":{"nodejs":[{"kind":"nodejs","image":{"name":"nodejsaction"},"deprecated":true},{"kind":"nodejs:6","default":true,"image":{"name":"nodejs6action"}}],"python":[{"kind":"python","image":{"name":"python2action"}},{"kind":"python:2","default":true,"image":{"name":"python2action"}},{"kind":"python:3","image":{"name":"python3action"}}],"swift":[{"kind":"swift","image":{"name":"swiftaction"},"deprecated":true},{"kind":"swift:3","default":true,"image":{"name":"swift3
 [...]
+
+CONTROLLER_LOCALBOOKKEEPING=true
+AKKA_CLUSTER_HOST=localhost
+AKKA_CLUSTER_SEED_NODES=[]
+AKKA_CLUSTER_BIND_PORT=5221
+AKKA_ACTOR_PROVIDER=local

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

Reply via email to