parameters: | |
_param: | |
# infra service addresses | |
infra_config_hostname: cfg01 | |
infra_config_address: 172.16.10.100 | |
infra_config_deploy_address: 192.168.10.90 | |
cluster_public_host: 172.16.10.254 | |
cluster_domain: virtual-mcp11-k8s-contrail.local | |
cluster_name: virtual-mcp11-k8s-contrail | |
apt_mk_version: nightly | |
linux: | |
network: | |
host: | |
self: | |
address: ${_param:single_address} | |
names: | |
- ${linux:system:name} | |
- ${linux:system:name}.${linux:system:domain} | |
cfg01: | |
address: ${_param:infra_config_address} | |
names: | |
- ${_param:infra_config_hostname} | |
- ${_param:infra_config_hostname}.${_param:cluster_domain} | |
system: | |
name: ${_param:infra_config_hostname} | |
domain: ${_param:cluster_domain} | |
telegraf: | |
agent: | |
enabled: true | |
interval: 15 | |
round_interval: false | |
metric_batch_size: 1000 | |
metric_buffer_limit: 10000 | |
collection_jitter: 2 | |
output: | |
prometheus_client: | |
bind: | |
address: 0.0.0.0 | |
port: 9126 | |
engine: prometheus |