File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ enable_docker_repo: "{% raw %}{{ 'overcloud' not in group_names or ansible_facts
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
12
13
13
opensearch_tag : yoga-20230904T121340
14
+ octavia_tag : yoga-20230921T074238
14
15
15
16
kayobe_image_tags :
16
17
openstack :
@@ -41,8 +42,6 @@ kayobe_image_tags:
41
42
# 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
42
43
# with signature: `Missing section footer for 0000:00:01.3/piix4_pm`. Test carefully before bumping.
43
44
centos : yoga-20230718T112646
44
- octavia :
45
- rocky : yoga-20230523T110936
46
45
openvswitch :
47
46
rocky : yoga-20230515T150233
48
47
ovn :
@@ -61,7 +60,6 @@ magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] | defaul
61
60
neutron_tag : " {% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
62
61
nova_tag : " {% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
63
62
nova_libvirt_tag : " {% raw %}{{ kayobe_image_tags['nova_libvirt'][kolla_base_distro] | default(nova_tag) }}{% endraw %}"
64
- octavia_tag : " {% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
65
63
openvswitch_tag : " {% raw %}{{ kayobe_image_tags['openvswitch'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
66
64
ovn_tag : " {% raw %}{{ kayobe_image_tags['ovn'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
67
65
prometheus_node_exporter_tag : " {% raw %}{{ kayobe_image_tags['prometheus_node_exporter'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
You can’t perform that action at this time.
0 commit comments