Fix a list of packages allowed from epel
Ceph 18 requires a couple of extra packages which are provided by EPEL and that we historically missed adding to the role. Closes-Bug: #2085146 Change-Id: I81c2290d764e5faaf0a57fd3131c6667ade521bf
This commit is contained in:
parent
08ed9d9873
commit
018139f0cd
@ -43,7 +43,18 @@ _ceph_repos:
|
||||
gpgkey: "file:///etc/pki/rpm-gpg/{{ ceph_centos_epel_key.split('/')[-1] }}"
|
||||
enabled: yes
|
||||
state: "{{ (ceph_pkg_source == 'ceph') | ternary('present', 'absent') }}"
|
||||
includepkgs: 'lttng-ust*, userspace-rcu, libbabeltrace, leveldb, liboath, fmt, thrift'
|
||||
includepkgs:
|
||||
- fmt
|
||||
- leveldb
|
||||
- libarrow
|
||||
- libarrow-doc
|
||||
- libbabeltrace
|
||||
- liboath
|
||||
- 'lttng-ust*'
|
||||
- parquet-libs
|
||||
- re2
|
||||
- thrift
|
||||
- userspace-rcu
|
||||
- name: ceph
|
||||
description: "Ceph packages for $basearch"
|
||||
file: ceph
|
||||
|
Loading…
Reference in New Issue
Block a user