2020-10-26 10:43:33 UTC - Michele Sciabarra: ok so definitely I should assume other people are working on it, @Erez Hadad can you make available your patch as I woould like to use it, even if it will not be accepted in the current code base? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603709013152000?thread_ts=1603551396.137600&cid=C3TPCAQG1 ---- 2020-10-26 10:45:27 UTC - Erez Hadad: Let me try to involve @David Breitgand or @Avi Weit directly. They are the owners of the feature work. I'm just making the connection. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603709127152200?thread_ts=1603551396.137600&cid=C3TPCAQG1 ---- 2020-10-26 12:34:53 UTC - parichehr vahidinia: why do all the commands to deploy openwhisk on docker via ansible fail? I proceed exactly according to the instructions, but for example when i run `ansible-playbook -i environments/local setup.yml` I get this error ```TASK [gen untrusted server certificate for host]
[FAILED] > "/home/parichehr/openwhisk/ansible/files/genssl.sh" "*.localhost" "server" "/home/parichehr/openwhisk/ansible/roles/nginx/files" non-zero return code generating server certificate request generating self-signed password-less server certificate generate keystore Signature ok subject=C = US, ST = NY, L = Yorktown, O = OpenWhisk, CN = *.localhost Getting Private key unable to load certificates changed: [kafka0 -> localhost] changed: [172.17.0.1 -> localhost] changed: [controller0 -> localhost] changed: [ansible -> localhost]``` or when I run `ansible-playbook -i environments/local couchdb.yml` I get this `error: directory for persisting db does not exist 'False'` Do playbooks need change? which version should I use? master or incubating? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603715693155100?thread_ts=1603715693.155100&cid=C3TPCAQG1 ---- 2020-10-26 13:21:31 UTC - Rodric Rabbah: what version of ansible are you using? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603718491155400?thread_ts=1603617856.149000&cid=C3TPCAQG1 ---- 2020-10-26 13:22:18 UTC - parichehr vahidinia: ```2.5.2``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603718538155600?thread_ts=1603617856.149000&cid=C3TPCAQG1 ---- 2020-10-26 13:24:47 UTC - Rodric Rabbah: I’m using `ansible 2.7.7` and don’t see this error. Can you upgrade? 2.5.2 is old. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603718687155800?thread_ts=1603617856.149000&cid=C3TPCAQG1 ---- 2020-10-26 13:25:20 UTC - parichehr vahidinia: @Rodric Rabbah Is this also related to the ansible version? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603718720156000?thread_ts=1603715693.155100&cid=C3TPCAQG1 ---- 2020-10-26 13:25:22 UTC - Rodric Rabbah: you should use the `master` branch, and ansible 2.7.7 at least. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603718722156200?thread_ts=1603715693.155100&cid=C3TPCAQG1 ---- 2020-10-26 13:25:32 UTC - Rodric Rabbah: yes - was just about to say that :slightly_smiling_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603718732156400?thread_ts=1603715693.155100&cid=C3TPCAQG1 ---- 2020-10-26 13:25:41 UTC - parichehr vahidinia: thank you https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603718741156600?thread_ts=1603715693.155100&cid=C3TPCAQG1 ---- 2020-10-26 18:51:34 UTC - parichehr vahidinia: I try with ansible 2.7.7 but I still get the same error https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603738294157200?thread_ts=1603617856.149000&cid=C3TPCAQG1 ---- 2020-10-26 20:34:51 UTC - parichehr vahidinia: I try with ansible 2.7.7 but I still get the same error https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603744491157400?thread_ts=1603715693.155100&cid=C3TPCAQG1 ---- 2020-10-26 21:46:13 UTC - Alessandro Banfi: Thank you! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1603748773157600?thread_ts=1603566157.145000&cid=C3TPCAQG1 ----