Capture creation of cluster into Helm chart 86/4486/3
authorTodd Malsbary <todd.malsbary@intel.com>
Fri, 29 Oct 2021 20:20:19 +0000 (13:20 -0700)
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Sat, 20 Nov 2021 00:13:24 +0000 (00:13 +0000)
commit34b869955b20515bc44e5bac1b39ee0ffca65727
tree37ae91ade384f8a134d73f2e11ef88c8954acf9d
parent98bf4a2dc089bba177a247c2abf8c2072f02e750
Capture creation of cluster into Helm chart

This is a rudimentary chart, meant primarily to support the ICN
e2etest cases.

Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ib5e6b9e4a0779d43a6891e1d8926d6e612c7aee8
21 files changed:
.gitignore
deploy/clusters/.helmignore [new file with mode: 0644]
deploy/clusters/Chart.yaml [new file with mode: 0644]
deploy/clusters/clusters.sh [new file with mode: 0755]
deploy/clusters/ha-dhcp-values.yaml [new file with mode: 0644]
deploy/clusters/resources/override.conf [new file with mode: 0644]
deploy/clusters/resources/set_kernel_cmdline.sh [new file with mode: 0644]
deploy/clusters/static-values.yaml [new file with mode: 0644]
deploy/clusters/templates/_containerruntime.yaml [new file with mode: 0644]
deploy/clusters/templates/_keepalived.yaml [new file with mode: 0644]
deploy/clusters/templates/cluster.yaml [new file with mode: 0644]
deploy/clusters/templates/clusterresourceset.yaml [new file with mode: 0644]
deploy/clusters/templates/flannel-addon.yaml [new file with mode: 0644]
deploy/clusters/templates/flux-addon.yaml [new file with mode: 0644]
deploy/clusters/templates/kubeadmconfigtemplate.yaml [new file with mode: 0644]
deploy/clusters/templates/kubeadmcontrolplane.yaml [new file with mode: 0644]
deploy/clusters/templates/machinedeployment.yaml [new file with mode: 0644]
deploy/clusters/templates/metal3cluster.yaml [new file with mode: 0644]
deploy/clusters/templates/metal3datatemplate.yaml [new file with mode: 0644]
deploy/clusters/templates/metal3machinetemplate-controlplane.yaml [new file with mode: 0644]
deploy/clusters/templates/metal3machinetemplate-workers.yaml [new file with mode: 0644]