We just landed a PR [1] that makes it very easy to deploy OpenWhisk using
Docker for Mac.

We remove the `ansible/environments/mac` directory, is not need it anymore.

Now if you are using Docker for Mac use `local` as the target
`ansible/environment/local`

If you are using wskdev [2] you would need to override the target with `-t
local`

For example for clean build and deploy use:
bin/wskdev fresh -t local

Or if using ansible-playbook
ansible-playbook -i environments/local xxx.yml

The tools/macos/README.md [3] and ansible/README.md [4] are updated to
reflect the new changes.

Thanks to Rodric working with me on getting this improvement in

There is still a need for the proxy, for a portion of testing action
containers, but hopefully we can work on removing that requirement also.

[1] https://github.com/apache/incubator-openwhisk/pull/2686
[2] https://github.com/apache/incubator-openwhisk/blob/master/bin/wskdev
[3]
https://github.com/apache/incubator-openwhisk/blob/master/tools/macos/README.md
[4]
https://github.com/apache/incubator-openwhisk/blob/master/ansible/README.md


-- Carlos

Reply via email to