56af4ef202
Added ansible role to deploy telegraf Roll out telegraf to all nodes Introduce parameter to toggle deployment of performance monitoring Co-Authored-By: zhubingbing <zhubingbing10@gmail.com> Change-Id: Ia09b20ce65bf557c1a1030eda99df5cc88debd01 Partially-Implements: Blueprint performance-monitoring
19 lines
489 B
YAML
19 lines
489 B
YAML
---
|
|
project_name: "telegraf"
|
|
|
|
####################
|
|
# Docker
|
|
####################
|
|
telegraf_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-telegraf"
|
|
telegraf_tag: "{{ openstack_release }}"
|
|
telegraf_image_full: "{{ telegraf_image }}:{{ telegraf_tag }}"
|
|
|
|
|
|
####################
|
|
# Protocols
|
|
####################
|
|
elasticsearch_proto: "http"
|
|
haproxy_proto: "http"
|
|
influxdb_proto: "http"
|
|
rabbitmq_proto: "http"
|