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 |
Olivier Bourdon | 5e34316 | 2017-09-05 07:52:15 +0200 | [diff] [blame] | 11 | infra_config_deploy_address: 192.168.10.90 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 12 | |
Petr Michalec | 0f03d6f | 2017-08-21 16:02:09 +0200 | [diff] [blame] | 13 | cluster_domain: sl-k8s-contrail.local |
Jakub Josef | a0b65a2 | 2017-09-12 13:28:18 +0200 | [diff] [blame] | 14 | cluster_name: sl-k8s-contrail |
Petr Michalec | 4d36637 | 2017-09-18 13:54:53 +0200 | [diff] [blame] | 15 | cluster_public_host: 172.16.10.254 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 16 | 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 |