blob: cb7e82063dd885cfcbb36daa982ed56d8d0f8187 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
Ales Komarekc12dd412017-06-27 16:24:42 +02002- system.linux.system.repo.mcp.extra
3- system.linux.system.repo.mcp.salt
4- system.linux.system.repo.ubuntu
Ales Komarekc12dd412017-06-27 16:24:42 +02005- system.rsyslog.client.single
Ales Komarekc12dd412017-06-27 16:24:42 +02006parameters:
7 _param:
8 # infra service addresses
9 infra_config_hostname: cfg01
10 infra_config_address: 172.16.10.100
11 infra_config_deploy_address: 192.168.10.100
12
Petr Michalec0f03d6f2017-08-21 16:02:09 +020013 cluster_domain: sl-k8s-contrail.local
Adam Tengler75c2f952017-07-04 17:37:15 +000014 cluster_name: sl_k8s_contrail
Ales Komarekc12dd412017-06-27 16:24:42 +020015 apt_mk_version: nightly
16 linux:
17 network:
18 host:
19 cfg01:
20 address: ${_param:infra_config_address}
21 names:
22 - ${_param:infra_config_hostname}
23 - ${_param:infra_config_hostname}.${_param:cluster_domain}
24 interface:
25 ens4:
26 enabled: true
27 type: eth
28 proto: static
29 address: ${_param:single_address}
30 netmask: 255.255.255.0
31 system:
32 name: ${_param:infra_config_hostname}
33 domain: ${_param:cluster_domain}
34 telegraf:
35 agent:
36 enabled: true
37 interval: 15
38 round_interval: false
39 metric_batch_size: 1000
40 metric_buffer_limit: 10000
41 collection_jitter: 2
42 output:
43 prometheus_client:
44 bind:
45 address: 0.0.0.0
46 port: 9126
47 engine: prometheus