Jiri Broulik | a8ec2e4 | 2017-03-24 14:01:04 +0100 | [diff] [blame^] | 1 | parameters: |
| 2 | _param: |
| 3 | contrail_repo_pin_priority: 200 |
| 4 | apt_mk_version: stable |
| 5 | linux: |
| 6 | system: |
| 7 | repo: |
| 8 | mcp_opencontrail_oc311: |
| 9 | refresh_db: ${_param:linux_repo_refresh_db} |
| 10 | source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu-${_param:linux_system_codename}/ ${_param:apt_mk_version} oc311" |
| 11 | architectures: amd64 |
| 12 | key_url: "http://${_param:local_repo_url}/public.gpg" |
| 13 | mcp_opencontrail_oc31: |
| 14 | refresh_db: ${_param:linux_repo_refresh_db} |
| 15 | source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu-${_param:linux_system_codename}/ ${_param:apt_mk_version} oc31" |
| 16 | architectures: amd64 |
| 17 | key_url: "http://${_param:local_repo_url}/public.gpg" |
| 18 | mcp_opencontrail_oc32: |
| 19 | refresh_db: ${_param:linux_repo_refresh_db} |
| 20 | source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu-${_param:linux_system_codename}/ ${_param:apt_mk_version} oc32" |
| 21 | architectures: amd64 |
| 22 | key_url: "http://${_param:local_repo_url}/public.gpg" |
| 23 | mcp_opencontrail_oc303: |
| 24 | refresh_db: ${_param:linux_repo_refresh_db} |
| 25 | source: "deb [arch=amd64] http://${_param:local_repo_url}/ubuntu-${_param:linux_system_codename}/ ${_param:apt_mk_version} oc303" |
| 26 | architectures: amd64 |
| 27 | key_url: "http://${_param:local_repo_url}/public.gpg" |