cbickel commented on a change in pull request #2527: Allow multiple controllers
and invokers in local environments.
URL:
https://github.com/apache/incubator-openwhisk/pull/2527#discussion_r133685662
##########
File path: ansible/logs.yml
##########
@@ -24,13 +24,14 @@
- subjects
when: "'db' not in exclude_logs_from"
-- hosts: shared,core,invokers
+- hosts: controllers,invokers
+ serial: 1
Review comment:
In the open source part there are neither `shared`-hosts nor `core`-hosts.
So I removed them, but added the controllers.
----------------------------------------------------------------
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