TOOLS: Ansible Playbook for Deployed Kubernetes Cluster. 72/70172/11
authorEmanueleUrselli <urselliemanuele@icloud.com>
Sun, 10 May 2020 18:32:41 +0000 (20:32 +0200)
committerEmanueleUrselli <urselliemanuele@icloud.com>
Tue, 21 Jul 2020 16:08:36 +0000 (18:08 +0200)
commit4c29bee136718738ca012278588e18e95e120e0b
tree4c3dbdaee2114a9248b1ac12b9eacf2097f53b01
parentb12d21d5850ade955a54e6296e387871c4b7560f
TOOLS: Ansible Playbook for Deployed Kubernetes Cluster.

This patch adds ansible playbooks for cluster deployment.

Change-Id: Icf58b0ad0dec7098bff14c3f3c6666c35c242081
Signed-off-by: Emanuele Urselli <urselliemanuele@icloud.com>
Signed-off-by: Parth Yadav<parthyadav3105@gmail.com>
31 files changed:
tools/k8s/cluster-deployment/k8scluster/.ansible-lint [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/README.md [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/ansible.cfg [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/hosts [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/k8sclustermanagement.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/defaults/main.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/files/configMap-sriov-device-plugin.yaml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/files/kube-flannel-daemonset.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/files/multus-daemonset.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/files/ovs-daemonset.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/files/sriov-cni-daemonset.yaml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/files/sriov-device-plugin-daemonset.yaml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/files/userspace-daemonset.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-flannel.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-k8s-master.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-k8s-workers-drain.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-k8s-workers-reset.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-kubevirt-ovs.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-multus.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-sriov.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-userspace.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/cni-pre-deploy.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/configure_master_node.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/deploy-flannel.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/deploy-kubevirt-ovs.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/deploy-multus.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/deploy-sriov.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/deploy-userspace.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/foldersettings.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/main.yml [new file with mode: 0644]
tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/workers.yml [new file with mode: 0644]