diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-02-04 16:08:06 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-02-04 16:08:06 +0100 |
commit | a4e83d75373702f2cb44f394c426750318611c5e (patch) | |
tree | 5cf2c98ff0c5bb3ad7b936702bdd468a2fd26dbf /mcp/reclass | |
parent | c2ea7deba73e335ace30eba1db7e2f80d3c1daed (diff) |
[fdio] Fix VPP package pinning
Previously, Ubuntu ignored the VPP pinning with:
N: Ignoring file 'fdio.ubuntu' in directory '/etc/apt/preferences.d/'
as it has an invalid filename extension
Change-Id: I5ee60c1715bea3b4180b55125dc72962a70c2754
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/reclass')
-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: |