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 76ff290 commit bcd8844Copy full SHA for bcd8844
etc/kayobe/kolla.yml
@@ -269,7 +269,7 @@ kolla_build_blocks:
269
{% endfor %}
270
footer: |
271
{% if stackhpc_kolla_clean_up_repo_mirrors | bool %}
272
- {% if kolla_base_distro == 'centos' %}
+ {% if kolla_base_distro == 'rocky' %}
273
RUN \
274
tar -xzf /etc/yum.repos.d.backup/repos.tar.gz -C /etc/yum.repos.d && \
275
if grep -r '{{ stackhpc_repo_mirror_url }}' /etc/yum.repos.d; then \
0 commit comments