Neutron dvr and vrrp config [closed]
Hi, I've been looking all over the internet for a tutorial for configuring dvr and vrrp. I didnt find any! Can someone help me with this? I have 2 controller/network nodes and 3 compute nodes.
As i understand i now need the l3 agent on the compute nodes too because they will be handling the floating ip's insttead of the network node!
From what i understood i must enable on network nodes: l3_ha=true in neutron.conf for l3 agent HA and keepalive with VIP; router_distributed = True into neutron.conf; agent_mode = dvr_snat in l3_agent.ini; l2_population = True, tunnel_types = vxlan, enable_distributed_routing = True and append l2population to mechanism_drivers in ml2.conf under [agent] section;
On compute nodes i must edit: router_distributed = True in neutron.conf; agent_mode = dvr in l3_agent.ini and the same config as the controller on ml2_config.ini.
Ofcourse i need access to the external network on the compute nodes. Does the ml2 config under the [agent] section brakes my tenant network type that is gre?
Is there anything that i'm missing? Because i cannot figure this out!
Thank you!