Skip to content

Commit bd74843

Browse files
committed
Zed: Rebuild Rocky Images
These have been rebuilt using Rocky 9.3 snapshots.
1 parent 85b1e3c commit bd74843

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,25 @@ kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %
1212

1313
kayobe_image_tags:
1414
openstack:
15-
rocky: zed-rocky-9-20230921T153510
15+
rocky: zed-rocky-9-20240202T105829
1616
ubuntu: zed-ubuntu-jammy-20230921T153510
1717
bifrost:
18-
rocky: zed-rocky-9-20230927T142529
1918
ubuntu: zed-ubuntu-jammy-20230927T154443
2019
ovn:
21-
rocky: zed-rocky-9-20230925T132313
2220
ubuntu: zed-ubuntu-jammy-20230821T155947
2321
cloudkitty:
24-
rocky: zed-rocky-9-20231114T124701
2522
ubuntu: zed-ubuntu-jammy-20231114T124701
2623
neutron:
27-
rocky: zed-rocky-9-20231115T094053
2824
ubuntu: zed-ubuntu-jammy-20231115T094053
2925
opensearch:
30-
rocky: zed-rocky-9-20231214T095452
3126
ubuntu: zed-ubuntu-jammy-20231214T095452
3227

3328
openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
34-
bifrost_tag: "{% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
35-
ovn_tag: "{% raw %}{{ kayobe_image_tags['ovn'][kolla_base_distro] }}{% endraw %}"
36-
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
37-
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
38-
opensearch_tag: "{% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] }}{% endraw %}"
29+
bifrost_tag: "{% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
30+
ovn_tag: "{% raw %}{{ kayobe_image_tags['ovn'][kolla_base_distro]| default(openstack_tag) }}{% endraw %}"
31+
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
32+
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
33+
opensearch_tag: "{% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
3934

4035
om_enable_rabbitmq_high_availability: true
4136

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
features:
3+
- |
4+
Rocky images have been rebuilt and are now based on Rocky 9.3.

0 commit comments

Comments
 (0)