Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure_octavia.sh: ./DemoCA/newcerts: No such file or directory #19

Open
marino-mrc opened this issue Mar 24, 2022 · 0 comments
Open

Comments

@marino-mrc
Copy link

Hello,
deployed env with:
./generate-bundle.sh --ovn --octavia -s focal -r ussuri --charmstore -n my_model

When running the ./tools/configure_octavia.sh I have the following error:

`
...

  • openssl ca -passin pass:foobar -config /etc/ssl/openssl.cnf -cert controller_ca.pem -keyfile controller_ca_key.pem -create_serial -batch -in controller.csr -days 365 -out controller_cert.pem
    Using configuration from /etc/ssl/openssl.cnf
    ca: ./DemoCA/newcerts is not a directory
    ./DemoCA/newcerts: No such file or directory

`

I think the problem is related to the fact that the openssl command needs the "DemoCA" folder (with capital D).
A possible fix can be done in configure_octavia.sh:

... mkdir -p DemoCA/newcerts # <-- Used capital D here touch DemoCA/index.txt # and here touch DemoCA/index.txt.attr # and here

Regards,
Marco

@dosaboy dosaboy added bug and removed bug labels Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants