Jump to: navigation, search

Difference between revisions of "Neutron/Metering/Bandwidth"

(Created page with "= Overview = = Blueprints = = Implementation overview = = Technical implementation = == Data Model == == Iptables Chain Model == = Implementation plan = = CLI = = Auth...")
 
(Overview)
Line 1: Line 1:
 
= Overview =
 
= Overview =
 +
The idea is to meter this as the L3 routers levels. The point is to allow operators to configure IP ranges and to assign a label to them. For example we will be able to set two labels; one for the internal traffic, and the other one for the external traffic. Each label will measure the traffic for a specific set of ip range. Then, bandwidth measurement will be send for each label to the
 +
Oslo notification system and could be collected by Ceilometer.
  
 
= Blueprints =
 
= Blueprints =

Revision as of 14:00, 28 June 2013

Overview

The idea is to meter this as the L3 routers levels. The point is to allow operators to configure IP ranges and to assign a label to them. For example we will be able to set two labels; one for the internal traffic, and the other one for the external traffic. Each label will measure the traffic for a specific set of ip range. Then, bandwidth measurement will be send for each label to the Oslo notification system and could be collected by Ceilometer.

Blueprints

Implementation overview

Technical implementation

Data Model

Iptables Chain Model

Implementation plan

CLI

Authorization

Plugin Support