Skip to content

Commit cd81d78

Browse files
authored
use one magnum_tag
1 parent e0c5333 commit cd81d78

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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
1111
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+
magnum_tag: yoga-20231002T101716
1313
opensearch_tag: yoga-20230904T121340
1414
octavia_tag: yoga-20230921T074238
1515

@@ -32,10 +32,6 @@ kayobe_image_tags:
3232
rocky: yoga-20230310T170929
3333
kibana:
3434
centos: yoga-20230907T152300
35-
magnum:
36-
rocky: yoga-20231002T101716
37-
centos: yoga-20231002T101716
38-
ubuntu: yoga-20231002T101716
3935
neutron:
4036
rocky: yoga-20230728T081242
4137
nova:
@@ -58,7 +54,6 @@ grafana_tag: "{% raw %}{{ kayobe_image_tags['grafana'][kolla_base_distro] | defa
5854
ironic_tag: "{% raw %}{{ kayobe_image_tags['ironic'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
5955
ironic_dnsmasq_tag: "{% raw %}{{ kayobe_image_tags['ironic_dnsmasq'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
6056
kibana_tag: "{% raw %}{{ kayobe_image_tags['kibana'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
61-
magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
6257
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
6358
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
6459
nova_libvirt_tag: "{% raw %}{{ kayobe_image_tags['nova_libvirt'][kolla_base_distro] | default(nova_tag) }}{% endraw %}"

0 commit comments

Comments
 (0)