rabbah commented on a change in pull request #3105: auto detect docker-for-mac
URL:
https://github.com/apache/incubator-openwhisk/pull/3105#discussion_r157777192
##########
File path: ansible/environments/docker-machine/hosts.j2.ini
##########
@@ -8,17 +8,24 @@ ansible ansible_connection=local
[controllers]
controller0 ansible_host={{ docker_machine_ip }}
+{% if mode is defined and 'HA' in mode %}
Review comment:
Running setup with `-e mode=HA` will replicate the components.
Using wskdev: `wskdev setup -a "-e mode=HA"` will do that also. Off by
default for local dev.
----------------------------------------------------------------
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