| classes: |
| - system.linux.system.single |
| - system.linux.system.repo.mcp.extra |
| - system.linux.system.repo.mcp.salt |
| - system.linux.system.repo.mcp.apt_mirantis.ubuntu |
| - system.openssh.server.team.tcpcloud |
| - system.openssh.server.team.mcp_qa |
| - cluster.k8s-ha-contrail-40 |
| - cluster.k8s-ha-contrail-40.kubernetes |
| - cluster.overrides |
| |
| parameters: |
| _param: |
| # infra service addresses |
| infra_config_hostname: cfg01 |
| infra_config_address: 172.16.10.100 |
| infra_config_deploy_address: 192.168.10.90 |
| |
| apt_mk_version: nightly |
| linux: |
| network: |
| host: |
| self: |
| address: ${_param:single_address} |
| names: |
| - ${linux:system:name} |
| - ${linux:system:name}.${linux:system:domain} |
| 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} |