]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Arista ML2 Mechanism driver
authorsukhdev <sukhdev@aristanetworks.com>
Mon, 15 Jul 2013 23:26:58 +0000 (16:26 -0700)
committerMark McClain <mark.mcclain@dreamhost.com>
Tue, 3 Sep 2013 21:03:23 +0000 (17:03 -0400)
commit7baa238552e00f2f96791f5852e6fabaddaff694
treec40ccc5e6c57719044d1cc01e494906637eeb207
parent30c115843d3a0b6d56c23cf140d178d44d6866de
 Arista ML2 Mechanism driver

This patch implements Arista's modular L2 mechanism driver to
automate the management of virtual networks along with physical networks
using Arista hardware devices (Spine and Leaf switches)

This driver uses ML2 Mechanism Driver-API to interface with Neutron ML2 Plugin.

implements: blueprint arista-ml2-mechanism-driver

Change-Id: I1c4ca36cf3d7af013b7b3353e7b7d89fe39f91bf
etc/neutron/plugins/ml2/ml2_conf_arista.ini [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/14f24494ca31_arista_ml2.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/mech_arista/README [new file with mode: 0644]
neutron/plugins/ml2/drivers/mech_arista/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/mech_arista/config.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/mech_arista/db.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/mech_arista/exceptions.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/mech_arista/mechanism_arista.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/test_arista_mechanism_driver.py [new file with mode: 0644]
requirements.txt
setup.cfg