Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow to add any extra parameters to the HANA installation #907

Merged
merged 5 commits into from
Jul 18, 2023

Conversation

yeoldegrove
Copy link
Collaborator

@yeoldegrove yeoldegrove commented Jun 12, 2023

hana_extra_parameters = {
  # needed for HANA 2.0 >= SPS07 as
  # the local secure store component (LSS) can only be installed in optimized installation mode.
  install_execution_mode = "optimized",
  # Disable minimal memory checks for HANA. Useful to deploy development clusters.
  # Low memory usage can cause a failed deployment. Be aware that this option does
  # not work with any memory size and will most likely fail with less than 16 GiB
  ignore = "check_min_mem"
}

additional change:

  • 1751989 sets the Local Secure Store user passwords which are needed for a HANA 2.0 SPS07 installation (mandatory optimized mode).
  • 057d9ea fix/workaround SLES12 won't find modules supplied by salt-shaptools

@yeoldegrove yeoldegrove added the enhancement New feature or request label Jun 12, 2023
@yeoldegrove yeoldegrove self-assigned this Jun 12, 2023
(deprecates hana_ignore_min_mem_check)
@yeoldegrove yeoldegrove requested review from arbulu89 and removed request for mr-stringer July 18, 2023 07:59
Copy link
Collaborator

@arbulu89 arbulu89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@yeoldegrove yeoldegrove merged commit 2023510 into develop Jul 18, 2023
8 checks passed
@yeoldegrove yeoldegrove deleted the feat/hana_extra_parameters branch July 18, 2023 08:07
@tuttipazzo
Copy link

Awesome. Thanks!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants