Oleg Iurchenko | bddb82a | 2017-11-21 11:42:45 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - cluster.virtual-mcp11-aio |
| 3 | parameters: |
| 4 | _param: |
| 5 | linux_system_codename: xenial |
Mykyta Karpin | 3065d7f | 2018-06-11 16:17:14 +0300 | [diff] [blame^] | 6 | apt_mk_version: testing |
| 7 | linux_system_purge_repos: false |
Oleg Iurchenko | bddb82a | 2017-11-21 11:42:45 +0200 | [diff] [blame] | 8 | linux: |
| 9 | system: |
| 10 | name: cfg01 |
| 11 | domain: ${_param:cluster_domain} |
| 12 | purge_repos: ${_param:linux_system_purge_repos} |
Mykyta Karpin | ffdc075 | 2017-12-22 10:56:28 +0200 | [diff] [blame] | 13 | salt: |
Vasyl Saienko | 2d76945 | 2018-02-25 18:47:37 +0200 | [diff] [blame] | 14 | api: |
| 15 | pkgs: |
| 16 | - salt-api |
| 17 | - python-cherrypy3 |
Mykyta Karpin | ffdc075 | 2017-12-22 10:56:28 +0200 | [diff] [blame] | 18 | master: |
Vasyl Saienko | b08b854 | 2018-05-25 10:52:19 +0300 | [diff] [blame] | 19 | worker_threads: 5 |
| 20 | environment: |
| 21 | prd: |
| 22 | formula: |
| 23 | # Until patch to reclass-system is merged https://gerrit.mcp.mirantis.net/#/c/20665/ |
| 24 | # and reclass bumped. |
| 25 | oslo_templates: |
| 26 | source: pkg |
| 27 | name: salt-formula-oslo-templates |
Mykyta Karpin | 3065d7f | 2018-06-11 16:17:14 +0300 | [diff] [blame^] | 28 | minion: |
| 29 | trusted_ca_minions: |
| 30 | - cfg01.${_param:cluster_domain} |