<div dir="ltr"><div dir="ltr">Hi,<br><br>I looked around a fair bit and am not sure where to enter bugs in the airship project. This is probably my fault...I found some items in the stories application, but I'm not sure if that is the best place.<br><br>I tried airship-in-a-bottle this morning, but when promenade runs it fails with a file permission error.<br><br></div><div><span style="font-family:monospace,monospace">SNIP!<br></span></div><div dir="ltr"><span style="font-family:monospace,monospace">Status: Downloaded newer image for <a href="http://quay.io/airshipit/promenade:master">quay.io/airshipit/promenade:master</a><br>+ PORT=9000<br>+ UWSGI_TIMEOUT=300<br>+ PROMENADE_THREADS=1<br>+ PROMENADE_WORKERS=4<br>+ '[' promenade = server ']'<br>+ exec promenade generate-certs -o /target deployment_files.yaml<br>/usr/local/lib/python3.6/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn't match a supported version!<br>  RequestsDependencyWarning)<br>Usage: promenade generate-certs [OPTIONS] [CONFIG_FILES]...<br><br>Error: Invalid value for "config_files": Could not open file: deployment_files.yaml: Permission denied<br>+ cp /root/deploy/genesis/certificates.yaml /root/deploy/airship-in-a-bottle/deployment_files/site/demo/secrets<br>cp: cannot stat '/root/deploy/genesis/certificates.yaml': No such file or directory<br>+ error 'setting up certs with Promenade'<br>+ set +x<br>Error when setting up certs with Promenade.<br>+ exit 1<br>+ clean<br>+ set +x<br>To remove files generated during this script's execution, delete /root/deploy.<br>This VM is disposable. Re-deployment in this same VM will lead to unpredictable results.</span><br><br>Looks like the promenade user can't access the deployment_files.yaml file.<br><br>If I exec in to a promenade container...<br><br><span style="font-family:monospace,monospace">promenade@acd8e1ec1b9d:/target$ cat deployment_files.yaml<br></span><div><span style="font-family:monospace,monospace">cat: deployment_files.yaml: Permission denied</span></div><div><span style="font-family:monospace,monospace">promenade@acd8e1ec1b9d:/target$ ls -la<br>total 328<br>drwxrwxrwx+  2 root root   4096 Oct 21 14:31 .<br>drwxr-xr-x+ 79 root root   4096 Oct 21 14:56 ..<br>-rw-------   1 root root 324269 Oct 21 14:31 deployment_files.yaml<br><br></span></div><div>Thanks,</div><div>Curtis<br></div></div></div>