juju / charmstore

The charm store server.
http://gopkg.in/juju/charmstore.v5
GNU Affero General Public License v3.0
15 stars 37 forks source link

Incorrect parsing for k8s bundles #887

Open jamesbeedy opened 4 years ago

jamesbeedy commented 4 years ago

Take for example the osm bundle, which specifies bundle: kubernetes and doesn't get a kubernetes tag in the charmstore https://jaas.ai/osm.

Then take the slurm-core-bundle, which specifies series: kubernetes incorrectly (non-deployable bundle) and get the kubernetes tag https://jaas.ai/u/omnivector/slurm-core-k8s/bundle/3.

Can we fix the parsing such that bundle: kubernetes gets the 'kubernetes' tag?

Thanks!

mhilton commented 4 years ago

Thanks @jamesbeedy I'll look into how we support kubernetes bundles properly.