Skip to content

Commit

Permalink
Merge pull request #82 from openebs/disable-local-engines
Browse files Browse the repository at this point in the history
Disable local engines
  • Loading branch information
rohan2794 authored Oct 22, 2024
2 parents 3e15567 + b6d54ab commit df89f12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/e2e_config/e2e_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +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"`
DisableEngines []string `yaml:"disableEngines"`
PrometheusNodeExporterServicePort int `yaml:"prometheusNodeExporterServicePort" env-default:"10100"`
ZfsEnginePluginContainerName string `yaml:"zfsEnginePluginContainerName"`
ZfsEnginePluginDriverName string `yaml:"zfsEnginePluginDriverName"`
Expand Down
3 changes: 3 additions & 0 deletions configurations/product/mayastor_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ product:
lvmEnginePluginDriverName: "local.csi.openebs.io"
umbrellaOpenebsHelmChartName: "openebs"
useUmbrellaOpenEBSChart: false
disableEngines:
- "lvm"
- "zfs"
zfsEnginePluginContainerName: "openebs-zfs-plugin"
zfsEnginePluginDriverName: "zfs.csi.openebs.io"
zfsEngineControllerDeploymentName: "openebs-zfs-localpv-controller"
Expand Down

0 comments on commit df89f12

Please sign in to comment.