From 24a379c66bbc904a6a0b67cb6ef5c48a841d9107 Mon Sep 17 00:00:00 2001 From: scrungus <33693738+scrungus@users.noreply.github.com> Date: Tue, 23 May 2023 13:31:54 +0100 Subject: [PATCH 1/3] Update globals.yml --- etc/kayobe/kolla/globals.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index b687e9bb9..97a17d374 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -16,6 +16,7 @@ blazar_tag: yoga-20230315T125157 caso_tag: yoga-20230315T125157 grafana_tag: yoga-20230419T085955 ironic_tag: yoga-20230316T154655 +octavia_tag: yoga-20230523T110936 ironic_dnsmasq_tag: yoga-20230217T135826 nova_tag: yoga-20230518T105834 opensearch_tag: yoga-20230324T084510 From 8d493f290a2f0e547228cf9c9d843ef2edc0a496 Mon Sep 17 00:00:00 2001 From: scrungus <33693738+scrungus@users.noreply.github.com> Date: Tue, 23 May 2023 13:41:09 +0100 Subject: [PATCH 2/3] apply to all images --- etc/kayobe/kolla/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index 97a17d374..753f73635 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -9,6 +9,7 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts neutron_tag: yoga-20230515T150233 openvswitch_tag: yoga-20230515T150233 ovn_tag: yoga-20230515T150233 +octavia_tag: yoga-20230523T110936 {% if kolla_base_distro == 'centos' %} bifrost_tag: yoga-20230217T160618 @@ -16,7 +17,6 @@ blazar_tag: yoga-20230315T125157 caso_tag: yoga-20230315T125157 grafana_tag: yoga-20230419T085955 ironic_tag: yoga-20230316T154655 -octavia_tag: yoga-20230523T110936 ironic_dnsmasq_tag: yoga-20230217T135826 nova_tag: yoga-20230518T105834 opensearch_tag: yoga-20230324T084510 From 922a63c0652007e28caf36b9216e97024a1a676a Mon Sep 17 00:00:00 2001 From: scrungus Date: Tue, 23 May 2023 13:53:24 +0100 Subject: [PATCH 3/3] reno --- etc/kayobe/kolla/globals.yml | 2 +- releasenotes/notes/bump-octavia-273fb50e05836f21.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/bump-octavia-273fb50e05836f21.yaml diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index 753f73635..dc58ab3cb 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -7,9 +7,9 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts.os_family == 'Debian' }}"{% endraw %} neutron_tag: yoga-20230515T150233 +octavia_tag: yoga-20230523T110936 openvswitch_tag: yoga-20230515T150233 ovn_tag: yoga-20230515T150233 -octavia_tag: yoga-20230523T110936 {% if kolla_base_distro == 'centos' %} bifrost_tag: yoga-20230217T160618 diff --git a/releasenotes/notes/bump-octavia-273fb50e05836f21.yaml b/releasenotes/notes/bump-octavia-273fb50e05836f21.yaml new file mode 100644 index 000000000..8551fc7f8 --- /dev/null +++ b/releasenotes/notes/bump-octavia-273fb50e05836f21.yaml @@ -0,0 +1,7 @@ +--- +upgrade: + - | + Bumps octavia container versions +fixes: + - | + Fixes bug https://bugs.launchpad.net/neutron/+bug/2004238