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:
parent
1fb0e56697
commit
9239254201
5
releasenotes/notes/install-iputils-50da7016788f413c.yaml
Normal file
5
releasenotes/notes/install-iputils-50da7016788f413c.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue where ping might not be installed on some systems, causing
|
||||
HAProxy prechecks to fail.
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user