Remove xinetd from the mariadb container

Via I7d87b5861a576cf4849a25cd1d3f5e77568de1e4 "Make clustercheck service
accessible over socat" we switched to using socat instead of xinetd for
the clustercheck.

Let's remove it from the container and also make sure that socat is
included explicitely in order to avoid surprises.

Related-Bug: #1928693

Change-Id: I3773b5736a197915d50c6b68cd62a806c9570c38
(cherry picked from commit fbc188ddbb)
This commit is contained in:
Michele Baldessari 2021-06-04 14:43:03 +02:00
parent 8519935160
commit acead38016
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ tcib_packages:
- python3-pynacl
- resource-agents
- rsync
- socat
- tar
- xinetd
tcib_user: mysql