<div dir="ltr"><div>Hi all,<br><br>I'm experimenting to config one l3 agent for each l3 router.<br><br>I'm running Havana with neutron + OVS with GRE.<br><br>AFAIK when using virtual tenant network as fixed ip, when vm access the<br>
internet, all traffic will go through l3 agent/router (NAT), then to router's<br>gateway. If floating ip is used, when outside world access floating ip, it<br>will also go through the l3 agent.<br><br>So in order to make l3 router scalable, I'm thinking about running multiple l3<br>
agent on different host, each l3 agent only serve for one l3 router.<br><br>Here is the current network:<br><br>                   ext-net<br>                     |<br>         -------------------------<br>         |                       |<br>
      router1 (l3-agent1)     router2 (l3-agent2)<br>         |               |<br>        net1            net2<br>         |             |<br>      subnet1               subnet2<br><br></div>(graph only work for monospace font)<br>
<div><br>I started two l3 agents on two nodes. In l3_agent.ini, I set one l3 agent's<br>handle_internal_only_routers to False, I config router_id to be ids of the two<br>routers. And neutron agent-list show both l3 agents are up.<br>
<br>Now when I boot instance with a port in subnet2, the traffic still go through<br>the server that runs l3-agent1.<br><br>My question is: is this kind of network supported by neutron? Does the<br>router_id config means the l3 agent will manage that router only? The only<br>
document mention its use is when use_namespace is False. In my case, I have it<br>set to True.<br><br></div><div>Side note: there is a question on <a href="https://answers.launchpad.net/neutron/+question/236230">https://answers.launchpad.net/neutron/+question/236230</a> which says it's possible to change router's l3 agent, but did not mention how.<br>
<br></div><div>Any help is appreciated.<br></div><div><br clear="all"><div><div dir="ltr"><div><i><br>YY Inc. is hiring openstack and python developers. Interested? Check <a href="http://www.nsbeta.info/jobs" target="_blank">http://www.nsbeta.info/jobs</a></i><br>
</div><div><br>--<br>Thanks,<br></div>Yuanle<br></div></div>
</div></div>