Cleanup ceilometer from bare metal code
Ceilometer is being setup through helm charts in containers so the references to ceilometer in bare metal can be cleaned up. - Removing the sysinv puppet code for ceilometer - Removing the bare metal ceilometer pipeline upgrade script - Cleaning up unused variables from templates Story: 2004764 Task: 33690 Change-Id: I2efe7aed7a4570121c1376c132e157c6f47e9f29
This commit is contained in:
parent
7b7f3c72f5
commit
e00b94866e
@ -10,7 +10,6 @@ keystone_auth_uri = <%= @auth_uri %> ; keystone auth uri
|
||||
keystone_auth_port = <%= @auth_port %> ; keystone auth port
|
||||
keystone_region_name = <%= @auth_region %> ; keystone region
|
||||
keyring_directory = <%= @keyring_directory %> ; keyring directory
|
||||
ceilometer_port = <%= @ceilometer_port %> ; ceilometer rest api port
|
||||
multicast = <%= @mtce_multicast %> ; Heartbeat Multicast Address
|
||||
heartbeat_period = <%= @heartbeat_period %> ; Heartbeat period in milliseconds
|
||||
heartbeat_failure_threshold = <%= @heartbeat_failure_threshold %> ; Heartbeat failure threshold count.
|
||||
|
Loading…
Reference in New Issue
Block a user