sap-oc / crowbar-openstack

Openstack deployment for Crowbar
3 stars 1 forks source link

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

Closed tpatzig closed 7 years ago

tpatzig 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.

matelakat commented 7 years ago

Moving this issue to the corresponding repository , see sap-oc/cookbook-openstack-network#4