Jiri Broulik | 361512c | 2018-04-05 16:34:23 +0200 | [diff] [blame] | 1 | classes: |
Jiri Broulik | 361512c | 2018-04-05 16:34:23 +0200 | [diff] [blame] | 2 | - system.linux.system.repo.mcp.extra |
azvyagintsev | b08a7cb | 2018-07-11 19:33:47 +0300 | [diff] [blame] | 3 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
azvyagintsev | 32b7d99 | 2018-06-06 19:04:56 +0300 | [diff] [blame] | 4 | - system.linux.system.repo.mcp.apt_mirantis.ubuntu |
Jiri Broulik | 361512c | 2018-04-05 16:34:23 +0200 | [diff] [blame] | 5 | - system.salt.master.pkg |
| 6 | - system.salt.minion.ca.salt_master |
| 7 | - system.salt.master.api |
| 8 | - system.reclass.storage.salt |
Jiri Broulik | 361512c | 2018-04-05 16:34:23 +0200 | [diff] [blame] | 9 | - cluster.mcp-day01.infra.maas |
| 10 | - cluster.mcp-day01.infra.jenkins |
azvyagintsev | 32b7d99 | 2018-06-06 19:04:56 +0300 | [diff] [blame] | 11 | - cluster.mcp-day01.infra |
Jiri Broulik | 361512c | 2018-04-05 16:34:23 +0200 | [diff] [blame] | 12 | parameters: |
| 13 | _param: |
| 14 | salt_master_base_environment: prd |
| 15 | reclass_data_repository: "https://github.com/Mirantis/mcp-drivetrain-model.git" |
| 16 | reclass_data_revision: master |
| 17 | reclass_config_master: ${_param:infra_config_deploy_address} |
| 18 | deploy_address: ${_param:infra_config_deploy_address} |
| 19 | linux_system_codename: xenial |
| 20 | salt_api_password_hash: "$6$lGeSiPvI$Gsul5ejaLB41ITn3G56QrgM0qZMW4zXgKc.oSGn.AJLc4Salx/XMBewQYwGkdHc6.ZQvPRQNeGByzYX8kdGae/" |
| 21 | salt_api_password: Ll7yvUFrd1xWe71RT4m9EmznrUPkqw6c |
| 22 | salt_master_host: ${_param:infra_config_deploy_address} |
| 23 | linux: |
| 24 | network: |
| 25 | interface: |
| 26 | ens3: |
| 27 | enabled: true |
| 28 | type: eth |
| 29 | proto: dhcp |
| 30 | salt: |
| 31 | minion: |
| 32 | master: |
| 33 | host: "localhost" |
| 34 | reclass: |
| 35 | storage: |
| 36 | data_source: |
| 37 | engine: local |
| 38 | |