blob: 3f2e3f89a3c01181a4b3c6629b83f687770b7339 [file] [log] [blame]
azvyagintsevf94ab8c2018-10-12 20:48:59 +03001# 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
azvyagintsevc503fd42018-10-08 16:47:21 +03008classes:
9- system.defaults.linux_system_repo
azvyagintsevf94ab8c2018-10-12 20:48:59 +030010- system.defaults.openstack
11- system.defaults.galera
12- system.defaults.rabbitmq
azvyagintsev8ef093e2018-10-11 11:14:10 +030013- system.defaults.debmirror
azvyagintsev1b4a0162018-10-01 11:24:19 +030014parameters:
azvyagintsev1b4a0162018-10-01 11:24:19 +030015 _param:
azvyagintsevc503fd42018-10-08 16:47:21 +030016 apt_mk_version: "stable"
17 linux_system_architecture: 'amd64'
18 linux_system_repo_url: "http://mirror.mirantis.com/${_param:apt_mk_version}/"
azvyagintsevf94ab8c2018-10-12 20:48:59 +030019 # Openstack globals
20 openstack_version: 'queens'