Skip to content

Commit c114ea7

Browse files
committed
Update kepler container template
New kepler (starting from 0.10) has completely different set of config options. - Removed '-v' option as it's no longer supported. - Added option --web.listen-address=:8888 as kepler no longer runs on port 8888 by default. - There is no longer need to specify desired metrics using environment variables as all metrics are enabled by default.
1 parent 86becb1 commit c114ea7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

roles/edpm_telemetry_power_monitoring/templates/kepler.json.j2

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,8 @@
44
"restart": "always",
55
"ports": ["8888:8888"],
66
"net": "host",
7-
"command": "-v=2",
7+
"command": "--web.listen-address=:8888",
88
"recreate": true,
9-
"environment": {
10-
"ENABLE_GPU": "true",
11-
"EXPOSE_CONTAINER_METRICS": "true",
12-
"ENABLE_PROCESS_METRICS": "true",
13-
"EXPOSE_VM_METRICS": "true",
14-
"EXPOSE_ESTIMATED_IDLE_POWER_METRICS": "false",
15-
"LIBVIRT_METADATA_URI": "http://openstack.org/xmlns/libvirt/nova/1.1"
16-
},
179
{% if edpm_telemetry_power_monitoring_healthcheck %}
1810
"healthcheck": {
1911
"test": "/openstack/healthcheck kepler",

0 commit comments

Comments
 (0)