Skip to content

Commit 0bb2093

Browse files
committed
Add Tls Config for ceilometer-ipmi
1 parent dfdb0b8 commit 0bb2093

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/ceilometeripmi/config/ceilometer.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ heartbeat_socket_dir=/var/lib/ceilometer
3333
enable_notifications=False
3434
enable_prometheus_exporter=true
3535
prometheus_listen_addresses='0.0.0.0:9102'
36+
{{- if .TLS }}
37+
prometheus_tls_enable = True
38+
prometheus_tls_certfile = {{ .TlsCert }}
39+
prometheus_tls_keyfile = {{ .TlsKey }}
40+
{{- end }}
3641

3742
[publisher]
3843
telemetry_secret=eQ5qb0yysfJ8lx82Vl061vSyY

0 commit comments

Comments
 (0)