azvyagintsev | 89e5bb3 | 2018-09-25 12:35:10 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.keystorage.mirantis_com |
| 3 | parameters: |
| 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" |
| 13 | architectures: ${_param:linux_system_architecture} |
| 14 | clean_file: true |
| 15 | pin: |
| 16 | - pin: 'release o=Mirantis' |
| 17 | priority: 1100 |
| 18 | package: '*' |