frankban / juju-git-deploy

Deploy Juju services from local charms hosted on Github.
GNU Affero General Public License v3.0
6 stars 0 forks source link

Get series: from charm metadata.yaml if available #1

Open cmars opened 10 years ago

cmars commented 10 years ago

juju >= 1.18 allows charms to define a "series:" string in the metadata.yaml. It'd be nice to use this field if its defined, you could extract it from the zip in app.process I think.

(If the user specifies a conflicting series on the command line, I'd make that an error.)

frankban commented 10 years ago

Hey Casey, this is very interesting. I guess we should apply a similar logic when uploading local charms from the GUI.