From ff07dc311200b099a808d3a7e3245aa65e980a8c Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Wed, 3 Jan 2018 17:28:11 +0000 Subject: [PATCH] Read the tftp IP to test from the command line tftp is no longer listening too 0.0.0.0 so we need to retrieve the IP to test from the tftp command line. Change-Id: I2246861291c1af3c60c6443e45c156c21094fa81 Depends-On: Ib51fe69b32533f5d8814cc0529cd79cf93fbac63 --- healthcheck/ironic-pxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcheck/ironic-pxe b/healthcheck/ironic-pxe index 1aa55669b..b5e4efdad 100644 --- a/healthcheck/ironic-pxe +++ b/healthcheck/ironic-pxe @@ -8,7 +8,7 @@ if grep "/httpd " /run_command ; then protocol=http path= else - bind_host=127.0.0.1 + bind_host=$(ps -ef | grep -oe '--address \([0-9]\+\.\?\)\+' | awk '{print $2}') bind_port=69 protocol=tftp path=map-file