File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ kolla_source_version: "{{ stackhpc_kolla_source_version }}"
26
26
# ##############################################################################
27
27
# Kolla-ansible installation.
28
28
29
- # Type of Kolla-ansible control installation. One of 'binary' or 'source'.
30
- # Default is 'source'.
31
- # kolla_ansible_ctl_install_type:
32
-
33
29
# Path to directory for kolla-ansible source code checkout.
34
30
# Default is $KOLLA_SOURCE_PATH, or $PWD/src/kolla-ansible if
35
31
# $KOLLA_SOURCE_PATH is not set.
Original file line number Diff line number Diff line change @@ -1172,7 +1172,7 @@ stackhpc_pulp_repository_container_repos_kolla: >-
1172
1172
{%- set repos = [] -%}
1173
1173
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
1174
1174
{%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro]-%}
1175
- {%- set image_repo = kolla_docker_namespace ~ "/" ~ kolla_base_distro ~ "-" ~ kolla_install_type ~ "-" ~ image -%}
1175
+ {%- set image_repo = kolla_docker_namespace ~ "/" ~ kolla_base_distro ~ "-" ~ image -%}
1176
1176
{%- set repo = {"name": image_repo} -%}
1177
1177
{%- set _ = repos.append(stackhpc_pulp_repository_container_repos_kolla_common | combine(repo)) -%}
1178
1178
{%- endif -%}
@@ -1189,7 +1189,7 @@ stackhpc_pulp_distribution_container_kolla: >-
1189
1189
{%- set distributions = [] -%}
1190
1190
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
1191
1191
{%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro]-%}
1192
- {%- set image_repo = kolla_docker_namespace ~ "/" ~ kolla_base_distro ~ "-" ~ kolla_install_type ~ "-" ~ image -%}
1192
+ {%- set image_repo = kolla_docker_namespace ~ "/" ~ kolla_base_distro ~ "-" ~ image -%}
1193
1193
{%- set distribution = {"name": image_repo, "repository": image_repo, "base_path": image_repo} -%}
1194
1194
{%- set _ = distributions.append(stackhpc_pulp_distribution_container_kolla_common | combine(distribution)) -%}
1195
1195
{%- endif -%}
You can’t perform that action at this time.
0 commit comments