Skip to content

Commit a2f84ad

Browse files
committed
Update Kolla container image tags to RL 9.3
1 parent 64f0284 commit a2f84ad

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,24 @@ kolla_base_distro: "{% raw %}{{ 'centos' if ansible_facts.distribution == 'Rocky
1313
kayobe_image_tags:
1414
openstack:
1515
centos: yoga-20231024T093507
16-
rocky: yoga-20231024T093507
16+
rocky: yoga-20231211T151419
1717
ubuntu: yoga-20231024T093507
1818
nova:
1919
centos: yoga-20231113T171023
20-
rocky: yoga-20231103T161400
20+
rocky: yoga-20231211T151419
2121
ubuntu: yoga-20231103T161400
22-
23-
cloudkitty_tag: yoga-20231107T165648
22+
cloudkitty:
23+
centos: yoga-20231107T165648
24+
rocky: yoga-20231211T151419
25+
ubuntu: yoga-20231107T165648
26+
neutron:
27+
centos: yoga-20231114T125927
28+
rocky: yoga-20231211T151419
29+
ubuntu: yoga-20231114T125927
30+
31+
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
2432
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
25-
neutron_tag: yoga-20231114T125927
33+
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
2634

2735
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
2836
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"

0 commit comments

Comments
 (0)