Bug 1042299 - [RFE][ceilometer]: Monitoring network from OpenDayLight
Summary: [RFE][ceilometer]: Monitoring network from OpenDayLight
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-ceilometer
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ga
: 5.0 (RHEL 7)
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/ceil...
Whiteboard: upstream_milestone_icehouse-rc1 upstr...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 21:41 UTC by RHOS Integration
Modified: 2014-09-08 05:42 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.