[Openstack] Neutron routers not getting a VIP in L3 HA mode

2015-04-30 Thread Abhishek Chanda
Hi all, I am trying to run Neutron Juno with HA enabled for L3 routers. I have two issues: 1. Both routers come up as backup, in their VRRP config 2. The routers do not get a VIP from my private subnet I did these: neutron router-create admin-router neutron router-gateway-set admin-router

Re: [Openstack] Neutron routers not getting a VIP in L3 HA mode

2015-04-30 Thread Erik McCormick
That looks right. They both have a default backup state but your first node is master as it has IPs on your subnets and the other does not. You'll probably see the state changes in syslog if you grep for vrrp. On Apr 30, 2015 6:08 PM, Abhishek Chanda abhishek.li...@gmail.com wrote: Hi all, I

Re: [Openstack] Neutron routers not getting a VIP in L3 HA mode

2015-04-30 Thread Abhishek Chanda
Thanks Erik. But shouldn't the VIP be from the associated tenant network? I need to configure reaching the VIP from another external host. Currently, the VIP is being assigned from a link local network, which is not reachable externally. I took a quick look at the code and this network looks