chore: Remove redundant node template injection task
This commit is contained in:
		| @@ -29,4 +29,3 @@ | |||||||
| - import_tasks: manifests.yml | - import_tasks: manifests.yml | ||||||
| - import_tasks: kubeadm.yml | - import_tasks: kubeadm.yml | ||||||
| - import_tasks: containerimages.yml | - import_tasks: containerimages.yml | ||||||
| - import_tasks: nodetemplates.yml |  | ||||||
|   | |||||||
| @@ -1,4 +0,0 @@ | |||||||
| - name: Download node-template image |  | ||||||
|   ansible.builtin.uri: |  | ||||||
|     url: "{{ components.clusterapi.workload.node_template.url }}" |  | ||||||
|     dest: /opt/workloadcluster/node-templates/{{ components.clusterapi.workload.node_template.url | basename}} |  | ||||||
| @@ -122,8 +122,8 @@ components: | |||||||
|         calico: v3.27.3 |         calico: v3.27.3 | ||||||
|         k8s: v1.30.1 |         k8s: v1.30.1 | ||||||
|       node_template: |       node_template: | ||||||
|         # url: https://{{ repo_username }}:{{ repo_password }}@sn.itch.fyi/Repository/rel/ubuntu-2204-kube-v1.27.1.ova |       # Not used anymore; should be uploaded to hypervisor manually! | ||||||
|         url: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/download/templates%2Fv1.30.0/ubuntu-2204-kube-v1.30.0.ova |       # https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/download/templates%2Fv1.30.0/ | ||||||
|  |  | ||||||
|   dex: |   dex: | ||||||
|     helm: |     helm: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user