From bb1a8557529d37088e51bfd349d1cc6671cdc153 Mon Sep 17 00:00:00 2001 From: Jose Luis Franco Arza Date: Wed, 9 Jun 2021 12:37:44 +0200 Subject: [PATCH] Bump ovs and ovn versions to 2.15 for FFWD. A new openvswitch and ovn version has been released, 2.15. As during the leapp upgrade we tell leapp which version of ovs and ovn to install in order to safe some restarts we now need to update the version in the UpgradeLeappToInstall Heat parameter. (cherry picked from commit 713533207b0689c3cb31932ad5d1c8d3b7fd4000) Resolves: rhbz#1966476 Change-Id: Id3b2afee89be1fdf3008cfd53906766d94c00549 --- environments/lifecycle/upgrade-prepare.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/lifecycle/upgrade-prepare.yaml b/environments/lifecycle/upgrade-prepare.yaml index 7e74b2fc0b..30b2023222 100644 --- a/environments/lifecycle/upgrade-prepare.yaml +++ b/environments/lifecycle/upgrade-prepare.yaml @@ -13,7 +13,7 @@ parameter_defaults: ServerDeletionPolicy: retain UpgradeLevelNovaCompute: auto UpgradeLeappToRemove: ['openvswitch2.11','ovn2.11'] - UpgradeLeappToInstall: ['openvswitch2.13','ovn2.13'] + UpgradeLeappToInstall: ['openvswitch2.15','ovn2.15'] UpgradeInitCommonCommand: | #!/bin/bash set -eu