csantanapr opened a new pull request #2686: Docker for mac take 2
URL: https://github.com/apache/incubator-openwhisk/pull/2686
 
 
   This change is a continuation of PR #2440, PR #2452, PR #2684 #2524
   To give it a try
   ```
   sudo ifconfig lo0 alias 172.17.0.1/24
   cd ansible
   ansible-playbook -i environments/<environment> setup.yml
   ansible-playbook -i environments/<environment> couchdb.yml
   ansible-playbook -i environments/<environment> initdb.yml
   ansible-playbook -i environments/<environment> wipe.yml
   ansible-playbook -i environments/<environment> apigateway.yml
   ansible-playbook -i environments/<environment> openwhisk.yml
   ansible-playbook -i environments/<environment> postdeploy.yml
   ```
   
   No need to `sudo` on the mac
   Addresses also `become: true`
   
 
----------------------------------------------------------------
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

Reply via email to