Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/stackhpc-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
os_distribution: rocky
neutron_plugin: ovs
vm_image: Rocky8
# NOTE: The current SMS lab Rocky8 image has moved ahead of our release
# train snapshots, causing failures installing some packages.
vm_image: Rocky8-2022-11-08
vm_interface: ens3
OS_CLOUD: sms-lab-release
secrets: inherit
Expand All @@ -89,7 +91,9 @@ jobs:
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
os_distribution: rocky
neutron_plugin: ovn
vm_image: Rocky8
# NOTE: The current SMS lab Rocky8 image has moved ahead of our release
# train snapshots, causing failures installing some packages.
vm_image: Rocky8-2022-11-08
vm_interface: ens3
OS_CLOUD: sms-lab-release
secrets: inherit
Expand Down
7 changes: 7 additions & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts
bifrost_tag: xena-20221128T101757
{% else %}
bifrost_tag: xena-20221213T224057
kolla_toolbox_tag: xena-20230104T145414
neutron_tag: xena-20230104T145414
neutron_tls_proxy_tag: "{% raw %}{{ openstack_tag }}{% endraw %}"
nova_tag: xena-20230104T145414
octavia_tag: xena-20230104T145414
openvswitch_tag: xena-20230104T145414
ovn_tag: xena-20230104T145414
{% endif %}

#############################################################################
Expand Down
12 changes: 12 additions & 0 deletions releasenotes/notes/ubuntu-bump-ovn-ovs-ed99bcac9f8bd7ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
features:
- |
Update Open vSwitch to 2.17 and OVN to 22.03 in Ubuntu images. This affects
the following services:

* kolla-toolbox
* neutron
* nova
* octavia
* openvswitch
* ovn