Skip to content

Commit 7df8b8e

Browse files
authored
Merge pull request #550 from stackhpc/kolla_base_distro
Set kolla_base_distro on a per-host basis
2 parents a9d8b98 + 8786936 commit 7df8b8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ octavia_tag: yoga-20230523T110936
1212
openvswitch_tag: yoga-20230515T150233
1313
ovn_tag: yoga-20230515T150233
1414

15+
# kolla_base_distro must be set here to be resolvable on a per-host basis
16+
# This is necessary for os migrations where mixed clouds might be deployed
17+
kolla_base_distro: "{% raw %}{{ 'centos' if ansible_facts.distribution == 'Rocky' and ansible_facts.distribution_major_version == '8' else ansible_facts.distribution | lower }}{% endraw %}"
18+
1519
kayobe_image_tags:
1620
openstack:
1721
centos: yoga-20230217T135826

0 commit comments

Comments
 (0)