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/03 18:18:24 UTC

[GitHub] zachschultz opened a new issue #2572: Deploying OpenWhisk with Docker for Mac fails at apigateway.yml ansible step

zachschultz opened a new issue #2572: Deploying OpenWhisk with Docker for Mac fails at apigateway.yml ansible step
URL: https://github.com/apache/incubator-openwhisk/issues/2572
 
 
   ## Environment details:
   
   * Mac OS, Docker for Mac
   * docker --version: Docker version 17.06.0-ce, build 02c1d87
   
   ## Steps to reproduce the issue:
   
   1.   Follow [Setting up OpenWhisk with Docker for Mac](https://github.com/apache/incubator-openwhisk/blob/master/tools/macos/README.md)
   2.   Follow [Deploying OpenWhisk using Ansible](https://github.com/apache/incubator-openwhisk/blob/master/ansible/README.md)
   3.   Follow the guide for Cloudant and get to step `Deploying Using Cloudant`
   4.  Run the command `ansible-playbook -i environments/<environment> apigateway.yml`
   
   
   ## Provide the expected results and outputs:
   
   ```
   Success?
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   PLAY [redis] *******************************************************************************************************************************************
   
   TASK [Gathering Facts] *********************************************************************************************************************************
   Thursday 03 August 2017  13:14:45 -0500 (0:00:00.020)       0:00:00.020 *******
   ok: [172.17.0.1]
   
   TASK [redis : pull the redis:3.2 image] ****************************************************************************************************************
   Thursday 03 August 2017  13:14:46 -0500 (0:00:00.538)       0:00:00.558 *******
   changed: [172.17.0.1]
   
   TASK [redis : (re)start redis] *************************************************************************************************************************
   Thursday 03 August 2017  13:14:48 -0500 (0:00:02.396)       0:00:02.954 *******
   fatal: [172.17.0.1]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to import docker-py - No module named requests.exceptions. Try `pip install docker-py`"}
   
   PLAY RECAP *********************************************************************************************************************************************
   172.17.0.1                 : ok=2    changed=1    unreachable=0    failed=1
   
   Thursday 03 August 2017  13:14:48 -0500 (0:00:00.381)       0:00:03.336 *******
   ===============================================================================
   redis : pull the redis:3.2 image ---------------------------------------- 2.40s
   Gathering Facts --------------------------------------------------------- 0.54s
   redis : (re)start redis ------------------------------------------------- 0.38s
   ```
   
 
----------------------------------------------------------------
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