neutron/neutron/plugins/ml2/drivers
Ihar Hrachyshka 70727ba781 Merge remote-tracking branch 'origin/feature/qos' into merge-branch
Note to reviewers: gerrit diff for merge patches is very limited, and
leaving comments in global section won't scale, so please comment here:

https://etherpad.openstack.org/p/qos-merge-back-review

This merge commit introduces QoS feature into Liberty release of
Neutron.

The feature is documented in: doc/source/devref/quality_of_service.rst
included with the merge patch.

It includes:

- QoS API service plugin with QoS policy and QoS bandwidth limit
  (egress) rule support;
- core plugin mechanism to determine supported rule types, with its ML2
  implementation;
- new agent extension manager;
- QoS agent extension with pluggable backend QoS drivers (Open vSwitch
  and SR-IOV support is included).

To extend network and port core resources with qos_policy_id attribute,
a new ML2 extension driver (qos) was introduced that relies on the QoS
core resource extension (the idea is that eventually we'll get a core
resource extension manager that can be directly reused by core plugins).

Agent-server interaction is based on:

- get_device_details() method that is extended with qos_policy_id;
- a new push/pull mechanism that allows agents and servers to
  communicate using oslo.versionedobjects based objects sent on the
  wire.

The merge includes the following types of test coverage:

- unit tests;
- functional tests for OVS agent, QoS agent extension, and low level
  ovs_lib changes;
- API tests to cover port/network qos_policy_id attribute and new QoS
  resources.

The client changes can be found at:

* https://review.openstack.org/189655
* https://review.openstack.org/198277

The team also prepared fullstack test but it needs to wait for client
merge before it can pass in the gate:

* https://review.openstack.org/202492

Gerrit does not show diff for merge changes that did not result in any
conflict, so to facilitate review, rely on the following steps:

- fetch the patch locally
- git fetch origin
- git diff origin/master...

This merge also disables qos extension API tests until the service is
enabled in master gate.

Local changes apart from conflicts:
- updated down_revision for qos migration to reflect master expand head;
- disabled qos API tests with gate_hook.sh until we have it enabled in
  master gate;
- bumped oslo.versionedobjects requirement to reflect what is in
  openstack/requirements' global-requirements.txt

DocImpact
APIImpact
Partially-Implements: blueprint quantum-qos-api
Partially-Implements: blueprint ml2-qos
Partially-Implements: blueprint ml2-qos-ovs-bwlimiting
Partially-Implements: blueprint ml2-sriov-qos-with-bwlimiting
Change-Id: I92916d0e391791187e9a25ff172fb4b3504857b1
2015-08-17 15:16:55 +02:00
..
arista Arista Drivers decomposition part II 2015-07-31 12:38:40 -07:00
brocade Add block name to switch config options for MLX plug-ins. 2015-04-13 15:15:56 -04:00
cisco Final decomposition of the ML2 NCS driver 2015-08-12 11:50:11 -04:00
freescale Remove unnecessary executable permission 2015-08-01 05:16:32 +00:00
hyperv Hyper-V Agent decomposition 2015-03-19 12:17:19 +02:00
ibm IBM SDN-VE Plugin decomposition 2015-03-17 09:07:43 -07:00
l2pop Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
linuxbridge Don't claim Linux Bridge ml2 driver supports bandwidth limit QoS rules 2015-08-07 14:06:33 +02:00
mech_bigswitch Big Switch Networks code split 2015-03-06 09:43:30 +00:00
mech_nuage Migrate to oslo.log 2015-03-12 11:22:56 +01:00
mech_sriov Merge "SR-IOV: Add Agent QoS driver to support bandwidth limit" into feature/qos 2015-08-12 19:12:11 +00:00
mlnx Refactor mlnx mechanism driver to support infiniband only 2015-06-01 10:24:09 +03:00
ofagent ofagent: Update after networking-ofagent release 2015-03-12 13:13:53 +09:00
opendaylight Reflect project moves from stackforge to openstack. 2015-06-14 16:13:01 -04:00
openvswitch Merge remote-tracking branch 'origin/feature/qos' into merge-branch 2015-08-17 15:16:55 +02:00
ovsvapp Ml2 Mechanism Driver for OVSvApp Solution 2015-03-24 16:28:10 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py Randomize tunnel id query to avoid contention 2015-05-11 02:18:54 +04:00
mech_agent.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
type_flat.py Python3: use six.iteritems() instead of dict.iteritems() 2015-06-01 23:13:42 +02:00
type_gre.py Abstract sync_allocations 2015-06-25 09:12:54 +00:00
type_local.py Python3: use six.iteritems() instead of dict.iteritems() 2015-06-01 23:13:42 +02:00
type_tunnel.py Galera multi-writers compliant sync_allocations 2015-07-15 08:24:15 +00:00
type_vlan.py Python 3: use dict.values instead of dict.itervalues 2015-06-15 17:08:44 +02:00
type_vxlan.py Abstract sync_allocations 2015-06-25 09:12:54 +00:00