Monitoring network from OpenDayLight

Registered by fujioka yuuichi

== Summary ==

This feture is driver of the monitoring-network that collects network info from OpenDayLight via Statistics REST API, Toporogy REST API and Switch Manager REST API.

== Uses REST APIs ==

* Topology REST API
 https://jenkins.opendaylight.org/controller/job/controller-merge/lastSuccessfulBuild/artifact/opendaylight/northbound/topology/target/site/wsdocs/index.html

* Statistics REST API
 https://jenkins.opendaylight.org/controller/job/controller-merge/lastSuccessfulBuild/artifact/opendaylight/northbound/statistics/target/site/wsdocs/index.html

* Switch Manager REST API
 https://jenkins.opendaylight.org/controller/job/controller-merge/lastSuccessfulBuild/artifact/opendaylight/northbound/switchmanager/target/site/wsdocs/index.html

* Host Tracker REST API
 https://jenkins.opendaylight.org/controller/job/controller-merge/lastSuccessfulBuild/artifact/opendaylight/northbound/hosttracker/target/site/wsdocs/index.html

== Endpoint ==

OpenDayLight REST APIs endpoints are in resources in pipeline.yaml.

e.g.

pipeline.yaml
-
  name: meter_pipeline
  interval: 600
  meters:
    - "*"
  resources:
    - opendaylight://10.3.3.3:8080/controller/nb/v2?user=admin&password=admin&scheme=http&container_name=default&auth=basic
  transformers:
  publishers:
    - rpc://

Blueprint information

Status:
Complete
Approver:
Julien Danjou
Priority:
Low
Drafter:
fujioka yuuichi
Direction:
Approved
Assignee:
fujioka yuuichi
Definition:
Approved
Series goal:
Accepted for icehouse
Implementation:
Implemented
Milestone target:
milestone icon 2014.1
Started by
fujioka yuuichi
Completed by
Julien Danjou

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/monitoring-network-from-opendaylight,n,z

Addressed by: https://review.openstack.org/63890
    Implements monitoring-network-from-opendaylight

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.