blob: cc439ce574fa848e6bb4d8d89ab36da210ab963d [file] [log] [blame]
azvyagintsev4b1712a2019-03-18 15:03:12 +02001# 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
8classes:
9- system.defaults.linux_system_repo
10parameters:
11 _param:
12 mcp_version: stable
13 # Temporary link to mcp_version.
14 # 'apt_mk_version' will be removed in q4
15 apt_mk_version: ${_param:mcp_version}
16 linux_system_architecture: amd64
17 # Other
18 salt_control_xenial_image_backend: /var/lib/libvirt/images/backends/xenial.qcow2
19 salt_control_trusty_image_backend: /var/lib/libvirt/images/backends/trusty.qcow2