You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/12 16:27:03 UTC

[GitHub] lornajane opened a new issue #3428: Broken resolvers config in apigateway container

lornajane opened a new issue #3428: Broken resolvers config in apigateway container
URL: https://github.com/apache/incubator-openwhisk/issues/3428
 
 
   ## Environment details:
   
   * Attempting to do local ubuntu setup but it's not going well ...  
   * version of docker: `17.12.1-ce`, ansible `2.3.0`, ubuntu: `17.10`
   
   
   ## Steps to reproduce the issue:
   
   1.   Follow ubuntu setup instructions
   2.   At the point where `ansible-playbook apigateway.yml` is next command, observe that it times out checking that the gateway comes up.
   
   ## Provide the expected results and outputs:
   Ansible playbook completes successfully
   
   ## Provide the actual results and outputs:
   
   When the playbook starts checking if the API Gateway is up, you need to _very quickly_ do
   ```
   docker exec -it apigateway /bin/bash
   vi /etc/apigateway/conf.d/includes/resolvers.conf // (remove the word "run" from this file, save and exit)
   /usr/local/sbin/api-gateway
   ```
   
   ... the ansible playbook will then find the API Gateway is up and proceed
   
   ## Additional information you deem important:
   Happens repeatably, the line that needs editing seems to be in an image rather than in our project codebase.

----------------------------------------------------------------
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