akrabat opened a new issue #2468: Cannot install catalog in Vagrant on Mac
URL: https://github.com/apache/incubator-openwhisk/issues/2468
 
 
   A clean clone followed by `./hello` results in this error occurring:
   
       ==> default: /home/vagrant/openwhisk-catalog/packages/util.sh: line 31: 
/whisk.system: No such file or directory
   
   The rest of this report is guesswork. However?
   
   I think that this is because of the change to line 38 of 
`packages/validateParameter.sh` in this PR: 
https://github.com/apache/incubator-openwhisk-catalog/pull/231/files#diff-58200ba11c8507024d5e0c3b2c038b5eR38
 - as it changes the `cli path` to be parameter `$3` from `$4`.
   
   However, 
https://github.com/apache/incubator-openwhisk/blob/master/ansible/tasks/installOpenwhiskCatalog.yml#L32
 is this:
   
       shell: ./installCatalog.sh {{ catalog_auth_key }} {{ api_host }} {{ 
catalog_namespace }} {{ cli.path }} chdir="{{ catalog_location }}/packages"
   ?
   which passes in the `catalog_namespace` as `$3` and the `cli path` as `$4`.
   
   Of course, I could have missed something obvious and it's nothing to do with 
this? 
   
   
   
   
 
----------------------------------------------------------------
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

Reply via email to