Skip to content

Commit aaecbcb

Browse files
authored
Merge pull request #923 from stackhpc/fix-ubuntu-cloud-ci-zed
Override kolla_base_distro_version
2 parents 287e89b + b0743ed commit aaecbcb

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
@@ -10,6 +10,10 @@ enable_docker_repo: "{% raw %}{{ 'overcloud' not in group_names }}{% endraw %}"
1010
# This is necessary for os migrations where mixed clouds might be deployed
1111
kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %}"
1212

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+
1317
# Convenience variable for base distro and version string.
1418
kolla_base_distro_and_version: "{% raw %}{{ kolla_base_distro }}-{{ kolla_base_distro_version }}{% endraw %}"
1519

0 commit comments

Comments
 (0)