We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9d8b98 + 8786936 commit 7df8b8eCopy full SHA for 7df8b8e
etc/kayobe/kolla/globals.yml
@@ -12,6 +12,10 @@ octavia_tag: yoga-20230523T110936
12
openvswitch_tag: yoga-20230515T150233
13
ovn_tag: yoga-20230515T150233
14
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
+
19
kayobe_image_tags:
20
openstack:
21
centos: yoga-20230217T135826
0 commit comments