Skip to content

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

@fnordahl

Description

@fnordahl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions