Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | classes: |
Adam Tengler | 4780728 | 2017-07-04 14:49:16 +0000 | [diff] [blame] | 2 | - service.grafana.collector |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 3 | - system.linux.system.repo.mcp.extra |
| 4 | - system.linux.system.repo.mcp.salt |
| 5 | - system.linux.system.repo.ubuntu |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 6 | - system.rsyslog.client.single |
| 7 | - system.telegraf.agent |
| 8 | - system.prometheus.collector |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 9 | parameters: |
| 10 | _param: |
| 11 | # infra service addresses |
| 12 | infra_config_hostname: cfg01 |
| 13 | infra_config_address: 172.16.10.100 |
| 14 | infra_config_deploy_address: 192.168.10.100 |
| 15 | |
Adam Tengler | 75c2f95 | 2017-07-04 17:37:15 +0000 | [diff] [blame] | 16 | cluster_domain: sl_k8s_contrail.local |
| 17 | cluster_name: sl_k8s_contrail |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 18 | 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 |