diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-02-04 21:33:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-02-04 21:33:27 +0000 |
commit | 344ff3f741c925d387bbf9f10db0f77455f929da (patch) | |
tree | be5807e87a83cbe354cb0bebac716a94c13b929b /mcp | |
parent | 918c1273f7d0b3fafb6b1d2fce1f6f8a8384e014 (diff) | |
parent | a4e83d75373702f2cb44f394c426750318611c5e (diff) |
Merge "[fdio] Fix VPP package pinning"
Diffstat (limited to 'mcp')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-arch-common/fdio_repo.yml | 4 |
1 files changed, 2 insertions, 2 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 d6394a4df..08bc848f2 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 @@ -12,7 +12,7 @@ parameters: linux: system: repo: - fdio.ubuntu: + 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/ ./" pin: @@ -20,7 +20,7 @@ parameters: priority: 1200 package: 'vpp*' # NOTE(armband): For now we define all repos on all archs, let APT figure it out - fdio.ubuntu-arm: + 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/ ./" networking-vpp: |