Simon Pasquier | 3f9d3fc | 2017-04-26 10:47:10 +0200 | [diff] [blame] | 1 | |
| 2 | classes: |
| 3 | - system.linux.system.single |
| 4 | - system.openssh.server.team.lab |
| 5 | - system.openssh.server.team.tcpcloud |
| 6 | - system.openssh.server.team.mcp_qa |
| 7 | - system.rsyslog.client.single |
| 8 | - cluster.virtual-mcp11-k8s-calico.kubernetes |
| 9 | parameters: |
| 10 | _param: |
| 11 | # infra service addresses |
| 12 | infra_config_hostname: cfg01 |
| 13 | infra_config_address: 192.168.10.100 |
| 14 | infra_config_deploy_address: 192.168.10.100 |
| 15 | |
| 16 | cluster_domain: virtual-mcp11-k8s-calico.local |
| 17 | cluster_name: virtual-mcp11-k8s-calico |
| 18 | #cluster_public_host: "" |
| 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} |