jeremiaswerner commented on a change in pull request #2744: Deploy kafka & zookeeper cluster with ansible URL: https://github.com/apache/incubator-openwhisk/pull/2744#discussion_r149988953
########## File path: ansible/environments/local/hosts ########## @@ -10,8 +10,11 @@ ansible ansible_connection=local controller0 ansible_host=172.17.0.1 ansible_connection=local controller1 ansible_host=172.17.0.1 ansible_connection=local -[kafka] -172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local +[kafkas] Review comment: we might want to run `local` and travis deployments with two kafka nodes to have better test coverage. ---------------------------------------------------------------- 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
