noseka1 / openshift-auto-upi

OpenShift Automated User-Provided Infrastructure
Apache License 2.0
98 stars 51 forks source link

static ip not getting fqdn #17

Open jfblaine opened 4 years ago

jfblaine commented 4 years ago

I noticed when doing static ip on ovirt, the iso's grub.cfg has the following:

set ignition_network_kcmdline='CUSTOM_CONFIG_IN_EFFECT rd.neednet=1 ip=192.168.60.21::192.168.60.1:255.255.255.0:master-0:ens3:none nameserver=192.168.60.1 '

I am wondering if it wouldn't be better to have the full fqdn here, because with this configuration the node name ends up getting the short hostname of "master-0"