sap-oc / cookbook-openstack-network

Chef Cookbook - OpenStack Network
http://openstack.org
0 stars 0 forks source link

neutron-ha-tool rebalance over all l3-agents #4

Open matelakat opened 7 years ago

matelakat commented 7 years ago

During our maintenance in production we had routers distributed like that:

node1: 66 node2: 67 node3: 67 node4: 64 node5: 0

We triggered a neutron-ha-tool --l3-agent-rebalance and that results in:

node1: 33 node2: 67 node3: 67 node4: 64 node5: 34

We triggered it again, but the distribution did not change. The assumption was, that neutron-ha-tool would distribute routers over all l3-agent equally and not only from one.

Fix is #6

matelakat commented 7 years ago

The fix is here: SUSE-cloud/cookbook-openstack-network#27