Merge "Replace six.iteritems() with .items()"
[apex-tripleo-heat-templates.git] / releasenotes / notes / ovs-2.5-2.6-composable-upgrades-workaround-73f4e56127c910b4.yaml
1 ---
2 issues:
3   - During the ovs upgrade for 2.5 to 2.6 we need to workaround the classic
4     yum update command by handling the upgrade of the package separately to not
5     loose the IPs and the connectivity on the nodes. The workaround is
6     discussed here https://bugs.launchpad.net/tripleo/+bug/1669714
7 upgrade:
8   - The upgrade from openvswitch 2.5 to 2.6 is handled gracefully and there should
9     be no user impact in particular no restart of the openvswitch service. For more
10     information please see the related bug above which also links the relevant code reviews.
11     The workaround (transparent to the user/doesn't require any input) is to download the OVS
12     package and install with --nopostun and --notriggerun options provided by the rpm binary.