You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using: Ubuntu 18.04 LTS, with the "charm" snap from latest/stable.
Issue/Feature
I have a simple proxy charm for Open Source MANO (OSM), where I set the series to "bionic" and "focal" in metadata.yaml.
Then, I run charm build ...
The resulting build contains the specified series, plus "xenial" and "trusty".
I expect/expected the following
The build probably should only contain the specified series, not adding "xenial" and "trusty".
I would in the following assume that OSM's Juju installation creates a container with one of my specified series, not using "xenial" (which is quite old now).
What I got
Give us what you got, commands run, output, etc. If this is a feature request, delete this section.
Manually removing "xenial" from the build's metadata.yaml does not lead to OSM's Juju installation use "xenial". It always uses "xenial", regardless of what is specified in the metadata.yaml. But this is probably a separate bug?
The text was updated successfully, but these errors were encountered:
Hi, which version of juju are you using? The latest version deploys charms from the charmhub instead of the charmstore, and there is IIRC, a bug in juju that always picks xenial (https://bugs.launchpad.net/juju/+bug/1927135); however this might not be related. If you use the cs: prefix for a charm, it will come from the charmstore (rather than the newer charmhub).
Please could you provide a link to you charm layer (assuming it's open source), so we can see what the build is building from. Thanks.
The charm I use is built from sources (basically, it is the "simple" charm of the "hackfest_proxycharm_vnf") using "charm build ...". It is not downloaded from a store.
$ juju --version
2.8.10-bionic-amd64
This is the version installed by the installer (for both, Release EIGHT and Release NINE).
Checklist
What version am I running?
I ran the following command:
snap info charm
and got the following ouput:I am using: Ubuntu 18.04 LTS, with the "charm" snap from latest/stable.
Issue/Feature
I have a simple proxy charm for Open Source MANO (OSM), where I set the series to "bionic" and "focal" in metadata.yaml.
Then, I run charm build ...
The resulting build contains the specified series, plus "xenial" and "trusty".
I expect/expected the following
The build probably should only contain the specified series, not adding "xenial" and "trusty".
I would in the following assume that OSM's Juju installation creates a container with one of my specified series, not using "xenial" (which is quite old now).
What I got
Give us what you got, commands run, output, etc. If this is a feature request, delete this section.
Manually removing "xenial" from the build's metadata.yaml does not lead to OSM's Juju installation use "xenial". It always uses "xenial", regardless of what is specified in the metadata.yaml. But this is probably a separate bug?
The text was updated successfully, but these errors were encountered: