Skip to content

Commit a18d5dc

Browse files
committed
Enable EPEL repo for Ceph deps in glance and gnocchi
Ceph Reef client dependencies now require EPEL repo on EL9. See thread here [1]. [1] https://lists.centos.org/hyperkitty/list/devel%40lists.centos.org/thread/BZM3RO2LNAMB47FBT2QO3ZOSGBHPCO3V/ Closes-Bug: #2115448 Change-Id: I87e4135425e721f2f750402b3fcc6404643a3bd3 Signed-off-by: Bartosz Bezak <[email protected]> (cherry picked from commit 62a6919)
1 parent 2bf7c15 commit a18d5dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/glance/glance-base/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
99

1010
{{ macros.configure_user(name='glance') }}
1111

12-
{{ macros.enable_extra_repos(['ceph']) }}
12+
{{ macros.enable_extra_repos(['ceph', 'epel']) }}
1313

1414
{% if base_package_type == 'rpm' %}
1515
{% set glance_base_packages = [

docker/gnocchi/gnocchi-base/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
99

1010
{{ macros.configure_user(name='gnocchi') }}
1111

12-
{{ macros.enable_extra_repos(['ceph']) }}
12+
{{ macros.enable_extra_repos(['ceph', 'epel']) }}
1313

1414
{% if base_package_type == 'rpm' %}
1515

0 commit comments

Comments
 (0)