From ed56e00afc7a725c24c59e977d70fa9f55819f6b Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Wed, 20 Sep 2023 08:17:01 +0200 Subject: [PATCH] CI: move to new resource pool and folder in VMC --- test/e2e/config/vsphere-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/config/vsphere-ci.yaml b/test/e2e/config/vsphere-ci.yaml index c53c201b24..37df9abdd8 100644 --- a/test/e2e/config/vsphere-ci.yaml +++ b/test/e2e/config/vsphere-ci.yaml @@ -109,8 +109,8 @@ variables: CLUSTER_CLASS_NAME: "quick-start" VSPHERE_COMPUTE_CLUSTER: "Cluster-1" VSPHERE_DATACENTER: "SDDC-Datacenter" - VSPHERE_FOLDER: "clusterapi" - VSPHERE_RESOURCE_POOL: "clusterapi" + VSPHERE_FOLDER: "cluster-api-provider-vsphere" + VSPHERE_RESOURCE_POOL: "cluster-api-provider-vsphere" VSPHERE_DATASTORE: "WorkloadDatastore" VSPHERE_STORAGE_POLICY: "Cluster API vSphere Storage Policy" VSPHERE_NETWORK: "sddc-cgw-network-6"