csantanapr commented on issue #2041: HTTP Fails to connect on Vagrant install URL: https://github.com/apache/incubator-openwhisk/issues/2041#issuecomment-382808693 Works for me with recent vagrant changes ``` vagrant@ubuntu-xenial:~/openwhisk$ ifconfig | grep 192 inet addr:192.168.33.16 Bcast:192.168.33.255 Mask:255.255.255.0 vagrant@ubuntu-xenial:~/openwhisk$ exit logout Shared connection to 127.0.0.1 closed. ⛄ $ ../../bin/openwhisk-cli/build/darwin-amd64/wsk property set --apihost 192.168.33.16 --auth `vagrant ssh -- cat openwhisk/ansible/files/auth.guest` ok: whisk auth set. Run 'wsk property get --auth' to see the new value. ok: whisk API host set to 192.168.33.16 ⛄ $ ../../bin/openwhisk-cli/build/darwin-amd64/wsk -i action invoke /whisk.system/utils/echo -p message hello --blocking --result { "message": "hello" } ⛄ $ date Thu Apr 19 13:00:11 EDT 2018 ```
---------------------------------------------------------------- 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
