Skip to content

Commit

Permalink
Merge pull request #824 from openshift-cherrypick-robot/cherry-pick-8…
Browse files Browse the repository at this point in the history
…21-to-18.0-fr1

[18.0-fr1] Add missing libvirt mount to kepler
  • Loading branch information
openshift-merge-bot[bot] authored Nov 22, 2024
2 parents be321b4 + 32cdbca commit 8e56c67
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions roles/edpm_telemetry_power_monitoring/templates/kepler.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@
"recreate": true,
"environment": {
"ENABLE_GPU": "true",
"ENABLE_MSR": "true",
"ENABLE_PROCESS_METRICS": "true",
"EXPOSE_ESTIMATED_IDLE_POWER_METRICS": "true",
"EXPOSE_CONTAINER_METRICS": "true",
"EXPOSE_VM_METRICS": "true",
"EXPOSE_HW_COUNTER_METRICS": "true",
"EXPOSE_IRQ_COUNTER_METRICS": "true",
"EXPOSE_BPF_METRICS": "true",
"EXPOSE_COMPONENT_POWER": "true",
"LIBVIRT_METADATA_URI": "http://openstack.org/xmlns/libvirt/nova/1.1"
},
{% if edpm_telemetry_power_monitoring_healthcheck %}
Expand All @@ -25,13 +19,8 @@
},
{% endif %}
"volumes": [
"/lib/modules:/lib/modules:ro",
"/usr/src:/usr/src",
"/run/libvirt:/run/libvirt:shared,ro",
"/sys/:/sys/",
"/proc:/proc",
"/etc:/etc"
],
"cap_add": [
"ALL"
"/proc:/proc"
]
}

0 comments on commit 8e56c67

Please sign in to comment.