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

Pin juju client to 2.9 for the linting tests. #108

Closed ajkavanagh closed 11 months ago

ajkavanagh commented 1 year ago

This will need to be reviewed overtime with consideration to linting with both 2.9 and 3.1/3.3 depending on which becomes the next 'LTS' for Juju.

freyes commented 1 year ago
+ juju deploy --dry-run ./tests/octavia-upgrade/tests/bundles/octavia-groovy-victoria-ha.yaml
...

ERROR cannot deploy bundle: cannot resolve charm or bundle "vault": not found

we should drop EOL'ed bundles.

coreycb commented 1 year ago
+ juju deploy --dry-run ./tests/octavia-upgrade/tests/bundles/octavia-groovy-victoria-ha.yaml
...

ERROR cannot deploy bundle: cannot resolve charm or bundle "vault": not found

we should drop EOL'ed bundles.

I put this change up to drop groovy, hirsute, and kinetic bundles: https://github.com/openstack-charmers/charmed-openstack-tester/pull/110