azvyagintsev | 4b1712a | 2019-03-18 15:03:12 +0200 | [diff] [blame] | 1 | # This is list of all default soft params, across reclass-system lvl. |
| 2 | # Please always include those 'init.yml', and don't use direct sub-lvls. |
| 3 | # Some rules approach: |
| 4 | # - Always use uniq names, which exactly identify key |
| 5 | # - Avoid any component intersection's |
| 6 | # - No if\else\whatever logic allowed. |
| 7 | |
| 8 | classes: |
| 9 | - system.defaults.linux_system_repo |
azvyagintsev | 25cc1a1 | 2019-03-19 11:36:41 +0200 | [diff] [blame^] | 10 | - system.defaults.stacklight |
azvyagintsev | 4b1712a | 2019-03-18 15:03:12 +0200 | [diff] [blame] | 11 | parameters: |
| 12 | _param: |
| 13 | mcp_version: stable |
| 14 | # Temporary link to mcp_version. |
| 15 | # 'apt_mk_version' will be removed in q4 |
| 16 | apt_mk_version: ${_param:mcp_version} |
| 17 | linux_system_architecture: amd64 |
| 18 | # Other |
| 19 | salt_control_xenial_image_backend: /var/lib/libvirt/images/backends/xenial.qcow2 |
| 20 | salt_control_trusty_image_backend: /var/lib/libvirt/images/backends/trusty.qcow2 |
azvyagintsev | 25cc1a1 | 2019-03-19 11:36:41 +0200 | [diff] [blame^] | 21 | linux_repo_contrail_version: 3.0 |