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: virtual-mcp11-k8s-calico.local |
| 23 | cluster_name: virtual-mcp11-k8s-calico |
| 24 | apt_mk_version: nightly |
| 25 | primary_interface: ens3 |
| 26 | 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} |
| 34 | interface: |
| 35 | primary_interface: |
| 36 | enabled: true |
| 37 | type: eth |
| 38 | proto: dhcp |
| 39 | #proto: static |
| 40 | #name: ${_param:primary_interface} |
| 41 | #address: ${_param:single_address} |
| 42 | #netmask: 255.255.255.0 |
| 43 | system: |
| 44 | name: ${_param:infra_config_hostname} |
| 45 | domain: ${_param:cluster_domain} |