From f61bd401c5437f79f5519edefdc638a1eb4bc71d Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Thu, 14 Nov 2024 12:18:00 +0530 Subject: [PATCH] Switch to openvswitch3.3 17.1.4 switched to ovs3.3, pin the version for adoption too. Related-Issue: OSPRH-10283 --- .../proc_adopting-compute-services-to-the-data-plane.adoc | 2 +- .../proc_adopting-networker-services-to-the-data-plane.adoc | 2 +- tests/roles/dataplane_adoption/defaults/main.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc b/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc index 0c299c5e5..b0306f197 100644 --- a/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc +++ b/docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc @@ -408,7 +408,7 @@ endif::[] # Do not attempt OVS major upgrades here edpm_ovs_packages: - - openvswitch3.1 + - openvswitch3.3 EOF ---- + diff --git a/docs_user/modules/proc_adopting-networker-services-to-the-data-plane.adoc b/docs_user/modules/proc_adopting-networker-services-to-the-data-plane.adoc index f0364a267..9599cb0bc 100644 --- a/docs_user/modules/proc_adopting-networker-services-to-the-data-plane.adoc +++ b/docs_user/modules/proc_adopting-networker-services-to-the-data-plane.adoc @@ -191,7 +191,7 @@ endif::[] # Do not attempt OVS major upgrades here edpm_ovs_packages: - - openvswitch3.1 + - openvswitch3.3 EOF ---- + diff --git a/tests/roles/dataplane_adoption/defaults/main.yaml b/tests/roles/dataplane_adoption/defaults/main.yaml index bfe08ba8f..5fa9e3cad 100644 --- a/tests/roles/dataplane_adoption/defaults/main.yaml +++ b/tests/roles/dataplane_adoption/defaults/main.yaml @@ -264,7 +264,7 @@ dataplane_cr: | # Do not attempt OVS major upgrades here edpm_ovs_packages: - - openvswitch3.1 + - openvswitch3.3 # ovn-controller settings edpm_ovn_bridge_mappings: ["datacentre:{{ neutron_physical_bridge_name }}"] @@ -357,7 +357,7 @@ networker_cr: | edpm_sshd_allowed_ranges: {{ edpm_sshd_allowed_ranges }} # Do not attempt OVS major upgrades here edpm_ovs_packages: - - openvswitch3.1 + - openvswitch3.3 # ovn-controller settings edpm_ovn_bridge_mappings: ["datacentre:{{ neutron_physical_bridge_name }}"] edpm_ovn_bridge: br-int