Revert "Ensure systemd-udev is installed for gluster"

This reverts commit 54cf778a8b.

Reason for revert: This patch ideally should not be needed at all, since originally task was failing already after "Install gluster repo packages" task, but this task was not installing systemd-udev for some reason, while installing glusterfs-server.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/879069
Change-Id: I5bd6250a3961ea056f73886484e9ac67a7090aff
This commit is contained in:
Dmitriy Rabotyagov 2023-03-30 11:17:04 +00:00
parent 54cf778a8b
commit 71ac235fa3
2 changed files with 12 additions and 21 deletions

View File

@ -41,24 +41,23 @@
package:
name: "{{ glusterfs_server_dnf_sig_packages }}"
- name: Apply systemctl overrides
import_role:
name: systemd_service
vars:
systemd_services:
- service_name: systemd-tmpfiles-setup-dev
load: false
systemd_overrides_only: true
systemd_overrides:
Unit:
ConditionCapability: ""
- name: Install glusterfs server packages
package:
name: "{{ glusterfs_server_distro_packages }}"
state: "{{ glusterfs_package_state }}"
- name: Apply systemctl overrides
include_role:
name: systemd_service
vars:
systemd_services:
- service_name: systemd-tmpfiles-setup-dev
load: false
systemd_overrides_only: true
systemd_overrides:
Unit:
ConditionCapability: ""
when: ansible_facts['pkg_mgr'] == 'dnf'
- name: Drop glusterfs-wait.sh script
copy:
src: glusterfs-wait.sh

View File

@ -21,11 +21,3 @@
- openstack-ansible-role-jobs
- openstack-ansible-upgrade-infra_lxc-jobs
- openstack-ansible-deploy-infra_lxc-jobs
check:
jobs:
- openstack-ansible-deploy-infra_lxc-centos-9-stream:
voting: false
gate:
jobs:
- openstack-ansible-deploy-infra_lxc-centos-9-stream:
voting: false