Skip to content

Commit 622743d

Browse files
authored
Merge pull request #719 from stackhpc/yoga_rocky_customizations
Apply centos build customisations on rocky also
2 parents e0ed3de + 2708827 commit 622743d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/kolla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ kolla_build_customizations_common:
389389
ironic_inspector_pip_packages_append:
390390
- /additions/*
391391

392-
kolla_build_customizations_centos:
392+
kolla_build_customizations_el:
393393
base_yum_repo_files_remove:
394394
- proxysql.repo
395395
neutron_base_packages_remove:
@@ -439,7 +439,7 @@ kolla_build_customizations_ubuntu: {}
439439
# Hyphens in the image name must be replaced with underscores. The
440440
# customization is most commonly packages. The operation should be one of
441441
# override, append or remove. The value should be a list.
442-
kolla_build_customizations: "{{ kolla_build_customizations_common | combine(kolla_build_customizations_centos if kolla_base_distro == 'centos' else kolla_build_customizations_ubuntu) }}"
442+
kolla_build_customizations: "{{ kolla_build_customizations_common | combine(kolla_build_customizations_el if kolla_base_distro in ['centos', 'rocky'] else kolla_build_customizations_ubuntu) }}"
443443

444444
# Dict mapping Kolla Dockerfile ARG names to their values.
445445
kolla_build_args:

0 commit comments

Comments
 (0)