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
99# kolla_base_distro must be set here to be resolvable on a per-host basis
1010# This is necessary for os migrations where mixed clouds might be deployed
1111kolla_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
1312
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.
1613kayobe_image_tags :
1714 openstack :
1815 centos : yoga-20231024T093507
1916 rocky : yoga-20231024T093507
2017 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 %}"
2128
2229om_enable_rabbitmq_high_availability : true
2330
You can’t perform that action at this time.
0 commit comments