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/06/19 21:51:40 UTC

[GitHub] mlangbehn commented on issue #17: Issues deploying with custom docker images

mlangbehn commented on issue #17: Issues deploying with custom docker images
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/17#issuecomment-309584071
 
 
   The file that is causing the issue is [ansible-kube/roles/routemgmt/tasks/deploy.yml](https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/ansible-kube/roles/routemgmt/tasks/deploy.yml#L4), which calls `cli_path` (a variable which doesn't seem to be getting set anywhere). The correlating [file in apache/incubator-openwhisk](https://github.com/apache/incubator-openwhisk/blob/master/ansible/roles/routemgmt/tasks/deploy.yml#L4) uses `cli.path` instead.
   
   Changing the variable from `cli_path` to `cli.path` does not resolve the issue, but it does change the failure message. I'm rerunning with the changed variable name and will post logs after the test completes.
 
----------------------------------------------------------------
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