Comment 4 for bug 1979333

Revision history for this message
Felipe Reyes (freyes) wrote : Re: [Bug 1979333] Re: Vault charm does not download with the correct code

On Wed, 2022-06-22 at 17:28 +0000, Erlon R. Cruz wrote:
> Indeed, I suspect that the missing support is the problem here but from
> the juju info you posted:
>
> ```supports: xenial, bionic, focal, groovy, hirsute, impish```
>
> The xenial and bionic are included, while jammy, not (hub shows support
> for focal/jammy).
>
> So, this is something that need to be fixed, not sure where. Do you
> know, where that information is coming from?
>

juju info will request what charms are available based on a set of constraints,
in this case "what vault charms support Xenial?", the charmhub replied with the
revision 54, then juju identified that the revision 54 also supports bionic,
focal, groovy, hirsute and impish, and that's what the output showed.

$ juju info vault --series xenial
name: vault
supports: xenial, bionic, focal, groovy, hirsute, impish
...
channels: |
  latest/stable: 54 2022-02-09 (54) 44MB
...

The output of juju info varies greatly based on the set of constraints passed,
this is because there is no single charm available to deploy like it used to be
in the charmstore.