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:
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:
|
ubuntu_pkg_install:
|
||||||
- git
|
- git
|
||||||
|
- iputils-ping
|
||||||
- "{% if enable_multipathd|bool %}sg3-utils-udev{% endif %}"
|
- "{% if enable_multipathd|bool %}sg3-utils-udev{% endif %}"
|
||||||
- tzdata
|
- tzdata
|
||||||
|
|
||||||
@@ -17,6 +18,7 @@ openeuler_pkg_install:
|
|||||||
|
|
||||||
redhat_pkg_install:
|
redhat_pkg_install:
|
||||||
- git
|
- git
|
||||||
|
- iputils
|
||||||
- sudo
|
- sudo
|
||||||
|
|
||||||
ubuntu_pkg_removals:
|
ubuntu_pkg_removals:
|
||||||
|
|||||||
Reference in New Issue
Block a user