diff --git a/common/e2e_config/e2e_config.go b/common/e2e_config/e2e_config.go index df469f3..75c6b9d 100644 --- a/common/e2e_config/e2e_config.go +++ b/common/e2e_config/e2e_config.go @@ -138,7 +138,7 @@ type ProductSpec struct { LvmEnginePluginDriverName string `yaml:"lvmEnginePluginDriverName"` UmbrellaOpenebsHelmChartName string `yaml:"umbrellaOpenebsHelmChartName"` UseUmbrellaOpenEBSChart bool `yaml:"useUmbrellaOpenEBSChart" env:"e2e_use_umbrella_openebs_chart" env-default:"false"` - DisableLocalEngines []string `yaml:"disableLocalEngines"` + DisableEngines []string `yaml:"disableEngines"` PrometheusNodeExporterServicePort int `yaml:"prometheusNodeExporterServicePort" env-default:"10100"` ZfsEnginePluginContainerName string `yaml:"zfsEnginePluginContainerName"` ZfsEnginePluginDriverName string `yaml:"zfsEnginePluginDriverName"` diff --git a/configurations/product/mayastor_config.yaml b/configurations/product/mayastor_config.yaml index c576226..5763381 100644 --- a/configurations/product/mayastor_config.yaml +++ b/configurations/product/mayastor_config.yaml @@ -134,7 +134,7 @@ product: lvmEnginePluginDriverName: "local.csi.openebs.io" umbrellaOpenebsHelmChartName: "mayastor/openebs" useUmbrellaOpenEBSChart: false - disableLocalEngines: + disableEngines: - "lvm" - "zfs" zfsEnginePluginContainerName: "openebs-zfs-plugin"