packages: install iputils for ping

ping is used in haproxy prechecks, but may not be installed on all
systems. This change ensures the package is installed.

TrivialFix

Change-Id: Ib41e8bc4a9d7c5d32df542ad993826c656786952
This commit is contained in:
Mark Goddard 2022-08-26 11:27:57 +01:00
parent 1fb0e56697
commit 9239254201
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue where ping might not be installed on some systems, causing
HAProxy prechecks to fail.

View File

@ -9,6 +9,7 @@ enable_nova_libvirt_container: false
ubuntu_pkg_install:
- git
- iputils-ping
- "{% if enable_multipathd|bool %}sg3-utils-udev{% endif %}"
- tzdata
@ -17,6 +18,7 @@ openeuler_pkg_install:
redhat_pkg_install:
- git
- iputils
- sudo
ubuntu_pkg_removals: