config/sysinv/sysinv-fpga-agent
Chris Friesen f5d8c40993 Fix run_docker_login DNS lookup to properly handle IPv6
It turns out that the nslookup tool doesn't handle IPv6 lookups by
default, at least the way our DNS server is configured.

In order to deal with this we switch to using the "dig" command, which
allows asking for both the A and AAAA records (IPv4 and IPv6,
respectively) in a single command.  A return code of 0 means we got
a response from the server, and if we did get a response then a
non-empty output  means that we successfully looked up the hostname.

Change-Id: I6efec9fe20ba192422ae19989430b1e8866f70dd
Partial-Bug: 1886121
Signed-off-by: Chris Friesen <chris.friesen@windriver.com>
2020-07-06 19:14:11 -06:00
..
centos restart sysinv-fpga-agent when sysinv.conf changes 2020-06-09 10:51:03 -06:00
opensuse sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
.gitignore sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
LICENSE sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
PKG-INFO sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
run_docker_login Fix run_docker_login DNS lookup to properly handle IPv6 2020-07-06 19:14:11 -06:00
sysinv-conf-watcher.path restart sysinv-fpga-agent when sysinv.conf changes 2020-06-09 10:51:03 -06:00
sysinv-conf-watcher.service restart sysinv-fpga-agent when sysinv.conf changes 2020-06-09 10:51:03 -06:00
sysinv-fpga-agent sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
sysinv-fpga-agent.conf sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00
sysinv-fpga-agent.service sysinv FPGA agent initial commit 2020-06-07 23:54:01 -06:00