EMCO deploy of addons 44/120244/8
authorTodd Malsbary <todd.malsbary@intel.com>
Fri, 26 Mar 2021 21:17:49 +0000 (14:17 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 7 May 2021 15:32:08 +0000 (08:32 -0700)
commitcc302424c0b129267235157640be28b45597fef2
treeaf2c1b64ae0816f7ebb369ae72ed8eacc515798c
parente168465a7a266c4e1450a50ece19ed6db1aa9379
EMCO deploy of addons

An example is provided with instructions on how to install the addons
with emcoctl.  Addtionally, the containerized installer will populate
/opt/kud/addons and /opt/kud/multi-cluster/$CLUSTER_NAME/artifacts
with the files and instructions necessary as well.

Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I74de1c9d18a0aaec4a96e38684ec80f00ab0b940
29 files changed:
kud/deployment_infra/emco/.gitignore [new file with mode: 0644]
kud/deployment_infra/emco/Makefile [new file with mode: 0644]
kud/deployment_infra/emco/composite-app.yaml [new file with mode: 0644]
kud/deployment_infra/emco/examples/README.md [new file with mode: 0644]
kud/deployment_infra/emco/examples/prerequisites.yaml [new file with mode: 0644]
kud/deployment_infra/emco/examples/values-resources.yaml.example [new file with mode: 0644]
kud/deployment_infra/emco/examples/values.yaml.example [new file with mode: 0644]
kud/deployment_infra/profiles/cpu-manager/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/cpu-manager/override_values.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/multus-cni/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/multus-cni/override_values.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/node-feature-discovery/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/node-feature-discovery/override_values.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/ovn4nfv/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/ovn4nfv/override_values.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/qat-device-plugin/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/qat-device-plugin/override_values.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/sriov-network-operator/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/sriov-network-operator/override_values.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/sriov-network/manifest.yaml [new file with mode: 0644]
kud/deployment_infra/profiles/sriov-network/override_values.yaml [new file with mode: 0644]
kud/hosting_providers/containerized/addons/README.md.tmpl [new file with mode: 0644]
kud/hosting_providers/containerized/addons/values-resources.yaml.tmpl [new file with mode: 0644]
kud/hosting_providers/containerized/addons/values.yaml.tmpl [new file with mode: 0644]
kud/hosting_providers/containerized/installer.sh
kud/hosting_providers/vagrant/installer.sh
kud/tests/_functions.sh
kud/tests/multus.sh
kud/tests/sriov-network.sh [changed mode: 0644->0755]