Richard Felkl | 4b0556f | 2018-02-28 09:18:52 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
azvyagintsev | d80a235 | 2018-11-09 15:01:20 +0200 | [diff] [blame] | 3 | linux_system_repo_mcp_updates_version: ${_param:mcp_version} |
Richard Felkl | 4b0556f | 2018-02-28 09:18:52 +0100 | [diff] [blame] | 4 | linux: |
| 5 | system: |
| 6 | repo: |
| 7 | mcp_updates: |
| 8 | source: "deb [arch=amd64] http://apt.mirantis.com/${_param:linux_system_codename}/ ${_param:linux_system_repo_mcp_updates_version} updates" |
| 9 | architectures: amd64 |
| 10 | key_url: "http://apt.mirantis.com/public.gpg" |
| 11 | clean_file: true |
| 12 | pin: |
| 13 | - pin: 'release a=${_param:linux_system_repo_mcp_updates_version}' |
| 14 | priority: 1200 |
| 15 | package: '*' |