Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | parameters: |
Ales Komarek | c60aac6 | 2016-12-20 20:22:27 +0100 | [diff] [blame] | 2 | _param: |
| 3 | linux_repo_contrail_component: oc30 |
Petr Michalec | dbb599e | 2017-02-02 07:27:38 +0100 | [diff] [blame] | 4 | contrail_repo_pin_priority: 200 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 5 | linux: |
| 6 | system: |
| 7 | repo: |
Petr Michalec | 8057b38 | 2017-03-22 11:24:10 +0100 | [diff] [blame^] | 8 | mirantis_opencontrail: |
| 9 | source: "deb http://apt-mk.mirantis.com/nightly/ ${_param:linux_system_codename} extra ${_param:linux_repo_contrail_component}" |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 10 | architectures: amd64 |
Petr Michalec | 0a1ba23 | 2017-03-14 11:46:25 +0100 | [diff] [blame] | 11 | key_url: "http://apt-mk.mirantis.com/public.gpg" |
| 12 | pin: |
Petr Michalec | 8057b38 | 2017-03-22 11:24:10 +0100 | [diff] [blame^] | 13 | - pin: "release c=${_param:linux_repo_contrail_component}" |
| 14 | priority: ${_param:contrail_repo_pin_priority} |
| 15 | package: "*" |