Skip to content

Commit

Permalink
Apply centos build customisations on rocky also
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasiadka committed Oct 20, 2023
1 parent e0ed3de commit 0c7e209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ kolla_build_customizations_common:
ironic_inspector_pip_packages_append:
- /additions/*

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

# Dict mapping Kolla Dockerfile ARG names to their values.
kolla_build_args:
Expand Down

0 comments on commit 0c7e209

Please sign in to comment.