diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-06-18 16:05:20 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-06-24 16:38:40 -0700 |
commit | 709e0de616a7d23510f523680695b7046e1b8b09 (patch) | |
tree | af0c71b5500b9735890c6644b9ba96f59ddbfbb8 /kud/deployment_infra/helm/ovn4nfv-network/Chart.yaml | |
parent | ffa56aaeb4f69490866d67f98209af01191257bd (diff) |
Add ovn4nfv-network addon
This chart contains the ovn-networkobj NetworkAttachmentDefinition
required by EMCO.
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Iaf10bacaf7ff263b165ca18a427958f7e75c3628
Diffstat (limited to 'kud/deployment_infra/helm/ovn4nfv-network/Chart.yaml')
-rw-r--r-- | kud/deployment_infra/helm/ovn4nfv-network/Chart.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/kud/deployment_infra/helm/ovn4nfv-network/Chart.yaml b/kud/deployment_infra/helm/ovn4nfv-network/Chart.yaml new file mode 100644 index 00000000..1b57a746 --- /dev/null +++ b/kud/deployment_infra/helm/ovn4nfv-network/Chart.yaml @@ -0,0 +1,24 @@ +# Copyright 2021 Intel Corporation, 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. + +apiVersion: v2 +appVersion: v2.2.0 +description: | + OVN4NFV K8s Plugin - Network definitions +home: https://github.com/opnfv/ovn4nfv-k8s-plugin +name: ovn4nfv-network +sources: + - https://github.com/opnfv/ovn4nfv-k8s-plugin +type: application +version: 0.1.0 |