Skip to content

Commit

Permalink
Add telemetry metricStorage for NFV
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafrono committed Oct 31, 2024
1 parent 60a0c91 commit 5891a3f
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 5891a3f

Please sign in to comment.