Petr Michalec | 2f1141f | 2016-12-13 14:55:41 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | contrail_repo_pin_priority: 200 |
| 4 | linux: |
| 5 | system: |
| 6 | repo: |
| 7 | contrail: |
| 8 | refresh_db: ${_param:linux_repo_refresh_db} |
| 9 | source: "deb [arch=amd64] http://${_param:local_repo_url}/contrail trusty main" |
| 10 | pin: |
Petr Michalec | dbb599e | 2017-02-02 07:27:38 +0100 | [diff] [blame] | 11 | - pin: 'release l=contrail ubuntu-trusty' |
Petr Michalec | 2f1141f | 2016-12-13 14:55:41 +0100 | [diff] [blame] | 12 | priority: ${_param:contrail_repo_pin_priority} |
| 13 | package: '*' |