Skip to content

Commit afc6d4c

Browse files
authored
Merge pull request #402 from stackhpc/refresh/xena/ubuntu-2023-02-20
Refresh ubuntu container images
2 parents 82fa4bb + 326a253 commit afc6d4c

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

etc/kayobe/ansible/nova-compute-drain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
extra_args: "{% if pip_upper_constraints_file %}-c {{ pip_upper_constraints_file }}{% endif %}"
1818
run_once: true
1919
delegate_to: "{{ groups['controllers'][0] }}"
20+
vars:
21+
ansible_host: "{{ hostvars[groups['controllers'][0]].ansible_host }}"
2022

2123
- block:
2224
- name: Query instances

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}"
9696

9797
# Kolla OpenStack release version. This should be a Docker image tag.
9898
# Default is {{ openstack_release }}.
99-
kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}xena-20230214T150257{% else %}xena-20221213T204703{% endif %}"
99+
kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}xena-20230214T150257{% else %}xena-20230215T164524{% endif %}"
100100

101101
# Docker tag applied to built container images. Default is
102102
# {{ kolla_openstack_release }}.

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,7 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts
1010
{% if kolla_base_distro == 'centos' %}
1111
bifrost_tag: xena-20230214T165534
1212
{% else %}
13-
bifrost_tag: xena-20221213T224057
14-
cinder_tag: xena-20230206T165220
15-
etcd_tag: xena-20230201T131415
16-
glance_tag: xena-20230206T165220
17-
kolla_toolbox_tag: xena-20230104T145414
18-
magnum_tag: xena-20230131T151601
19-
neutron_tag: xena-20230104T145414
20-
nova_tag: xena-20230206T165220
21-
octavia_tag: xena-20230104T145414
22-
openvswitch_tag: xena-20230104T145414
23-
ovn_tag: xena-20230104T145414
24-
rabbitmq_tag: xena-20230105T145825
13+
bifrost_tag: xena-20230215T195824
2514
{% endif %}
2615

2716
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
features:
3+
- |
4+
Container images for Ubuntu based deployments have been updated.
5+
Key packages to note are:
6+
7+
* Libvirt (unchanged since last container build)
8+
* version: 6.0.0
9+
* release: 0ubuntu8.16
10+
* OVS
11+
* version: 2.17.3
12+
* release: 0ubuntu0.22.04.1~cloud0
13+
* OVN (unchanged since last container build)
14+
* version: 22.03.0
15+
* release: 0ubuntu1~cloud0

0 commit comments

Comments
 (0)