From 30ac00eeb585feab1bff7452182879bac35f1a91 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Tue, 13 Sep 2022 17:19:33 -0400 Subject: [PATCH] Add zone field to vsphere test cloudconfig --- test/e2e/storage/vsphere/config.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/e2e/storage/vsphere/config.go b/test/e2e/storage/vsphere/config.go index d5e7f7ad1c9..2c0921022d5 100644 --- a/test/e2e/storage/vsphere/config.go +++ b/test/e2e/storage/vsphere/config.go @@ -85,6 +85,11 @@ type ConfigFile struct { DefaultDatastore string `gcfg:"default-datastore"` ResourcePoolPath string `gcfg:"resourcepool-path"` } + // Tag categories and tags which correspond to "built-in node labels: zones and region" + Labels struct { + Zone string `gcfg:"zone"` + Region string `gcfg:"region"` + } } // GetVSphereInstances parses vsphere.conf and returns VSphere instances