Skip to content

Commit bbeacc0

Browse files
committed
Update Rocky Prometheus image version
Ubuntu image build failed. Also includes a new method for setting the tag variables that should reduce maintenance burden.
1 parent f793591 commit bbeacc0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

etc/kayobe/environments/ci-multinode/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ stackhpc_barbican_role_id_file_path: "/tmp/barbican-role-id"
6363
###############################################################################
6464

6565
# Avoid a reboot.
66-
selinux_do_reboot: false
66+
selinux_state: disabled
6767

6868
###############################################################################
6969
# Dummy variable to allow Ansible to accept this file.

etc/kayobe/kolla/globals.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ kayobe_image_tags:
1414
openstack:
1515
rocky: zed-rocky-9-20230821T155947
1616
ubuntu: zed-ubuntu-jammy-20230821T155947
17+
prometheus:
18+
rocky: zed-rocky-9-20230913T160425
1719

1820
openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
21+
{% for tag in kayobe_image_tags %}
22+
{{ tag }}_tag: "{% raw %}{{ kayobe_image_tags['{% endraw %}{{ tag }}{% raw %}'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
23+
{% endfor %}
1924

2025
om_enable_rabbitmq_high_availability: true
2126

0 commit comments

Comments
 (0)