Merge "Implement Ceilometer"
This commit is contained in:
@@ -16,6 +16,9 @@
|
|||||||
# Defines that the role will be deployed on a host machine
|
# Defines that the role will be deployed on a host machine
|
||||||
is_metal: true
|
is_metal: true
|
||||||
|
|
||||||
|
# Enable/Disable ceilometer configurations
|
||||||
|
nova_ceilometer_enabled: False
|
||||||
|
|
||||||
## Verbosity Options
|
## Verbosity Options
|
||||||
debug: False
|
debug: False
|
||||||
verbose: True
|
verbose: True
|
||||||
|
|||||||
@@ -100,6 +100,14 @@ max_age = {{ nova_max_age }}
|
|||||||
# Common
|
# Common
|
||||||
memcached_servers = {{ memcached_servers }}
|
memcached_servers = {{ memcached_servers }}
|
||||||
|
|
||||||
|
# Ceilometer notification configurations
|
||||||
|
{% if nova_ceilometer_enabled %}
|
||||||
|
instance_usage_audit = True
|
||||||
|
instance_usage_audit_period = hour
|
||||||
|
notify_on_state_change = vm_and_task_state
|
||||||
|
notification_driver = messagingv2
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Cinder
|
# Cinder
|
||||||
[cinder]
|
[cinder]
|
||||||
catalog_info = volume:cinder:internalURL
|
catalog_info = volume:cinder:internalURL
|
||||||
|
|||||||
Reference in New Issue
Block a user