azvyagintsev | d2cea82 | 2018-08-20 13:17:49 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.repo.keystorage.percona |
| 3 | parameters: |
| 4 | _param: |
| 5 | apt_mk_version: stable |
| 6 | linux_system_repo_url: http://mirror.mirantis.com/${_param:apt_mk_version}/ |
| 7 | linux_system_repo_mcp_percona_url: ${_param:linux_system_repo_url}/percona/ |
| 8 | linux: |
| 9 | system: |
| 10 | repo: |
| 11 | mcp_percona: |
| 12 | source: "deb ${_param:linux_system_repo_mcp_percona_url}/${_param:linux_system_codename}/ ${_param:linux_system_codename} main" |
| 13 | architectures: amd64 |
| 14 | clean_file: true |
| 15 | pin: |
| 16 | - pin: "release l=percona" |
| 17 | priority: 1100 |
| 18 | package: '*' |