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

Enable RAC Option in 4.6.0 again #418

Merged
merged 5 commits into from
Mar 8, 2024
Merged

Conversation

Rendanic
Copy link
Collaborator

@Rendanic Rendanic commented Mar 7, 2024

This is the 1st testing version of RAC Support in ansible-oracle 4.x.

Important changes:

  • orahost_ssh
    The role has been rewritten for better support of existing keys.
  • oradb_manage_redo
    Execution is skipped in RAC for the moment.
  • ORACLE_BASE with role separation
    The default ORACLE_BASE for grid with role_separation: truehas been changed.
    fixes wrong ORACLE_BASE in RAC with role seperation #259

The most important change is the node role for hosts.
Single-Instance and Restart is always primary.
Only the 1st node in RAC is primary.

Most run_once: true tasks in 3.x were changed to running on primary nodes only.

…rofile

The module oracle_redo has no support for RAC at the moment.
Disable the execution of tasks when RAC is in use until the
missing feature has been implemented.
@Rendanic Rendanic added this to the 4.6 milestone Mar 8, 2024
@Rendanic Rendanic merged commit b9cae11 into oravirt:master Mar 8, 2024
6 checks passed
@Rendanic Rendanic deleted the pr/rac_option branch March 8, 2024 06:46
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.

wrong ORACLE_BASE in RAC with role seperation
1 participant