Jiri Broulik | 361512c | 2018-04-05 16:34:23 +0200 | [diff] [blame] | 1 | classes: |
2 | - system.maas.region.single | ||||
3 | - system.linux.system.repo.mcp.apt_mirantis.maas | ||||
4 | parameters: | ||||
5 | _param: | ||||
6 | maas_admin_password: r00tme | ||||
7 | maas_db_password: fRqC7NJrBR0x | ||||
8 | maas_region_port: 5240 | ||||
9 | maas_cluster_region_port: ${_param:maas_region_port} | ||||
10 | maas: | ||||
11 | region: | ||||
12 | bind: | ||||
13 | host: ${_param:deploy_address}:${_param:maas_region_port} | ||||
14 | cluster: | ||||
15 | region: | ||||
16 | host: ${_param:deploy_address}:${_param:maas_cluster_region_port} |