Skip to content

Commit c20a689

Browse files
author
Dmitriy Rabotyagov
committed
Remove etcd role from a-r-r
As role is no longer used by any components, it can be safely removed from mainlined requirements Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/957041 Change-Id: I8f2befa2adeb3d1e5c6becf14bd0f5be22ea0948 Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
1 parent 80cbc47 commit c20a689

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

ansible-role-requirements.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,6 @@
300300
trackbranch: master
301301
shallow_since: '2025-05-15'
302302
# External dependencies
303-
- name: etcd
304-
scm: git
305-
src: https://github.com/noonedeadpunk/ansible-etcd
306-
version: master
307-
trackbranch: master
308-
shallow_since: '2025-05-04'
309303
- name: keepalived
310304
scm: git
311305
src: https://github.com/evrardjp/ansible-keepalived
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
other:
3+
- |
4+
Etcd role has been removed from ``ansible-role-requirements.yml`` as it's
5+
no longer required by any component.
6+
If you are relying on the role or etcd in your deployment, you can add the
7+
following to your ``/etc/openstack_deploy/user-role-requirements.yml``:
8+
9+
.. code-block:: yaml
10+
11+
- name: etcd
12+
scm: git
13+
src: https://github.com/noonedeadpunk/ansible-etcd
14+
version: master

scripts/log-collect.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ COMMON_ETC_LOG_NAMES="apt \
4343
corosync \
4444
ceph \
4545
dnf \
46-
etcd \
4746
exports \
4847
ganesha \
4948
gitconfig \

0 commit comments

Comments
 (0)