Comment 8 for bug 1822611

Revision history for this message
Lorenzo Cavassa (lorenzo-cavassa) wrote :

Here is the output of Juju status barbican-vault --format=yaml

https://pastebin.canonical.com/p/3NgTXBk3YQ/

This is the Vault one:

https://pastebin.canonical.com/p/f8xxS5Wvyg/

and this is the overlay bundle I'm using to deploy Octavia/Barbican:

https://pastebin.canonical.com/p/g6CSDb3sP7/

As you can see the barbican-vault endpoint-bindings:

secrets: ""
secrets-storage: ""

are empty even if defined in the bundle:

 barbican-vault:
    charm: cs:barbican-vault
    bindings:
     "": *oam-space
     secrets-storage: *internal-space
     secrets: *internal-space

Might it be a Juju bug when it has to deploy overlay bundles?