network
network copied to clipboard
ability to configure DNS priority
I mean this:
$ sudo nmcli c show baremetal | grep ipv4.dns-priority
ipv4.dns-priority: 10
$ grep IPV4_DNS_PRIORITY /etc/sysconfig/network-scripts/ifcfg-baremetal
IPV4_DNS_PRIORITY=10
I see, it should not require a lot of work to add it in the role, I will take this task soon.