X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-oran%2Frecipes-containers%2Fkubernetes-plugins%2Fmultus-cni_3.3.bb;h=d4b023bd8f16ef48f43a7eebd745059f38f69d92;hb=baf4459a98662ff24bc7c0653ff17f06e6929e72;hp=f6b6dba71f4e234de245dff068db658c8430645a;hpb=fd3b4e0a840316652bf962a79e7d17c0c4d2d4b2;p=pti%2Frtp.git diff --git a/meta-oran/recipes-containers/kubernetes-plugins/multus-cni_3.3.bb b/meta-oran/recipes-containers/kubernetes-plugins/multus-cni_3.3.bb index f6b6dba..d4b023b 100644 --- a/meta-oran/recipes-containers/kubernetes-plugins/multus-cni_3.3.bb +++ b/meta-oran/recipes-containers/kubernetes-plugins/multus-cni_3.3.bb @@ -1,6 +1,17 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# 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. SUMMARY = "Multus CNI enables attaching multiple network interfaces to pods in Kubernetes." DESCRIPTION = "\ @@ -32,5 +43,6 @@ do_install() { install -m 644 ${S}/README.md ${D}${K8S_PLUGINS} install -m 644 ${S}/images/entrypoint.sh ${D}${K8S_PLUGINS} install -m 644 ${S}/images/README.md ${D}${K8S_PLUGINS}/README-deployment.md - install -m 644 ${S}/images/multus-daemonset-pre-1.16.yml ${D}${K8S_PLUGINS}/multus-daemonset.yml + install -m 644 ${S}/images/multus-daemonset-pre-1.16.yml ${D}${K8S_PLUGINS}/multus-daemonset-pre-1.16.yml + install -m 644 ${S}/images/multus-daemonset.yml ${D}${K8S_PLUGINS}/multus-daemonset.yml }