style95 commented on a change in pull request #2248: Make invoker be scaled-out
via ansible. (#2247)
URL:
https://github.com/apache/incubator-openwhisk/pull/2248#discussion_r117143905
##########
File path: ansible/roles/invoker/tasks/deploy.yml
##########
@@ -59,7 +72,7 @@
-p {{invoker.port + play_hosts.index(inventory_hostname)}}:8080
{{docker_registry}}{{ docker_image_prefix
}}/invoker:{{docker_image_tag}}
/bin/sh -c "exec /invoker/bin/invoker
{{play_hosts.index(inventory_hostname)}} >>
/logs/invoker{{play_hosts.index(inventory_hostname)}}_logs.log 2>&1"
-
+ when: "{{ invokerInfo.json|length == 0 }}"
Review comment:
Updated accordingly.
And I got my ansible updated in my vm as well ; )
----------------------------------------------------------------
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