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

This is a fix for #453 . #458

Merged
merged 2 commits into from
May 1, 2024
Merged

Commits on May 1, 2024

  1. This is a fix for oravirt#453 .

    bugfix set custom environment for executables with oracle_script_env
    
    `_JAVA_OPTIONS` is only set when `oracle_tmp_stage` != /tmp due to issues
    with `GridSetup.sh -applyRU` for 21c.
    The default for `oracle_tmp_stage` is /tmp when `ansible-fips` is disabled
    or `{{ oracle_stage }}/tmp` when enabled.
    
    The owner, group and priviledges for `oracle_tmp_stage` are set to same
    values as `/tmp` on normal linux servers.
    
    The `CV_ASSUME_DISTID` is set to `OL{{ ansible_distribution_major_version }}` for RHEL/OL
    when not RHEL9/OL9 and set to `OL8` when RHEL9/OL9.
    
    `SLES15` is default for SuSE at the moment. This could be changed in next PRs.
    
    `cluvfy` is always executed without `CV_ASSUME_DISTID`, because the tool is
    compatible for all supported plattforms when most current version is used.
    Rendanic committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f7cbaf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    614dfd8 View commit details
    Browse the repository at this point in the history