blob: 6a2260535b57aa76839b8f89917ad7a295a403dc [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
Olivier Bourdon5e343162017-09-05 07:52:15 +020011 infra_config_deploy_address: 192.168.10.90
Ales Komarekc12dd412017-06-27 16:24:42 +020012
Petr Michalec0f03d6f2017-08-21 16:02:09 +020013 cluster_domain: sl-k8s-contrail.local
Jakub Josefa0b65a22017-09-12 13:28:18 +020014 cluster_name: sl-k8s-contrail
Petr Michalec4d366372017-09-18 13:54:53 +020015 cluster_public_host: 172.16.10.254
Ales Komarekc12dd412017-06-27 16:24:42 +020016 apt_mk_version: nightly
17 linux:
18 network:
19 host:
20 cfg01:
21 address: ${_param:infra_config_address}
22 names:
23 - ${_param:infra_config_hostname}
24 - ${_param:infra_config_hostname}.${_param:cluster_domain}
25 interface:
26 ens4:
27 enabled: true
28 type: eth
29 proto: static
30 address: ${_param:single_address}
31 netmask: 255.255.255.0
32 system:
33 name: ${_param:infra_config_hostname}
34 domain: ${_param:cluster_domain}
35 telegraf:
36 agent:
37 enabled: true
38 interval: 15
39 round_interval: false
40 metric_batch_size: 1000
41 metric_buffer_limit: 10000
42 collection_jitter: 2
43 output:
44 prometheus_client:
45 bind:
46 address: 0.0.0.0
47 port: 9126
48 engine: prometheus