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/08/17 11:21:47 UTC

[GitHub] cbickel commented on a change in pull request #2527: Allow multiple controllers and invokers in local environments.

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:
users@infra.apache.org


With regards,
Apache Git Services