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

Should blacklist charm names finishing with names Juju uses #867

Open howbazaar opened 5 years ago

howbazaar commented 5 years ago

In particular relating to k8s charms, we have "app-operator", when deploying "app". Since the app name defaults to the charm name, we don't really want to allow a charm to be called "foo-operator" or we'll end up with a "foo-operator-operator".

howbazaar commented 5 years ago

Likely to be more than just "operator" suffix, but this issue can track the names as we get them.

hatched commented 5 years ago

I'd propose that you don't modify the application name to append a type to it.

rogpeppe commented 5 years ago

Please could you make this into a proper proposal with a fuller rationale so we can discuss things there?