mlangbehn opened a new issue #17: Issues deploying with custom docker images URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/17 ## Summary Deploying with custom docker images fails on `routemgmt : install route management actions`. ## Steps to reproduce Modify configuration to use new images: * ansible-kube/environments/kube/files/nginx.yml ```yaml 34 containers: 35 - name: nginx 36 imagePullPolicy: Always 37 image: [account_name]/whisk_nginx 38 ports: ``` * configure/configure_whisk.yml ```yaml 17 containers: 18 - name: configure-openwhisk 19 image: [account_name]/whisk_config:v1.5.6-dev 20 imagePullPolicy: Always ``` ## Log snippet *Verbose logging enabled for ansible* ```text TASK [routemgmt : install route management actions] **************************** task path: /incubator-openwhisk-deploy-kube/ansible/roles/routemgmt/tasks/deploy.yml:3 Monday 19 June 2017 21:16:38 +0000 (0:00:08.756) 0:05:33.797 *********** fatal: [ansible]: FAILED! => { "failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'cli_path' is undefined\n\nThe error appears to have been in '/incubator-openwhisk-deploy-kube/ansible/roles/routemgmt/tasks/deploy.yml': line 3, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# Install the API Gateway route management actions.\n- name: install route management actions\n ^ here\n" } ``` ---------------------------------------------------------------- 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
