diff options
author | Cristina Pauna <cristina.pauna@enea.com> | 2019-01-30 08:43:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-30 08:43:03 +0000 |
commit | 7a8e227fa7fd0a5055d9c340fff9e014b35a1610 (patch) | |
tree | f8fcea574f7dd4db8d5d5c19ce6e1052e8dcfbfc | |
parent | a47138bc05bfaba5cff83626ae5f3efc982d6635 (diff) | |
parent | 8ea1edb53676fdf074694967368747bd6919d682 (diff) |
Merge "[fdio] Pin VPP packages to 18.07-release"
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-arch-common/fdio_repo.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-arch-common/fdio_repo.yml b/mcp/reclass/classes/cluster/all-mcp-arch-common/fdio_repo.yml index a74fa63a2..d6394a4df 100644 --- a/mcp/reclass/classes/cluster/all-mcp-arch-common/fdio_repo.yml +++ b/mcp/reclass/classes/cluster/all-mcp-arch-common/fdio_repo.yml @@ -7,13 +7,19 @@ ############################################################################## --- parameters: + _param: + vpp_version: '18.07-release' linux: system: repo: fdio.ubuntu: # yamllint disable-line rule:line-length source: "deb [trusted=yes] http://nexus.fd.io/content/repositories/fd.io.ubuntu.${_param:linux_system_codename}.main/ ./" - # NOTE(armband): For now we define all repos on all archs, let APT figure it out + pin: + - pin: 'version ${_param:vpp_version}' + priority: 1200 + package: 'vpp*' + # NOTE(armband): For now we define all repos on all archs, let APT figure it out fdio.ubuntu-arm: # yamllint disable-line rule:line-length source: "deb [trusted=yes] http://nexus.fd.io/content/repositories/fd.io.ubuntu-arm.${_param:linux_system_codename}.main/ ./" |