Merge "debian-pkg: Add bond-cni plugin for debian"
This commit is contained in:
commit
f54ccfdbd4
@ -40,6 +40,7 @@ grub/grubby
|
|||||||
kubernetes/armada
|
kubernetes/armada
|
||||||
kubernetes/armada-helm-toolkit
|
kubernetes/armada-helm-toolkit
|
||||||
kubernetes/chartmuseum
|
kubernetes/chartmuseum
|
||||||
|
kubernetes/cni/bond-cni
|
||||||
kubernetes/cni/plugins
|
kubernetes/cni/plugins
|
||||||
kubernetes/containerd
|
kubernetes/containerd
|
||||||
kubernetes/crictl
|
kubernetes/crictl
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
bond /usr/libexec/cni/
|
5
kubernetes/cni/bond-cni/debian/deb_folder/changelog
Normal file
5
kubernetes/cni/bond-cni/debian/deb_folder/changelog
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
bond-cni (1.0-bff6422d7089d988dc1548e6abe0543601f6e1c7) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Steven Webster <steven.webster@windriver.com> Fri, 18 Mar 2022 20:41:30 +1000
|
23
kubernetes/cni/bond-cni/debian/deb_folder/control
Normal file
23
kubernetes/cni/bond-cni/debian/deb_folder/control
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
Source: bond-cni
|
||||||
|
Section: golang
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
||||||
|
Standards-Version: 4.6.0
|
||||||
|
Homepage: https://www.starlingx.io
|
||||||
|
Build-Depends: debhelper-compat (= 13),
|
||||||
|
dh-golang,
|
||||||
|
golang-any,
|
||||||
|
golang-github-appc-cni-dev,
|
||||||
|
golang-github-containernetworking-plugins-dev,
|
||||||
|
golang-github-vishvananda-netlink-dev,
|
||||||
|
golang-github-coreos-go-iptables-dev (>= 0.4.5~),
|
||||||
|
golang-github-safchain-ethtool-dev,
|
||||||
|
golang-golang-x-sys-dev,
|
||||||
|
XS-Go-Import-Path: github.com/bond
|
||||||
|
|
||||||
|
Package: bond-cni
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
|
Description: Provides a binary for the bond-cni plugin.
|
||||||
|
Bonding provides a method for aggregating multiple network interfaces
|
||||||
|
into a single logical "bonded" interface.
|
24
kubernetes/cni/bond-cni/debian/deb_folder/copyright
Normal file
24
kubernetes/cni/bond-cni/debian/deb_folder/copyright
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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'.
|
8
kubernetes/cni/bond-cni/debian/deb_folder/rules
Normal file
8
kubernetes/cni/bond-cni/debian/deb_folder/rules
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
export DH_VERBOSE = 1
|
||||||
|
export DH_GOLANG_GO_GENERATE := 1
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --buildsystem=golang --with=golang --builddirectory=_build
|
||||||
|
|
11
kubernetes/cni/bond-cni/debian/meta_data.yaml
Normal file
11
kubernetes/cni/bond-cni/debian/meta_data.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
debname: bond-cni
|
||||||
|
debver: 1.0-bff6422d7089d988dc1548e6abe0543601f6e1c7
|
||||||
|
dl_path:
|
||||||
|
name: bond-cni-1.0-bff6422d7089d988dc1548e6abe0543601f6e1c7.tar.gz
|
||||||
|
url: https://api.github.com/repos/k8snetworkplumbingwg/bond-cni/tarball/bff6422d7089d988dc1548e6abe0543601f6e1c7
|
||||||
|
md5sum: 9c0ae1dad63cf953b5257d3253fda7cb
|
||||||
|
sha256sum: c20d67e19e5508e12683adfe18252f8b99a8e902980fb08e2de67d1893cabc5b
|
||||||
|
revision:
|
||||||
|
dist: $STX_DIST
|
||||||
|
PKG_GITREVCOUNT: true
|
Loading…
Reference in New Issue
Block a user