How to Change the Default DNS IPs Added to the VMs?
Problem
Environment
Procedure
$ kubectl get secret -n <REGION_NAMESPACE>$ kubectl get secret -n <REGION_NAMESPACE> neutron-etc -oyaml |grep ml2_conf.ini | awk '{print $2}' | base64 -d
[agent]
extensions =
[ml2]
extension_drivers = dns,port_security
mechanism_drivers = openvswitch,ovn,l2population
tenant_network_types = vxlan
type_drivers = flat,vlan,local,geneve,vxlan
[ml2_type_flat]
flat_networks = *
[ml2_type_geneve]
max_header_size = 38
vni_ranges = 4:4000
[ml2_type_vlan]
network_vlan_ranges = ext_net,physnet
[ml2_type_vxlan]
vni_ranges = 4:4000
vxlan_group = 239.1.1.1
[ovn]
dns_servers = 8.8.8.8,1.1.1.1 <<------------ DNS IP
enable_distributed_floating_ip = true
neutron_sync_mode = repair
ovn_l3_scheduler = leastloadedPreviousMetalLB VIP Connectivity Issues When Accessing VIP ExternallyNextVMs Inaccessible due to Underlying Hypervisors Frequently Going Offline
Last updated
