File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
74
74
# Default is kolla_base_distro_version_default_map[kolla_base_distro].
75
75
# kolla_base_distro_version:
76
76
77
+ kolla_base_distro_and_version : " {{ kolla_base_distro }}-{{ kolla_base_distro_version }}"
78
+
77
79
# URL of docker registry to use for Kolla images. Default is not set, in which
78
80
# case Quay.io will be used.
79
81
# kolla_docker_registry:
Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ stackhpc_pulp_repository_container_repos_kolla_common:
548
548
stackhpc_pulp_repository_container_repos_kolla : >-
549
549
{%- set repos = [] -%}
550
550
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
551
- {%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro ]-%}
551
+ {%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro_and_version ]-%}
552
552
{%- set image_repo = kolla_docker_namespace ~ "/" ~ image -%}
553
553
{%- set repo = {"name": image_repo} -%}
554
554
{%- set _ = repos.append(stackhpc_pulp_repository_container_repos_kolla_common | combine(repo)) -%}
@@ -565,7 +565,7 @@ stackhpc_pulp_distribution_container_kolla_common:
565
565
stackhpc_pulp_distribution_container_kolla : >-
566
566
{%- set distributions = [] -%}
567
567
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
568
- {%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro ]-%}
568
+ {%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro_and_version ]-%}
569
569
{%- set image_repo = kolla_docker_namespace ~ "/" ~ image -%}
570
570
{%- set distribution = {"name": image_repo, "repository": image_repo, "base_path": image_repo} -%}
571
571
{%- set _ = distributions.append(stackhpc_pulp_distribution_container_kolla_common | combine(distribution)) -%}
You can’t perform that action at this time.
0 commit comments