Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.single |
| 3 | - system.linux.system.repo.mcp.extra |
| 4 | - system.linux.system.repo.mcp.salt |
| 5 | - system.linux.system.repo.ubuntu |
| 6 | - system.openssh.server.team.lab |
| 7 | - system.openssh.server.team.stacklight |
| 8 | - system.openssh.server.team.tcpcloud |
| 9 | - system.openssh.server.team.mcp_qa |
| 10 | - system.openssh.server.team.k8s_team |
| 11 | - system.rsyslog.client.single |
| 12 | - system.telegraf.agent |
| 13 | - system.prometheus.collector |
| 14 | - service.grafana.collector |
| 15 | parameters: |
| 16 | _param: |
| 17 | # infra service addresses |
| 18 | infra_config_hostname: cfg01 |
| 19 | infra_config_address: 172.16.10.100 |
| 20 | infra_config_deploy_address: 192.168.10.100 |
| 21 | |
| 22 | cluster_domain: k8s_ha_contrail.local |
| 23 | cluster_name: k8s_ha_contrail |
| 24 | apt_mk_version: nightly |
| 25 | linux: |
| 26 | network: |
| 27 | host: |
| 28 | cfg01: |
| 29 | address: ${_param:infra_config_address} |
| 30 | names: |
| 31 | - ${_param:infra_config_hostname} |
| 32 | - ${_param:infra_config_hostname}.${_param:cluster_domain} |
| 33 | interface: |
| 34 | ens4: |
| 35 | enabled: true |
| 36 | type: eth |
| 37 | proto: static |
| 38 | address: ${_param:single_address} |
| 39 | netmask: 255.255.255.0 |
| 40 | system: |
| 41 | name: ${_param:infra_config_hostname} |
| 42 | domain: ${_param:cluster_domain} |
| 43 | telegraf: |
| 44 | agent: |
| 45 | enabled: true |
| 46 | interval: 15 |
| 47 | round_interval: false |
| 48 | metric_batch_size: 1000 |
| 49 | metric_buffer_limit: 10000 |
| 50 | collection_jitter: 2 |
| 51 | output: |
| 52 | prometheus_client: |
| 53 | bind: |
| 54 | address: 0.0.0.0 |
| 55 | port: 9126 |
| 56 | engine: prometheus |