2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-05 19:15:13 +00:00

Actually use the domain name in rhel deploy

This commit is contained in:
Jarrod Johnson 2020-05-20 12:48:05 -04:00
parent c48b023236
commit 60453973cb

View File

@ -77,7 +77,7 @@ else
fi
v4nm=$(grep ipv4_netmask: /tmp/confluent.deploycfg)
v4nm=${v4nm#ipv4_netmask: }
echo ip=$v4addr::$v4gw:$v4nm:$nodename:$ifname:none >> /etc/cmdline.d/01-confluent.conf
echo ip=$v4addr::$v4gw:$v4nm:$hostname:$ifname:none >> /etc/cmdline.d/01-confluent.conf
fi
nameserversec=0
while read -r entry; do