openstack-ansible-galera_se.../releasenotes/notes/mariadb_systemd_overrides-6536a0ee5e612698.yaml
Dmitriy Rabotyagov 818c5a71b0 Replace systemd unit overrides with role
Instead of placing bunch of templates, we can use our systemd_role
that is capable of placing just overrides file, that will have same
functionality but also provide ability to easily add required data into
systemd overrides.

Change-Id: I7b3b0f4da047f82a49266ef57fba2fbaa24cebdc
2021-06-16 15:40:29 +03:00

8 lines
275 B
YAML

---
features:
- |
Added variable ``galera_init_overrides`` that can be leveraged to override
default set of systemd unit file for mariadb.
This also brings requirement of `systemd_service <https://opendev.org/openstack/ansible-role-systemd_service>`_
role.