Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OVN to UCA codename code does not cope with the focal-ovn-22.03 overlay pocket #928

Open
fnordahl opened this issue Sep 23, 2022 · 0 comments

Comments

@fnordahl
Copy link
Contributor

In the light of OVN 22.03 being made available on Focal through a separate UCA overlay pocket (ref juju/charm-helpers#738) we may have a situation where the deployed OpenStack under test is focal-ussuri while OVN is 22.03, and not 20.03 as was released with Focal.

The current versioning code would not be able to cope with that and I wonder if we need to decouple it from UCA pocket codenames:

OVN_CODENAMES = OrderedDict([
('train',
['2.12']),
('ussuri',
['20.03']),
('victoria',
['20.06']),
('wallaby',
['20.12']),
])

The OVN test code itself does currently not rely on version fences, but I think the automated openstack upgrade code might.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant