From 0aff381440b06a839d6418cff2766e0093c7998d Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Wed, 15 Feb 2023 16:29:21 +0000 Subject: [PATCH 1/2] Refresh ubuntu containers Periodic refresh to get updated packages. Build logs: https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/4184397411 --- etc/kayobe/kolla.yml | 2 +- etc/kayobe/kolla/globals.yml | 14 +------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index aa701a84c..d049150d4 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -95,7 +95,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}" # Kolla OpenStack release version. This should be a Docker image tag. # Default is {{ openstack_release }}. -kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}wallaby-20230207T161158{% else %}wallaby-20220819T112725{% endif %}" +kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}wallaby-20230207T161158{% else %}wallaby-20230215T134157{% endif %}" # Docker tag applied to built container images. Default is # {{ kolla_openstack_release }}. diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index 0b0e21e2c..02f46e14e 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -6,19 +6,7 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg" {% if kolla_base_distro == 'centos' %} bifrost_tag: wallaby-20230207T194135 {% else %} -bifrost_tag: wallaby-20220825T112231 -cinder_tag: wallaby-20230125T132411 -cloudkitty_tag: wallaby-20221215T220154 -etcd_tag: wallaby-20230131T123519 -glance_tag: wallaby-20230125T132411 -kolla_toolbox_tag: wallaby-20221222T161624 -magnum_tag: wallaby-20230111T103759 -neutron_tag: wallaby-20221222T161624 -nova_tag: wallaby-20230125T132411 -octavia_tag: wallaby-20221222T161624 -openvswitch_tag: wallaby-20221222T161624 -ovn_tag: wallaby-20221222T161624 -rabbitmq_tag: wallaby-20230105T144604 +bifrost_tag: wallaby-20230215T160405 {% endif %} glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}" From 02cf4783e99ba52f27c164a9cfd88e3c6575ac2f Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Mon, 20 Feb 2023 14:17:38 +0000 Subject: [PATCH 2/2] Adds release note for ubuntu container refresh Package versions from output below. old: ```javascript ()[root@01b9e3ddbfbb /]# dpkg -l | grep libvirt ii libvirt-clients 6.0.0-0ubuntu8.16 amd64 Programs for the libvirt library ii libvirt-daemon 6.0.0-0ubuntu8.16 amd64 Virtualization daemon ii libvirt-daemon-driver-qemu 6.0.0-0ubuntu8.16 amd64 Virtualization daemon QEMU connection driver ii libvirt-daemon-system 6.0.0-0ubuntu8.16 amd64 Libvirt daemon configuration files ii libvirt-daemon-system-systemd 6.0.0-0ubuntu8.16 amd64 Libvirt daemon configuration files (systemd) ii libvirt0:amd64 6.0.0-0ubuntu8.16 amd64 library for interfacing with different virtualization systems ``` new: ```javascript ()[root@3493c5fdc96a /]# dpkg -l | grep libvirt ii libvirt-clients 6.0.0-0ubuntu8.16 amd64 Programs for the libvirt library ii libvirt-daemon 6.0.0-0ubuntu8.16 amd64 Virtualization daemon ii libvirt-daemon-driver-qemu 6.0.0-0ubuntu8.16 amd64 Virtualization daemon QEMU connection driver ii libvirt-daemon-system 6.0.0-0ubuntu8.16 amd64 Libvirt daemon configuration files ii libvirt-daemon-system-systemd 6.0.0-0ubuntu8.16 amd64 Libvirt daemon configuration files (systemd) ii libvirt0:amd64 6.0.0-0ubuntu8.16 amd64 library for interfacing with different virtualization systems ``` old: ``` (venv-pulp) [cloud-user@will-control-host-0 ~]$ docker run -it pulp-server.internal.sms-cloud:8080/stackhpc-dev/ubuntu-source-openvswitch-vswitchd:wallaby-20221222T161624 bash ()[root@9f15e78c72fc /]# ovs-vswitchd --version ovs-vswitchd (Open vSwitch) 2.17.2 ()[root@9f15e78c72fc /]# dpkg -l | grep openvswitch-switch ii openvswitch-switch 2.17.2-0ubuntu0.22.04.2~cloud0 amd64 Open vSwitch switch implementations ``` new: ``` ()[root@ca7be869ba89 /]# dpkg -l | grep vswitch ii openvswitch-common 2.17.3-0ubuntu0.22.04.1~cloud0 amd64 Open vSwitch common components ii openvswitch-switch 2.17.3-0ubuntu0.22.04.1~cloud0 amd64 Open vSwitch switch implementations ii python3-openvswitch 2.17.3-0ubuntu0.22.04.1~cloud0 all Python 3 bindings for Open vSwitch ``` old: ``` ()[root@c2f9a61b303e /]# dpkg -l | grep ovn ii ovn-central 22.03.0-0ubuntu1~cloud0 amd64 OVN central components ii ovn-common 22.03.0-0ubuntu1~cloud0 amd64 OVN common components ``` new: ``` Status: Downloaded newer image for pulp-server.internal.sms-cloud:8080/stackhpc-dev/ubuntu-source-ovn-northd:wallaby-20230215T134157 ()[root@fd78907feea3 /]# dpkg -l | grep ovn ii ovn-central 22.03.0-0ubuntu1~cloud0 amd64 OVN central components ii ovn-common 22.03.0-0ubuntu1~cloud0 amd64 OVN common components ``` --- ...3-package-refresh-ubuntu-a9fe8a1c3c2f2796.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 releasenotes/notes/release-train-02-2023-package-refresh-ubuntu-a9fe8a1c3c2f2796.yaml diff --git a/releasenotes/notes/release-train-02-2023-package-refresh-ubuntu-a9fe8a1c3c2f2796.yaml b/releasenotes/notes/release-train-02-2023-package-refresh-ubuntu-a9fe8a1c3c2f2796.yaml new file mode 100644 index 000000000..722b68034 --- /dev/null +++ b/releasenotes/notes/release-train-02-2023-package-refresh-ubuntu-a9fe8a1c3c2f2796.yaml @@ -0,0 +1,15 @@ +--- +features: + - | + Container images for Ubuntu based deployments have been updated. + Key packages to note are: + + * Libvirt (unchanged since last container build) + * version: 6.0.0 + * release: 0ubuntu8.16 + * OVS + * version: 2.17.3 + * release: 0ubuntu0.22.04.1~cloud0 + * OVN (unchanged since last container build) + * version: 22.03.0 + * release: 0ubuntu1~cloud0