Bug 1042278

Summary: [RFE][ceilometer]: generic way to specify the endpoint to poll
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-ceilometerAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, 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/support-resources-pipeline-item
Whiteboard: upstream_milestone_icehouse-3 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:37:20 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/support-resources-pipeline-item.

Description:

By adding a new optional item 'resources' in the pipeline definition, it will allows the admin to specify which endpoints the pollsters defined in the same pipeline to get the data from.

The new pipeline definition would be something like the followings:

-
name: meter_pipeline
interval: 600
meters:
        - "*"
resources:
        - snmp://10.4.4.4
        - ipmi://10.5.5.5
transformers:
publishers:
       - rpc://

How to intepret the content of the 'resources' field will depends on pollster.

Specification URL (additional information):

https://wiki.openstack.org/wiki/Ceilometer/blueprints/support-resources-pipeline-item