2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-11 02:22:31 +00:00

Attempt to loop on reconfiguring networking

This may induce DHCP to be retried
This commit is contained in:
Jarrod Johnson
2025-09-25 10:08:05 -04:00
parent 97d4015b09
commit f66093680b

View File

@@ -53,8 +53,8 @@ while ! grep NODENAME /custom-installation/confluent/confluent.info; do
ipconfig -d $MYIP::$MYGW:$MYNM::$NIC
echo $NIC > /tmp/autodetectnic
else
configure_networking
while [ -z "$NIC" ]; do
configure_networking
for dsrv in $deploysrvs; do
if openssl s_client -connect $dsrv:443 > /dev/null 2>&1; then
deploysrvs=$dsrv