Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | classes: |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 2 | - system.linux.system.repo.mcp.extra |
| 3 | - system.linux.system.repo.mcp.salt |
| 4 | - system.linux.system.repo.ubuntu |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 5 | - system.rsyslog.client.single |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 6 | parameters: |
| 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 Michalec | 0f03d6f | 2017-08-21 16:02:09 +0200 | [diff] [blame^] | 13 | cluster_domain: sl-k8s-contrail.local |
Adam Tengler | 75c2f95 | 2017-07-04 17:37:15 +0000 | [diff] [blame] | 14 | cluster_name: sl_k8s_contrail |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 15 | 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 |