Skip to content

Commit 0aff381

Browse files
committed
Refresh ubuntu containers
Periodic refresh to get updated packages. Build logs: https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/4184397411
1 parent 9b2e604 commit 0aff381

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

etc/kayobe/kolla.yml

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

9696
# Kolla OpenStack release version. This should be a Docker image tag.
9797
# Default is {{ openstack_release }}.
98-
kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}wallaby-20230207T161158{% else %}wallaby-20220819T112725{% endif %}"
98+
kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}wallaby-20230207T161158{% else %}wallaby-20230215T134157{% endif %}"
9999

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

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,7 @@ docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
66
{% if kolla_base_distro == 'centos' %}
77
bifrost_tag: wallaby-20230207T194135
88
{% else %}
9-
bifrost_tag: wallaby-20220825T112231
10-
cinder_tag: wallaby-20230125T132411
11-
cloudkitty_tag: wallaby-20221215T220154
12-
etcd_tag: wallaby-20230131T123519
13-
glance_tag: wallaby-20230125T132411
14-
kolla_toolbox_tag: wallaby-20221222T161624
15-
magnum_tag: wallaby-20230111T103759
16-
neutron_tag: wallaby-20221222T161624
17-
nova_tag: wallaby-20230125T132411
18-
octavia_tag: wallaby-20221222T161624
19-
openvswitch_tag: wallaby-20221222T161624
20-
ovn_tag: wallaby-20221222T161624
21-
rabbitmq_tag: wallaby-20230105T144604
9+
bifrost_tag: wallaby-20230215T160405
2210
{% endif %}
2311

2412
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"

0 commit comments

Comments
 (0)