blob: 5523f55712c3e8da878f394ba6ffff8e34497caf [file] [log] [blame]
azvyagintsev89e5bb32018-09-25 12:35:10 +03001classes:
2- system.linux.system.repo.keystorage.mirantis_com
3parameters:
4 _param:
5 linux_system_architecture: 'amd64'
6 linux_system_repo_url: http://mirror.mirantis.com/${_param:apt_mk_version}/
7 linux_system_repo_mcp_extra_url: ${_param:linux_system_repo_url}/extra/
8 linux:
9 system:
10 repo:
11 mcp_extra:
12 source: "deb ${_param:linux_system_repo_mcp_extra_url}/${_param:linux_system_codename} ${_param:linux_system_codename} main"
azvyagintsevbde0fb72018-10-04 18:33:13 +030013 key: ${_param:linux_system_repo_mirror_mirantis_key}
azvyagintsev89e5bb32018-09-25 12:35:10 +030014 architectures: ${_param:linux_system_architecture}
15 clean_file: true
16 pin:
17 - pin: 'release o=Mirantis'
18 priority: 1100
19 package: '*'