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

Drop groovy, hirsute, and kinetic bundles #110

Closed coreycb closed 1 year ago

coreycb commented 1 year ago

These are all EOL ubuntu releases that no longer require testing.

freyes commented 1 year ago
+ juju deploy --dry-run ./tests/octavia-upgrade/tests/bundles/octavia-focal-wallaby-ha-stable.yaml
...
ERROR cannot deploy bundle: cannot resolve charm or bundle "mysql-innodb-cluster": not found
  mysql-innodb-cluster:
    constraints: mem=3072M
    charm: cs:~openstack-charmers/mysql-innodb-cluster
    num_units: 3

https://github.com/openstack-charmers/charmed-openstack-tester/blob/master/tests/octavia-upgrade/tests/bundles/octavia-focal-wallaby-ha-stable.yaml#L36C1-L39C17

we still have bundles referencing cs:, are they used/needed?

coreycb commented 1 year ago
+ juju deploy --dry-run ./tests/octavia-upgrade/tests/bundles/octavia-focal-wallaby-ha-stable.yaml
...
ERROR cannot deploy bundle: cannot resolve charm or bundle "mysql-innodb-cluster": not found
  mysql-innodb-cluster:
    constraints: mem=3072M
    charm: cs:~openstack-charmers/mysql-innodb-cluster
    num_units: 3

https://github.com/openstack-charmers/charmed-openstack-tester/blob/master/tests/octavia-upgrade/tests/bundles/octavia-focal-wallaby-ha-stable.yaml#L36C1-L39C17

we still have bundles referencing cs:, are they used/needed?

There are a lot that use cs:. I'm not sure if they are still used or not. I think they were all used for release testing in the past?

freyes commented 1 year ago

https://github.com/openstack-charmers/charmed-openstack-tester/commit/63b97422ef751c0404bca9955f31d4b6026498aa

Alex may have some memories on this.

On Wed, 2023-08-16 at 13:53 -0700, coreycb wrote:

  • juju deploy --dry-run ./tests/octavia-upgrade/tests/bundles/octavia-focal-wallaby-ha- stable.yaml ... ERROR cannot deploy bundle: cannot resolve charm or bundle "mysql-innodb-cluster": not found   mysql-innodb-cluster:     constraints: mem=3072M     charm: cs:~openstack-charmers/mysql-innodb-cluster     num_units: 3 https://github.com/openstack-charmers/charmed-openstack-tester/blob/master/tests/octavia-upgrade/tests/bundles/octavia-focal-wallaby-ha-stable.yaml#L36C1-L39C17 we still have bundles referencing cs:, are they used/needed? There are a lot that use cs:. I'm not sure if they are still used or not. I think they were all used for release testing in the past? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because your review was requested.Message ID: @.***>