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/28 17:11:59 UTC

[GitHub] csantanapr commented on a change in pull request #2593: Add BaseWsk class for Wsk and WskRest to inherit

csantanapr commented on a change in pull request #2593: Add BaseWsk class for Wsk and WskRest to inherit
URL: https://github.com/apache/incubator-openwhisk/pull/2593#discussion_r135578545
 
 

 ##########
 File path: ansible/environments/mac/hosts
 ##########
 @@ -4,25 +4,25 @@
 ansible ansible_connection=local
 
 [edge]
-172.17.0.1          ansible_host=172.17.0.1 ansible_connection=local
+192.168.99.100          ansible_host=192.168.99.100ansible_connection=local
 
 [controllers]
-controller0         ansible_host=172.17.0.1 ansible_connection=local
-controller1         ansible_host=172.17.0.1 ansible_connection=local
+controller0         ansible_host=192.168.99.100ansible_connection=local
+controller1         ansible_host=192.168.99.100ansible_connection=local
 
 [kafka]
-172.17.0.1          ansible_host=172.17.0.1 ansible_connection=local
+192.168.99.100         ansible_host=192.168.99.100ansible_connection=local
 
 [invokers]
-invoker0            ansible_host=172.17.0.1 ansible_connection=local
-invoker1            ansible_host=172.17.0.1 ansible_connection=local
+invoker0            ansible_host=192.168.99.100ansible_connection=local
+invoker1            ansible_host=192.168.99.100ansible_connection=local
 
 ; db group is only used if db_provider is CouchDB
 [db]
-172.17.0.1          ansible_host=172.17.0.1 ansible_connection=local
+192.168.99.100         ansible_host=192.168.99.100ansible_connection=local
 
 [redis]
-172.17.0.1          ansible_host=172.17.0.1 ansible_connection=local
+192.168.99.100         ansible_host=192.168.99.100ansible_connection=local
 
 [apigateway]
-172.17.0.1          ansible_host=172.17.0.1 ansible_connection=local
+192.168.99.100         ansible_host=192.168.99.100ansible_connection=local
 
 Review comment:
   don't change this file, docker-machine is the one using `192.168.99.100`
 
----------------------------------------------------------------
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