File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
environments/ci-multinode Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ stackhpc_barbican_role_id_file_path: "/tmp/barbican-role-id"
63
63
# ##############################################################################
64
64
65
65
# Avoid a reboot.
66
- selinux_do_reboot : false
66
+ selinux_state : disabled
67
67
68
68
# ##############################################################################
69
69
# Dummy variable to allow Ansible to accept this file.
Original file line number Diff line number Diff line change @@ -14,8 +14,13 @@ kayobe_image_tags:
14
14
openstack :
15
15
rocky : zed-rocky-9-20230821T155947
16
16
ubuntu : zed-ubuntu-jammy-20230821T155947
17
+ prometheus :
18
+ rocky : zed-rocky-9-20230913T160425
17
19
18
20
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 %}
19
24
20
25
om_enable_rabbitmq_high_availability : true
21
26
You can’t perform that action at this time.
0 commit comments