Files
python-tripleoclient/releasenotes/notes/block-uc-upgrade-for-network-plugin-change-ba8459b171b8e37e.yaml
yatinkarel fff37dfec4 Do not allow uc upgrade when network plugin changes
If the undercloud is upgraded with a change in network plugin
i.e ovs to ovn or ovn to ovs it will break the undercloud as
just switching is not enough it needs network resources to be
migrated, so we detect if there is change in network and block
the upgrade.

[1] is switching default network plugin on Undercloud
from ovs to ovn. But as direct upgrade is not possible
from ovs to ovn adding a check for the same and block
the undercloud upgrade.

[1] https://review.opendev.org/850158

Change-Id: I4a80380ab28edf318019cb0bf05765d329ed0405
2022-08-25 13:18:43 +05:30

8 lines
264 B
YAML

---
upgrade:
- |
Undercloud upgrade is not allowed if a change in network plugin
i.e ovs to ovn or ovn to ovs is detected. Such a change will break
the undercloud as just switching is not enough it also requires
network resources to be migrated.