File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -311,14 +311,13 @@ stackhpc_epel_10_repos:
311311 file : " epel.repo"
312312 tag : " epel"
313313
314- # TODO: check if base_distro_version comes in as jusr major or with minor
315- # if from os_release would be major - might be better to use those??
316314base_centos_repo_overrides_post_yum_list : |
317315 {% if kolla_base_distro == 'rocky' and kolla_base_distro_version == '9' %}
318316 {{ stackhpc_rocky_9_repos + stackhpc_epel_9_repos + stackhpc_rocky_9_additional_repos + stackhpc_rocky_9_third_party_repos }}
319317 {% elif kolla_base_distro == 'rocky' and kolla_base_distro_version == '9' %}
320318 {{ stackhpc_rocky_10_repos + stackhpc_epel_10_repos + stackhpc_rocky_10_additional_repos + stackhpc_rocky_10_third_party_repos }}
321319 {% endif %}
320+
322321stackhpc_yum_repos : |
323322 {% if kolla_base_distro == 'rocky' and kolla_base_distro_version == '9' %}
324323 {{ stackhpc_rocky_9_repos }}
You can’t perform that action at this time.
0 commit comments