Skip to content
Snippets Groups Projects
Commit a4d91882 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add Aodh evaluation_interval"

parents 9efd44d9 224125bf
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,14 @@ aodh_services:
- "{{ kolla_dev_repos_directory ~ '/aodh/aodh:/var/lib/kolla/venv/lib/python2.7/site-packages/aodh' if aodh_dev_mode | bool else '' }}"
dimensions: "{{ aodh_notifier_dimensions }}"
# Aodh Evaluation interval - Period of evaluation cycle, should
# be >= than configured polling interval for collection of
# underlying meters which by default be defined in
# /etc/ceilometer/polling.yaml (300).
# If you uses a custom polling.yaml which has a different interval,
# change this option.
aodh_evaluation_interval: 300
####################
# Database
......
......@@ -3,6 +3,7 @@
auth_strategy = keystone
log_dir = /var/log/kolla/aodh
debug = {{ aodh_logging_debug }}
evaluation_interval = {{ aodh_evaluation_interval }}
transport_url = {{ rpc_transport_url }}
[api]
......
......@@ -5,10 +5,6 @@ log_dir = /var/log/kolla/ceilometer
transport_url = {{ rpc_transport_url }}
{% if enable_aodh | bool %}
evaluation_interval = 300
{% endif %}
{% if nova_compute_virt_type == 'vmware' %}
hypervisor_inspector = vsphere
{% elif nova_compute_virt_type == 'xenapi' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment