Merge "Remove tftp healthcheck from ironic-pxe image"

This commit is contained in:
Zuul 2022-03-10 12:58:25 +00:00 committed by Gerrit Code Review
commit a99caf71e5
1 changed files with 1 additions and 4 deletions

View File

@ -8,9 +8,6 @@ if grep "/httpd " /run_command 2>/dev/null ; then
protocol=http
path=
else
bind_host=$(hiera ironic::pxe::tftp_bind_host -c /etc/puppet/hiera.yaml)
bind_port=69
protocol=tftp
path=map-file
exit 0
fi
healthcheck_curl ${protocol}://${bind_host}:${bind_port}/${path}