You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not see interface level DNS and search information in ifcfg file:
[cloud-user@provisioner ~]$ cat /etc/resolv.conf
# Generated by NetworkManager
search ocp.openstack.lab
[cloud-user@provisioner ~]$ nmcli -f NAME,FILENAME c show
NAME FILENAME
System eth0 /etc/sysconfig/network-scripts/ifcfg-eth0
lo /run/NetworkManager/system-connections/lo.nmconnection
[cloud-user@provisioner ~]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Created by cloud-init automatically, do not edit.
#
AUTOCONNECT_PRIORITY=120
BOOTPROTO=none
DEFROUTE=yes
DEVICE=eth0
GATEWAY=10.0.2.1
IPADDR=10.0.2.2
NETMASK=255.255.255.0
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
I have reported this here:
#4756 (comment)
With a config like this:
We do not see interface level DNS and search information in ifcfg file:
Log file is attached:
cloud-init.log
We may need to modify sysconfig renderer?
The text was updated successfully, but these errors were encountered: