generic way to specify the endpoint to poll
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.
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Medium
- Drafter:
- Lianhao Lu
- Direction:
- Approved
- Assignee:
- Lianhao Lu
- Definition:
- Approved
- Series goal:
- Accepted for icehouse
- Implementation:
- Implemented
- Milestone target:
- 2014.1
- Started by
- Thierry Carrez
- Completed by
- Lianhao Lu
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Added resources definition in the pipeline
Addressed by: https:/
Added resources support in pollster's interface
Addressed by: https:/
Add resource loader support
[Updated 01/24/2014]
According to the discussion in the IRC meeting, http://
Work Items
Dependency tree
* Blueprints in grey have been implemented.