markusthoemmes commented on a change in pull request #2205: Add ability to 
deploy a "hot-standby" controller
URL: 
https://github.com/apache/incubator-openwhisk/pull/2205#discussion_r116555763
 
 

 ##########
 File path: ansible/templates/whisk.properties.j2
 ##########
 @@ -59,12 +57,13 @@ edge.host.apiport=443
 zookeeper.host.port={{ zookeeper.port }}
 kafka.host.port={{ kafka.port }}
 kafkaras.host.port={{ kafka.ras.port }}
-controller.host.port={{ controller.port }}
-loadbalancer.host.port={{ controller.port }}
 consul.host.port4={{ consul.port.http }}
 consul.host.port5={{ consul.port.server }}
 invoker.hosts.baseport={{ invoker.port }}
 
+controller.hosts={{ groups["controllers"] | join(",") }}
+controller.host.basePort={{ controller.basePort }}
+controller.docker.port=8080
 
 Review comment:
   What's this needed for?
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to