You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/10/03 19:23:23 UTC

[GitHub] tysonnorris commented on a change in pull request #60: added required akka configs for the controller

tysonnorris commented on a change in pull request #60: added required akka configs for the controller
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/60#discussion_r142497493
 
 

 ##########
 File path: 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":"swift3action"}}],"java":[{"kind":"java","attached":{"attachmentName":"jarfile","attachmentType":"application/java-archive"},"sentinelledLogs":false,"requireMain":true,"image":{"name":"java8action"},"default":true}]}}
+
+CONTROLLER_LOCALBOOKKEEPING=true
+AKKA_CLUSTER_HOST=localhost
 
 Review comment:
   will this work with docker-machine? It may not matter for now (if seed nodes is empty), but I'm not sure
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services