<div dir="ltr">Greetings,<div>I'm testing OVN integration with RDO Openstack. I can create tenant networks and attach VMs to them with no issues. However I don't get how the gateway scheduling works. It seems like whenever I create an external provider network and attach it to my DLR, OVN should schedule a gateway router and connect it to my DVR via an special transit network. However I don't see that happening. </div><div><br></div>My ML2 OVN settings:<br>ovn_l3_mode=true<br>ovn_l3_scheduler=leastloaded<br>ovn_native_dhcp=true<br>My workflow (assuming DLR R1 already exists):<div><div style="color:rgb(0,0,0);font-size:12.8px"><div>neutron net-create EXT-NET --provider:network_type flat  --provider:physical_network extnet   --router:external --shared</div><div><span style="font-size:12.8px">neutron subnet-create --name EXT-SUB --enable_dhcp=False --allocation-pool=start=169.</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">254.0.50,end=169.254.0.99 --gateway=169.254.0.1 EXT-NET </span><a href="http://169.254.0.0/24" target="_blank" style="font-size:12.8px">169.254.0.0/24</a><br></div></div><div style="color:rgb(0,0,0);font-size:12.8px"><span style="font-size:12.8px">neutron router-gateway-set R1 EXT-NET</span><br></div></div><div style="color:rgb(0,0,0);font-size:12.8px"><span style="font-size:12.8px"><br></span></div><div style="color:rgb(0,0,0);font-size:12.8px"><span style="font-size:12.8px">At the end of this all i see in my northDB is a new LS:</span></div><div style="color:rgb(0,0,0);font-size:12.8px"><div style="font-size:12.8px"> switch 151ac068-ee99-4324-b785-<wbr>40709b2e2061 (neutron-b4786af5-cf70-4fc2-<wbr>8f36-e9d540165d37)</div><div style="font-size:12.8px">        port provnet-b4786af5-cf70-4fc2-<wbr>8f36-e9d540165d37</div><div style="font-size:12.8px">            addresses: ["unknown"]</div><div style="font-size:12.8px">        port fb73ca73-488f-40aa-89e1-<wbr>e8e312de7a77</div><div style="font-size:12.8px">            addresses: ["fa:16:3e:1d:75:66 169.254.0.50"]</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I don't see any new GW router or a link between a DLR and GW.</div><div style="font-size:12.8px"><span style="color:rgb(34,34,34);font-size:small">Can someone please explain what the workflow should look like for OVN native NAT and FIP connectivity?</span><br></div><div style="font-size:12.8px"><span style="color:rgb(34,34,34);font-size:small">Cheers,</span></div><div style="font-size:12.8px"><span style="color:rgb(34,34,34);font-size:small">Michael</span></div></div></div>