base: Add lsof for healthcheck_socket

healthcheck_socket script requires lsof to check pids of processes
using that socket - that's needed for octavia-driver-agent healthchecks
in Kolla-Ansible.

Change-Id: I0f14c0f67fd81f13c58f231f800829ad759cc54c
This commit is contained in:
Michał Nasiadka 2021-03-24 17:39:16 +01:00
parent 5c0c2d2448
commit 5b1f4eb698
1 changed files with 2 additions and 0 deletions

View File

@ -254,6 +254,7 @@ RUN {{ macros.install_packages(base_centos_yum_repo_packages | customizable("cen
'hostname',
'iproute',
'iscsi-initiator-utils',
'lsof',
'lvm2',
'ncurses',
'procps-ng',
@ -325,6 +326,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
'gawk',
'iproute2',
'kmod',
'lsof',
'lvm2',
'netbase',
'open-iscsi',