Steven Webster de98d744a8 debian-pkg: Add bond-cni plugin for debian
This commit is a follow-on for d900a5b which introduced
the bond-cni plugin for Centos.  In this commit we
introduce the same plugin for Debian.

Since there is no existing Debian package for the bond-cni,
we build it from source (tar.gz) to create the package.

The plugin is installed at /usr/libexec/cni/ to align
with where k8s expects plugins to be in StarlingX.

Testing:

Pass: Build
Pass: bond plugin present at /usr/libexec/cni/

Story: 2009800
Task: 44845

Signed-off-by: Steven Webster <steven.webster@windriver.com>
Change-Id: Ib9e805d587604f9b0a43a685b9b6970e5be1deb4
2022-03-24 09:48:21 -04:00

25 lines
1008 B
Plaintext

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bond-cni
Upstream-Contact: https://github.com/k8snetworkplumbingwg/
Source: https://github.com/k8snetworkplumbingwg/bond-cni/
Files: *
Copyright: (C) 2018-2022 https://github.com/k8snetworkplumbingwg/bond-cni/
License: Apache-2
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.