blob: adbc05cc1fb7a0d2df0ad789dfa6c82481b29dbf [file] [log] [blame]
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +02001classes:
2- system.linux.system.single
Simon Pasquiera3a92f62017-04-28 15:19:18 +02003- system.linux.system.repo.mcp.extra
4- system.linux.system.repo.mcp.salt
5- system.linux.system.repo.ubuntu
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +02006- system.openssh.server.team.lab
Simon Pasquiera4e38252017-04-28 11:14:29 +02007- system.openssh.server.team.stacklight
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +02008- system.openssh.server.team.tcpcloud
9- system.openssh.server.team.mcp_qa
Simon Pasquiera4e38252017-04-28 11:14:29 +020010- system.rsyslog.client.single
Simon Pasquiera3a92f62017-04-28 15:19:18 +020011- system.telegraf.agent
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020012- cluster.virtual-mcp11-k8s-calico.kubernetes
Simon Pasquiera3a92f62017-04-28 15:19:18 +020013- cluster.virtual-mcp11-k8s-calico.monitoring
Simon Pasquiera4e38252017-04-28 11:14:29 +020014- cluster.virtual-mcp11-k8s-calico.swarm
Tomáš Kukrál5f4e5742017-04-27 15:43:58 +020015- cluster.overwrite
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020016parameters:
17 _param:
18 # infra service addresses
19 infra_config_hostname: cfg01
Tomáš Kukrálf9efedf2017-04-28 12:57:37 +020020 infra_config_address: 172.16.10.100
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020021 infra_config_deploy_address: 192.168.10.100
22
23 cluster_domain: virtual-mcp11-k8s-calico.local
24 cluster_name: virtual-mcp11-k8s-calico
Simon Pasquiera3a92f62017-04-28 15:19:18 +020025 apt_mk_version: nightly
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020026 linux:
27 network:
28 host:
29 cfg01:
30 address: ${_param:infra_config_address}
31 names:
32 - ${_param:infra_config_hostname}
33 - ${_param:infra_config_hostname}.${_param:cluster_domain}
Simon Pasquier3f9d3fc2017-04-26 10:47:10 +020034 interface:
35 ens4:
36 enabled: true
37 type: eth
38 proto: static
39 address: ${_param:single_address}
40 netmask: 255.255.255.0
41 system:
42 name: ${_param:infra_config_hostname}
43 domain: ${_param:cluster_domain}
Simon Pasquiera3a92f62017-04-28 15:19:18 +020044 telegraf:
45 agent:
46 enabled: true
47 interval: 15
48 round_interval: false
49 metric_batch_size: 1000
50 metric_buffer_limit: 10000
51 collection_jitter: 2
52 output:
53 prometheus_client:
54 bind:
55 address: 0.0.0.0
56 port: 9126
57 engine: prometheus