Closed AhmadrezaHadi closed 1 year ago
That's because you don't have wsk
cli.
Have you run opnenwhisk.yaml
?
It has a step to download cli. https://github.com/apache/openwhisk/blob/20f7d98fdfba275bc3e5c88be0b7cdec956df2aa/ansible/openwhisk.yml#L39
Thank you for the pointer, I ran the openwhisk.yaml
, and the CLI was working, but I was still getting the error. I was able to fix the problem the day after.
I don't know what the main source of this issue was, but I was trying to manually set up and configure CouchDB before deploying OpenWhisk using Ansible, which was wrong. I repeated the steps without manually configuring the database, and it worked just fine.
Environment details:
Ubuntu 22. Hi, I'm very new to OpenWhisk and I was trying to go through this page, and after setting up the environment and couchDB. I tried to run
ansible-playbook -i environments/$ENVIRONMENT routemgmt.yml
(here) and I got the following error:Does anybody know what I'm doing wrong? I installed the standalone version first and then configured wsk. Upon trying to run OpenWhisk with Ansible, I got this error.
Thanks!