neutron-lbaas/neutron/tests/unit/services
Michael Smith 073aa8104c Modify L3 Agent for Distributed Routers
This patch is an enhancement to the existing L3 Agent.
This allows the L3 Agent to support distributed routers
by enhancing the router object to function across
multiple nodes.

Utilized two new types of namespaces:

- FIP to handle multiple VM fips and routers per node
- SNAT to handle centralized SNAT per router

Rules and tables are enhanced and added to support routing
across distributed routers without going to a centralized
router.

Finally, a new configuration param 'agent_mode' is introduced
and it controls what the L3 agent can do: the available values
are: 'legacy', 'dvr', 'dvr_snat' (more details inline).

The l3-scheduler uses the newly introduced agent_mode to
determine what L3 agent to select during the scheduling
process.

Partially-Implements: blueprint neutron-ovs-dvr

DocImpact

Change-Id: Icead821bb74372b15aac2e5cefe8ad7f08c037ab
Co-Authored-By: Rajeev Grover <rajeev.grover@hp.com>
2014-07-22 21:27:50 -07:00
..
firewall Change all occurences of no_delete to do_delete 2014-07-13 14:09:26 +03:00
l3_router Cisco APIC Layer 3 Service plugin 2014-06-04 08:37:06 -07:00
loadbalancer Change all occurences of no_delete to do_delete 2014-07-13 14:09:26 +03:00
metering Merge "Change all occurences of no_delete to do_delete" 2014-07-16 03:44:11 +00:00
vpn Modify L3 Agent for Distributed Routers 2014-07-22 21:27:50 -07:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00