| classes: |
| - system.linux.system.single |
| - system.linux.system.repo.mcp.extra |
| - system.linux.system.repo.mcp.apt_mirantis.saltstack |
| - system.linux.system.repo.mcp.apt_mirantis.ubuntu |
| - system.linux.system.repo.mcp.apt_mirantis.fluentd |
| # opensatck repo contains td-agent-additional-plugins, that is why needed here |
| - system.linux.system.repo.mcp.apt_mirantis.openstack |
| - system.openssh.server.team.all |
| - system.rsyslog.client.single |
| parameters: |
| _param: |
| # infra service addresses |
| infra_config_hostname: cfg01 |
| infra_config_address: 172.16.10.100 |
| infra_config_deploy_address: 192.168.10.90 |
| |
| cluster_domain: sl-k8s-calico.local |
| cluster_name: sl-k8s-calico |
| apt_mk_version: nightly |
| # required for the system.linux.system.repo.mcp.apt_mirantis.openstack |
| openstack_version: pike |
| primary_interface: ens3 |
| linux: |
| network: |
| host: |
| cfg01: |
| address: ${_param:infra_config_address} |
| names: |
| - ${_param:infra_config_hostname} |
| - ${_param:infra_config_hostname}.${_param:cluster_domain} |
| system: |
| name: ${_param:infra_config_hostname} |
| domain: ${_param:cluster_domain} |