cbickel commented on issue #2527: Allow multiple controllers and invokers in local environments. URL: https://github.com/apache/incubator-openwhisk/pull/2527#issuecomment-318276458 I found another dependency for this PR: on generating the whisk.properties, two lists are generated. One with all controllers and one with all invokers. On using these aliases, the list only contains the list of the aliases, but the IPs or hostnames are needed for the tests. I found the following line in the internet: `controller.hosts={{ groups["controllers"] | map('extract', hostvars, 'ansible_host') | list | join(",") }}` But on using this one, it does not work when using no aliases. We should have a deeper look here. ---------------------------------------------------------------- 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
