From febf2aac714eeba0946428990af7163eeea218c3 Mon Sep 17 00:00:00 2001 From: Birk Lewin Date: Thu, 30 May 2024 15:11:43 +0200 Subject: [PATCH] Remove outdated vpgu e2e setup --- Makefile | 2 -- .../main/vgpu/kustomization.yaml | 6 ------ .../main/vgpu/vgpu-device-template.yaml | 11 ----------- 3 files changed, 19 deletions(-) delete mode 100644 test/e2e/data/infrastructure-vsphere-govmomi/main/vgpu/kustomization.yaml delete mode 100644 test/e2e/data/infrastructure-vsphere-govmomi/main/vgpu/vgpu-device-template.yaml diff --git a/Makefile b/Makefile index 59b0db18ae..1eb0554f37 100644 --- a/Makefile +++ b/Makefile @@ -381,8 +381,6 @@ generate-e2e-templates-main: $(KUSTOMIZE) ## Generate test templates for the mai "$(KUSTOMIZE)" --load-restrictor LoadRestrictionsNone build "$(E2E_GOVMOMI_TEMPLATE_DIR)/main/install-on-bootstrap" > "$(E2E_GOVMOMI_TEMPLATE_DIR)/main/cluster-template-install-on-bootstrap.yaml" # for PCI passthrough template "$(KUSTOMIZE)" --load-restrictor LoadRestrictionsNone build "$(E2E_GOVMOMI_TEMPLATE_DIR)/main/pci" > "$(E2E_GOVMOMI_TEMPLATE_DIR)/main/cluster-template-pci.yaml" - # for vGPU template - "$(KUSTOMIZE)" --load-restrictor LoadRestrictionsNone build "$(E2E_GOVMOMI_TEMPLATE_DIR)/main/vgpu" > "$(E2E_GOVMOMI_TEMPLATE_DIR)/main/cluster-template-vgpu.yaml" # for DHCP overrides "$(KUSTOMIZE)" --load-restrictor LoadRestrictionsNone build "$(E2E_GOVMOMI_TEMPLATE_DIR)/main/dhcp-overrides" > "$(E2E_GOVMOMI_TEMPLATE_DIR)/main/cluster-template-dhcp-overrides.yaml" "$(KUSTOMIZE)" --load-restrictor LoadRestrictionsNone build "$(E2E_GOVMOMI_TEMPLATE_DIR)/main/ownerrefs-finalizers" > "$(E2E_GOVMOMI_TEMPLATE_DIR)/main/cluster-template-ownerrefs-finalizers.yaml" diff --git a/test/e2e/data/infrastructure-vsphere-govmomi/main/vgpu/kustomization.yaml b/test/e2e/data/infrastructure-vsphere-govmomi/main/vgpu/kustomization.yaml deleted file mode 100644 index 75b395b27b..0000000000 --- a/test/e2e/data/infrastructure-vsphere-govmomi/main/vgpu/kustomization.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - ../base -patchesStrategicMerge: - - vgpu-device-template.yaml diff --git a/test/e2e/data/infrastructure-vsphere-govmomi/main/vgpu/vgpu-device-template.yaml b/test/e2e/data/infrastructure-vsphere-govmomi/main/vgpu/vgpu-device-template.yaml deleted file mode 100644 index 4404df5f3f..0000000000 --- a/test/e2e/data/infrastructure-vsphere-govmomi/main/vgpu/vgpu-device-template.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 -kind: VSphereMachineTemplate -metadata: - name: ${CLUSTER_NAME}-worker - namespace: ${NAMESPACE} -spec: - template: - spec: - vgpuDevices: - - profileName: ${PROFILE_NAME} \ No newline at end of file