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