Skip to content

Commit

Permalink
fix: add config to disable local engines
Browse files Browse the repository at this point in the history
This change will add a configuration variable to disable
 installation of local engines lvm and zfs during
 umbrella chart based installation

Signed-off-by: Ranjith M P <[email protected]>
  • Loading branch information
r1jt committed Oct 18, 2024
1 parent a0d5a84 commit 3a71d9d
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"`
DisableLocalEngines []string `yaml:"disableLocalEngines"`
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: "mayastor/openebs"
useUmbrellaOpenEBSChart: false
disableLocalEngines:
- "lvm"
- "zfs"
zfsEnginePluginContainerName: "openebs-zfs-plugin"
zfsEnginePluginDriverName: "zfs.csi.openebs.io"
zfsEngineControllerDeploymentName: "openebs-zfs-localpv-controller"
Expand Down

0 comments on commit 3a71d9d

Please sign in to comment.