Update versions of addons 03/4703/1
authorTodd Malsbary <todd.malsbary@intel.com>
Fri, 18 Feb 2022 17:18:57 +0000 (09:18 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Wed, 2 Mar 2022 00:33:09 +0000 (16:33 -0800)
commitff5f274ea672fbb9e99d902d3c321da121d7f20e
tree126cc70a58f4b1f18de46c14c6930609fc9bdc8c
parent6d0aa509992ea780747a4a856375f5c4153ffdac
Update versions of addons

In order to better accomodate upstream version changes the addons
either use the upstream YAML files and charts directly or generate a
kustomize overlay from upstream YAMLs.

Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I4c93df3133d5dffb24d886074a36fbfa44a1605f
118 files changed:
Makefile
deploy/addons/addons.sh
deploy/cdi-operator/base/cdi-operator.yaml [new file with mode: 0644]
deploy/cdi-operator/base/kustomization.yaml [new file with mode: 0644]
deploy/cdi-operator/cdi-operator.sh [new file with mode: 0755]
deploy/cdi-operator/icn/kustomization.yaml [new file with mode: 0644]
deploy/cdi/base/cdi-cr.yaml [new file with mode: 0644]
deploy/cdi/base/kustomization.yaml [new file with mode: 0644]
deploy/cdi/cdi.sh [new file with mode: 0755]
deploy/cdi/icn/kustomization.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-discover-pod.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-init-pod.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-install-pod.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-namespace.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-nodereport-daemonset.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-rbac-rules.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-reconcile-daemonset.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-serviceaccount.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-webhook-certs.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-webhook-config.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-webhook-configmap.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-webhook-deployment.yaml [new file with mode: 0644]
deploy/cpu-manager/base/cmk-webhook-service.yaml [new file with mode: 0644]
deploy/cpu-manager/base/kustomization.yaml [new file with mode: 0644]
deploy/cpu-manager/cpu-manager.sh [new file with mode: 0755]
deploy/cpu-manager/icn/certificate.yaml [new file with mode: 0644]
deploy/cpu-manager/icn/daemonset-init-containers-patch.yaml [new file with mode: 0644]
deploy/cpu-manager/icn/delete-discover-pod-patch.yaml [new file with mode: 0644]
deploy/cpu-manager/icn/delete-init-pod-patch.yaml [new file with mode: 0644]
deploy/cpu-manager/icn/delete-install-pod-patch.yaml [new file with mode: 0644]
deploy/cpu-manager/icn/delete-nodereport-daemonset-patch.yaml [new file with mode: 0644]
deploy/cpu-manager/icn/delete-webhook-secret-patch.yaml [new file with mode: 0644]
deploy/cpu-manager/icn/issuer.yaml [new file with mode: 0644]
deploy/cpu-manager/icn/kustomization.yaml [new file with mode: 0644]
deploy/cpu-manager/icn/webhook-client-config-patch.json [new file with mode: 0644]
deploy/cpu-manager/icn/webhook-config-inject-cert-patch.yaml [new file with mode: 0644]
deploy/cpu-manager/icn/webhook-server-config-patch.yaml [new file with mode: 0644]
deploy/iavf-driver-installer/icn/daemonset.yaml [new file with mode: 0644]
deploy/iavf-driver-installer/icn/kustomization.yaml [new file with mode: 0644]
deploy/kata/icn/kustomization.yaml [new file with mode: 0644]
deploy/kubevirt-operator/base/kubevirt-operator.yaml [new file with mode: 0644]
deploy/kubevirt-operator/base/kustomization.yaml [new file with mode: 0644]
deploy/kubevirt-operator/icn/kustomization.yaml [new file with mode: 0644]
deploy/kubevirt-operator/icn/replicas-patch.yaml [new file with mode: 0644]
deploy/kubevirt-operator/kubevirt-operator.sh [new file with mode: 0755]
deploy/kubevirt/base/kubevirt-cr.yaml [new file with mode: 0644]
deploy/kubevirt/base/kustomization.yaml [new file with mode: 0644]
deploy/kubevirt/icn/cpu-manager-feature-gate-patch.yaml [new file with mode: 0644]
deploy/kubevirt/icn/kustomization.yaml [new file with mode: 0644]
deploy/kubevirt/icn/replicas-patch.yaml [new file with mode: 0644]
deploy/kubevirt/kubevirt.sh [new file with mode: 0755]
deploy/multus-cni/base/kustomization.yaml [new file with mode: 0644]
deploy/multus-cni/base/multus-daemonset.yaml [new file with mode: 0644]
deploy/multus-cni/icn/kustomization.yaml [new file with mode: 0644]
deploy/multus-cni/multus-cni.sh [new file with mode: 0755]
deploy/node-feature-discovery/icn/kustomization.yaml [new file with mode: 0644]
deploy/node-feature-discovery/icn/nfd-worker-conf-patch.yaml [new file with mode: 0644]
deploy/nodus-network/icn/kustomization.yaml [new file with mode: 0644]
deploy/nodus-network/icn/ovnnetwork.yaml [new file with mode: 0644]
deploy/nodus/base/kustomization.yaml [new file with mode: 0644]
deploy/nodus/base/ovn-daemonset.yaml [new file with mode: 0644]
deploy/nodus/base/ovn4nfv-k8s-plugin.yaml [new file with mode: 0644]
deploy/nodus/icn/kustomization.yaml [new file with mode: 0644]
deploy/nodus/icn/mount-var-run-shared-patch.yaml [new file with mode: 0644]
deploy/nodus/icn/nfn-operator-affinity-patch.json [new file with mode: 0644]
deploy/nodus/icn/ovn-control-plane-node-selector-patch.json [new file with mode: 0644]
deploy/nodus/nodus.sh [new file with mode: 0755]
deploy/qat-driver-installer/icn/daemonset.yaml [new file with mode: 0644]
deploy/qat-driver-installer/icn/kustomization.yaml [new file with mode: 0644]
deploy/qat-plugin/base/instal-qat-kernel-plugin.yaml [new file with mode: 0644]
deploy/qat-plugin/base/kustomization.yaml [new file with mode: 0644]
deploy/qat-plugin/icn/kustomization.yaml [new file with mode: 0644]
deploy/qat-plugin/icn/node-selector-patch.yaml [new file with mode: 0644]
deploy/qat-plugin/qat-plugin.sh [new file with mode: 0755]
deploy/site/cluster-icn/cdi-operator-release.yaml [deleted file]
deploy/site/cluster-icn/cdi-operator.yaml [new file with mode: 0644]
deploy/site/cluster-icn/cdi-release.yaml [deleted file]
deploy/site/cluster-icn/cdi.yaml [new file with mode: 0644]
deploy/site/cluster-icn/cert-manager.yaml [new file with mode: 0644]
deploy/site/cluster-icn/cpu-manager-release.yaml [deleted file]
deploy/site/cluster-icn/cpu-manager.yaml [new file with mode: 0644]
deploy/site/cluster-icn/emco-db.yaml [moved from deploy/site/cluster-icn/emco-db-release.yaml with 100% similarity]
deploy/site/cluster-icn/emco-monitor.yaml [moved from deploy/site/cluster-icn/emco-monitor-release.yaml with 100% similarity]
deploy/site/cluster-icn/emco-podsecurity.yaml [moved from deploy/site/cluster-icn/emco-podsecurity-release.yaml with 100% similarity]
deploy/site/cluster-icn/emco-services.yaml [moved from deploy/site/cluster-icn/emco-services-release.yaml with 100% similarity]
deploy/site/cluster-icn/emco-tools.yaml [moved from deploy/site/cluster-icn/emco-tools-release.yaml with 100% similarity]
deploy/site/cluster-icn/flux-system/kustomization.yaml
deploy/site/cluster-icn/flux-system/run-as-user-patch.json [new file with mode: 0644]
deploy/site/cluster-icn/iavf-driver-installer.yaml [new file with mode: 0644]
deploy/site/cluster-icn/kata.yaml [moved from deploy/site/cluster-icn/kata-kustomization.yaml with 79% similarity]
deploy/site/cluster-icn/kubevirt-operator-release.yaml [deleted file]
deploy/site/cluster-icn/kubevirt-operator.yaml [new file with mode: 0644]
deploy/site/cluster-icn/kubevirt-release.yaml [deleted file]
deploy/site/cluster-icn/kubevirt.yaml [new file with mode: 0644]
deploy/site/cluster-icn/kud-podsecurity-release.yaml [deleted file]
deploy/site/cluster-icn/kud-podsecurity.yaml [new file with mode: 0644]
deploy/site/cluster-icn/multus-cni-release.yaml [deleted file]
deploy/site/cluster-icn/multus-cni.yaml [new file with mode: 0644]
deploy/site/cluster-icn/node-feature-discovery-release.yaml [deleted file]
deploy/site/cluster-icn/node-feature-discovery.yaml [new file with mode: 0644]
deploy/site/cluster-icn/nodus-network.yaml [new file with mode: 0644]
deploy/site/cluster-icn/nodus.yaml [new file with mode: 0644]
deploy/site/cluster-icn/ovn4nfv-network-release.yaml [deleted file]
deploy/site/cluster-icn/ovn4nfv-release.yaml [deleted file]
deploy/site/cluster-icn/qat-device-plugin-release.yaml [deleted file]
deploy/site/cluster-icn/qat-driver-installer.yaml [new file with mode: 0644]
deploy/site/cluster-icn/qat-plugin.yaml [new file with mode: 0644]
deploy/site/cluster-icn/sriov-network-operator.yaml [new file with mode: 0644]
deploy/site/cluster-icn/sriov-network-release.yaml [deleted file]
deploy/site/cluster-icn/sriov-network.yaml [new file with mode: 0644]
deploy/sriov-network-operator/icn/kustomization.yaml [new file with mode: 0644]
deploy/sriov-network-operator/icn/release.yaml [moved from deploy/site/cluster-icn/sriov-network-operator-release.yaml with 69% similarity]
deploy/sriov-network-operator/icn/source.yaml [moved from deploy/site/cluster-icn/kud-source.yaml with 56% similarity]
deploy/sriov-network/icn/kustomization.yaml [new file with mode: 0644]
deploy/sriov-network/icn/sriovnetwork.yaml [new file with mode: 0644]
deploy/sriov-network/icn/sriovnetworknodepolicy.yaml [new file with mode: 0644]
deploy/yq/yq.sh [new file with mode: 0755]
env/lib/common.sh