Files
68a874483bf7ef1445d13fe4df370d9737c0fb2e
Kevin Carter
19255fd1a8
implement minimal metric collection
This change implements metric collection system using influxdata (influxdb and telegraf) with visulization using grafana. No Dashboard automation is provided at this time however a template dashboard can be used by importing the JSON files from the dashboards directory. Change-Id: I5445b01170054393a31afc2a20ffb3ea4eda1209 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
23 lines
629 B
INI
23 lines
629 B
INI
[defaults]
# Set the role path
roles_path = /etc/ansible/roles:roles
inventory = /opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py
# Fact caching
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /etc/openstack_deploy/ansible_facts
fact_caching_timeout = 86400
# Additional plugins
action_plugins = /etc/ansible/roles/plugins/action
callback_plugins = /etc/ansible/roles/plugins/callback
filter_plugins = /etc/ansible/roles/plugins/filter
lookup_plugins = /etc/ansible/roles/plugins/lookup
library = /etc/ansible/roles/plugins/library
# Set color options
nocolor = 0
host_key_checking = False