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

Support for OL9 in 19c + prapatch in oraswdb_install #469

Merged
merged 8 commits into from
Sep 1, 2024

Conversation

Rendanic
Copy link
Collaborator

@Rendanic Rendanic commented Aug 25, 2024

This is is big PR which adds support for OL9 to ansible-oracle.

It includes a lot of changes for that:

  • example for beginner_patching uses collection from 4.x
  • example for RAC does pre-Patching during oraswdb_install
    This shows the usage of the new feauture. It is not tested against a OL9 Vagrantbox yet..
  • molecule dbfs-ol9
    The prapatch Installation could be tested with molecule against a OL9 docker image.
    Warning! The opatch in runInstaller checks for configured swap in OS. The dockerhost needs a resonable swap configuration for runInstaller execution. The assert for swap is not working in a container and disabled there. The internal check in opatch could not be disabled...
  • molecule dbfs
    Needed some changes for dbfs-ol9.

Important!
You have to apply the patches during prepatch installation for 19c on OL9. You need a valid CSI to download the patches from https://support.oracle.com.
Do not use ZIP-Archives in db_homes_config with attribute path together. This is limited to environments with patch_before_rootsh: false.

The following variables are mandatory to enable the support:

apply_patches_db: true
patch_before_rootsh: true

This PR will solve the Issue #390 for missing OL9 support.

closes #390

@Rendanic Rendanic added this to the 4.10 milestone Aug 25, 2024
@Rendanic Rendanic self-assigned this Aug 25, 2024
@Rendanic Rendanic force-pushed the pr/example_rac_2 branch 2 times, most recently from 9688ddd to 68b11b7 Compare August 25, 2024 17:58
@Rendanic Rendanic marked this pull request as ready for review August 27, 2024 04:58
@Rendanic Rendanic merged commit cf18407 into oravirt:master Sep 1, 2024
6 checks passed
@Rendanic Rendanic deleted the pr/example_rac_2 branch September 1, 2024 15:00
@Rendanic Rendanic mentioned this pull request Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need Oracle patch to install 19c on EL9
1 participant