customise pipeline.yaml further
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Ceilometer Charm |
Fix Released
|
Undecided
|
Unassigned | ||
Ussuri |
New
|
Undecided
|
Unassigned | ||
Victoria |
New
|
Undecided
|
Unassigned | ||
Wallaby |
New
|
Undecided
|
Unassigned | ||
Xena |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
As of mitaka the pipeline-yaml configuration option does not work, and therefore users are not able to specify their own customised pipeline.
A new option was added to add remote-sink, which allowed to add multiple remote sinks to the configuration.
I am proposing 2 things
1. Update the config.yaml to update the pipeline-yaml config option, so that it says that this option is only supported pre-mitaka
2. The user in question was trying to use pipeline-yaml to add a different sink other than remote or event sinks, i.e. meter_sink. So I am suggesting we add a new configuration option i.e. meter-sink which would add something very similar to what remote-sink does.
Below is an excerpt from what the user was trying to attempt with the pipeline-yaml configuration option
sources:
- name: 'meter source'
meters:
- '*'
sinks:
- 'meter_sink'
sinks:
- name: 'meter_sink'
- http://
description: | updated |
description: | updated |
tags: | added: sts |
Changed in charm-ceilometer: | |
assignee: | nobody → Arif Ali (arif-ali) |
Changed in charm-ceilometer: | |
milestone: | none → 21.10 |
Changed in charm-ceilometer: | |
assignee: | Arif Ali (arif-ali) → nobody |
Changed in charm-ceilometer: | |
status: | Fix Committed → Fix Released |
Changed in charm-ceilometer: | |
status: | Fix Committed → In Progress |
milestone: | 22.04 → 21.10 |
Changed in charm-ceilometer: | |
milestone: | 21.10 → 22.04 |
status: | In Progress → Fix Committed |
Changed in charm-ceilometer: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. opendev. org/c/openstack /charm- ceilometer/ +/804127
Review: https:/