afac01d955
We're relying on udev to exists for glusterfs since we're applying overrides for it as well as attempting to restart. While systemd-udev seems not being pre-installed in all CentOS containers anymore. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/878926 Change-Id: Ia03ee4aeb381da00a538e3775b824f2a5ce4e01e
14 lines
189 B
YAML
14 lines
189 B
YAML
systemd_nfs_packages:
|
|
- nfs-utils
|
|
|
|
systemd_ceph_packages:
|
|
- ceph-fuse
|
|
|
|
systemd_s3_packages:
|
|
- s3fs-fuse
|
|
|
|
systemd_glusterfs_packages:
|
|
- glusterfs
|
|
- glusterfs-fuse
|
|
- systemd-udev
|