Bug 1042299

Summary: [RFE][ceilometer]: Monitoring network from OpenDayLight
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-ceilometerAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: jruzicka, markmc, pbrady, yeylon
Target Milestone: gaKeywords: FutureFeature
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/ceilometer/+spec/monitoring-network-from-opendaylight
Whiteboard: upstream_milestone_icehouse-rc1 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 21:41:06 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/monitoring-network-from-opendaylight.

Description:

== 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

== 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/
  transformers:
  publishers:
    - rpc://


Specification URL (additional information):

None