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.
1 parent afcd80d commit 4fdeb01Copy full SHA for 4fdeb01
etc/kayobe/kolla.yml
@@ -329,7 +329,7 @@ kolla_build_blocks:
329
{% endfor %}
330
footer: |
331
{% if stackhpc_kolla_clean_up_repo_mirrors | bool %}
332
- {% if kolla_base_distro == 'centos' %}
+ {% if kolla_base_distro in ['centos', 'rocky'] %}
333
RUN \
334
tar -xzf /etc/yum.repos.d.backup/repos.tar.gz -C /etc/yum.repos.d && \
335
if grep -r '{{ stackhpc_repo_mirror_url }}' /etc/yum.repos.d; then \
0 commit comments