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 287e89b + b0743ed commit aaecbcbCopy full SHA for aaecbcb
etc/kayobe/kolla/globals.yml
@@ -10,6 +10,10 @@ enable_docker_repo: "{% raw %}{{ 'overcloud' not in group_names }}{% endraw %}"
10
# This is necessary for os migrations where mixed clouds might be deployed
11
kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %}"
12
13
+# Use facts so this is determined correctly when the control host OS differs
14
+# from os_distribuition.
15
+kolla_base_distro_version: "{% raw %}{{ kolla_base_distro_version_default_map[kolla_base_distro] }}{% endraw %}"
16
+
17
# Convenience variable for base distro and version string.
18
kolla_base_distro_and_version: "{% raw %}{{ kolla_base_distro }}-{{ kolla_base_distro_version }}{% endraw %}"
19
0 commit comments