Skip to content

Commit

Permalink
Merge pull request #733 from karelyatin/OSPRH-10283
Browse files Browse the repository at this point in the history
Switch to openvswitch3.3
  • Loading branch information
jistr authored Nov 26, 2024
2 parents 36b4b13 + f61bd40 commit bc5be70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ endif::[]
# Do not attempt OVS major upgrades here
edpm_ovs_packages:
- openvswitch3.1
- openvswitch3.3
EOF
----
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ endif::[]
# Do not attempt OVS major upgrades here
edpm_ovs_packages:
- openvswitch3.1
- openvswitch3.3
EOF
----
+
Expand Down
4 changes: 2 additions & 2 deletions tests/roles/dataplane_adoption/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bc5be70

Please sign in to comment.