openstack-charmers / charmed-openstack-tester

Deploys OpenStack clouds and runs tempest (or other tests) against them
Apache License 2.0
6 stars 14 forks source link

Switch distro yoga bundles to yoga/stable #79

Closed coreycb closed 2 years ago

coreycb commented 2 years ago

The yoga/edge channel no longer exists so switch to yoga/stable.

coreycb commented 2 years ago

Thanks for the review. I'll have to try a deploy again (I'd had this change locally for a while) but I think at the time it was failing because yoga/edge didn't exist.

coreycb commented 2 years ago

I think all the yoga/edge channels disappeared from charmhub when yoga/stable was released.

ajkavanagh commented 2 years ago

I think all the yoga/edge channels disappeared from charmhub when yoga/stable was released.

Yes, they did; we moved yoga/edge to yoga/candidate during release testing, and then to yoga/stable when it was released. However, you can juju deploy nova-compute --channel yoga/edge and you will get the yoga/stable charm, as there is no yoga/edge; i.e. it falls back to the yoga/stable charm. However, if we release a new yoga/edge release, then any bundles referring to yoga/edge will get that in preference to yoga/stable, which is what you want for testing, but not production. As these are test bundles, that's what we want, isn't it?

coreycb commented 2 years ago

Confirmed that this is working as expected (as you've described Alex). It must not have been working at one point but regardless it is now, so that's good. I'm going to abandon this change.