Skip to content

Commit

Permalink
Merge pull request #431 from rsafrono/add_metric_storage_for_nfv
Browse files Browse the repository at this point in the history
Add telemetry metricStorage for NFV

metricStorage is required for enabling power monitoring feature that is planned in the next feature release of RHOSO. The feature is intended for NFV workloads power monitoring.

Reviewed-by: John Fulton <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Dec 19, 2024
2 parents b893b45 + 5891a3f commit da75dc8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/va/nfv/ovs-dpdk-sriov/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ data:
template:
ceilometer:
enabled: true
metricStorage:
enabled: true
extraMounts:
- name: v1
region: r1
Expand Down
11 changes: 11 additions & 0 deletions va/nfv/ovs-dpdk-sriov/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,17 @@ replacements:
- spec.telemetry.template.ceilometer.enabled
options:
create: true
- source:
kind: ConfigMap
name: service-values
fieldPath: data.telemetry.template.metricStorage
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.telemetry.template.metricStorage
options:
create: true
- source:
kind: ConfigMap
name: service-values
Expand Down

0 comments on commit da75dc8

Please sign in to comment.