Commit 02dcdba
feat(nfv/ovs-dpdk-sriov): add metricStorage replacement from service-values
The NFV OVS-DPDK-SRIOV validated architecture enables telemetry and
ceilometer via service-values replacements, but metricStorage (Prometheus
monitoring stack) has no replacement — it stays at the base default of
enabled: false regardless of what the deployer sets in service-values.
This adds a kustomize replacement for
telemetry.template.metricStorage.enabled so NFV deployments can toggle
Prometheus metric collection through service-values.yaml, consistent
with how telemetry.enabled and ceilometer.enabled are already handled.
Deployers who want metrics need to add to their service-values.yaml:
telemetry:
template:
metricStorage:
enabled: true
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Anthony Harivel <aharivel@redhat.com>1 parent 29430a6 commit 02dcdba
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
0 commit comments