File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,22 @@ enable_docker_repo: "{% raw %}{{ 'overcloud' not in group_names or ansible_facts
9
9
# kolla_base_distro must be set here to be resolvable on a per-host basis
10
10
# This is necessary for os migrations where mixed clouds might be deployed
11
11
kolla_base_distro : " {% raw %}{{ 'centos' if ansible_facts.distribution == 'Rocky' and ansible_facts.distribution_major_version == '8' else ansible_facts.distribution | lower }}{% endraw %}"
12
- opensearch_tag : yoga-20230904T121340
13
12
14
- # Live-migration is broken from qemu-kvm-6.2.0-20.module_el8.7.0+1218+f626c2ff to qemu-kvm-6.2.0-39.module_el8+669+76cc32af
15
- # with signature: `Missing section footer for 0000:00:01.3/piix4_pm`. Test nova carefully before bumping.
16
13
kayobe_image_tags :
17
14
openstack :
18
15
centos : yoga-20231024T093507
19
16
rocky : yoga-20231024T093507
20
17
ubuntu : yoga-20231024T093507
18
+ nova_libvirt :
19
+ # Live-migration is broken from qemu-kvm-6.2.0-20.module_el8.7.0+1218+f626c2ff to qemu-kvm-6.2.0-39.module_el8+669+76cc32af
20
+ # with signature: `Missing section footer for 0000:00:01.3/piix4_pm`. Test carefully before bumping.
21
+ centos : yoga-20230718T112646
22
+
23
+ nova_libvirt_tag : " {% raw %}{{ kayobe_image_tags['nova_libvirt'][kolla_base_distro] | default(nova_tag) }}{% endraw %}"
24
+
25
+ # These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
26
+ glance_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
27
+ neutron_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
21
28
22
29
om_enable_rabbitmq_high_availability : true
23
30
You can’t perform that action at this time.
0 commit comments