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/09/06 23:31:15 UTC

[GitHub] kevhouck opened a new issue #2706: Syntax error in tasks/patchKernel.yml?

kevhouck opened a new issue #2706: Syntax error in tasks/patchKernel.yml?
URL: https://github.com/apache/incubator-openwhisk/issues/2706
 
 
   <!--
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   * local deployment, vagrant, native ubuntu, Mac OS, Bluemix, ...   
   * version of docker, vagrant, ubuntu, ...
   
   ## Steps to reproduce the issue:
   
   1. Started the [Ubuntu setup](https://github.com/apache/incubator-openwhisk/blob/master/tools/ubuntu-setup/README.md) until it mentions the distributed setup
   2. Following the [distributed setup](https://github.com/apache/incubator-openwhisk/blob/master/ansible/README_DISTRIBUTED.md), at step:
   `ansible-playbook -i environments/distributed prereq_build.yml`
   
   ## Provide the expected results and outputs:
   
   It should complete successfully
   
   
   ## Provide the actual results and outputs:
   
   ```
   ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
   
   The error appears to have been in '/users/khouck/openwhisk/ansible/roles/whiskhost/tasks/patchKernel.yml': line 35, column 3, but may
   be elsewhere in the file depending on the exact syntax problem.
   
   The offending line appears to be:
   
   
   - name: wait until host comes back up, timeout after 10 minutes
     ^ here
   
   
   The error appears to have been in '/users/khouck/openwhisk/ansible/roles/whiskhost/tasks/patchKernel.yml': line 35, column 3, but may
   be elsewhere in the file depending on the exact syntax problem.
   
   The offending line appears to be:
   
   
   - name: wait until host comes back up, timeout after 10 minutes
     ^ here
   ```
   
   ## Additional information you deem important:
   * Manually created hosts file, but `ansible all -i environments/local -m ping` is successful, this seems like a syntax error with ansible
   * Could it be the wrong version of ansible is installed when running `(cd tools/ubuntu-setup && ./all.sh)`
   
 
----------------------------------------------------------------
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