Skip to content

Commit b680749

Browse files
xhernandezanoopcs9
authored andcommitted
Remove CentOS 8 related tasks
Updates: #102 Signed-off-by: Xavi Hernandez <[email protected]>
1 parent 78cb88d commit b680749

File tree

19 files changed

+20
-172
lines changed

19 files changed

+20
-172
lines changed

devel/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
INVENTORY := ./inventory
22

3-
centos8_build_setup:
4-
@ansible-playbook -i ${INVENTORY} centos8_build_setup.yml
5-
63
centos9_build_setup:
74
@ansible-playbook -i ${INVENTORY} centos9_build_setup.yml
85

devel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ This folder contains ansible playbooks which are useful when manual access to th
22

33
The Makefile targets are as follows
44

5-
##centos8_build_setup:
5+
##centos9_build_setup:
66
Install the required packages needed to setup a samba build environment on the storage* hosts. This is useful when instrumenting samba on these machines to check for a root cause for test failures
77

devel/centos8_build_setup.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

playbooks/ansible/roles/common.prep/tasks/centos8.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

playbooks/ansible/roles/sit.glusterfs/tasks/common/centos8.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

playbooks/ansible/roles/sit.glusterfs/tasks/common/centos9.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

playbooks/roles/hosts.update/tasks/centos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
2+
# https://github.com/samba-in-kubernetes/sit-environment/issues/125
3+
- name: Remove system installed libldb
4+
yum:
5+
name: libldb
6+
state: absent
7+
28
- name: Install custom kernel
39
when: config.nodes[inventory_hostname].kernel is defined
410
vars:

playbooks/roles/hosts.update/tasks/centos8.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

playbooks/roles/hosts.update/tasks/centos9.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)