[update][queens] layered openvswitch workaround is broken.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Triaged
|
Critical
|
Sofer Athlan-Guyot |
Bug Description
Hi,
originally reported there https:/
Basically, we introduced a regression, that make the layer product upgrade workaround for ovs non effective.
Luckily the openvswitch workaround kicks in in all the testing we've done, so we don't get any issue, but the issue should be fixed nevertheless.
Example of what happens:
2020-09-29 14:08:00 | TASK [Get current OpenvSwitch package name] *******
2020-09-29 14:08:00 | Tuesday 29 September 2020 13:52:26 -0400 (0:00:00.503) 0:05:27.767 *****
2020-09-29 14:08:00 | changed: [controller-2] => {"changed": true, "cmd": "rpm -qa | awk -F- '/^(openvswitch
We can see that the regex matched nothing.
Basically the regex work with:
openvswitch2.
but fails with:
openvswitch2.
Changed in tripleo: | |
milestone: | victoria-3 → wallaby-1 |
Changed in tripleo: | |
milestone: | wallaby-1 → wallaby-2 |
Changed in tripleo: | |
milestone: | wallaby-2 → wallaby-3 |
Changed in tripleo: | |
milestone: | wallaby-3 → wallaby-rc1 |
Changed in tripleo: | |
milestone: | wallaby-rc1 → xena-1 |
Changed in tripleo: | |
milestone: | xena-1 → xena-2 |
Changed in tripleo: | |
milestone: | xena-2 → xena-3 |
Fix proposed to branch: stable/queens /review. opendev. org/755358
Review: https:/