Skip to content

Release 4.6.0 BETA

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rendanic Rendanic released this 08 Mar 08:45
· 94 commits to master since this release

v4.6.0

Release Summary

This is the 1st Release of ansible-oracle 4.x with RAC support in expeimental stete.
The fixes from (#416) are very important for setups with more then 1 database on a host.
Please remove oracle_db_mem_totalmb from oracle_databases and set sga_target in initparams as a replacement.

Minor Changes

  • RAC: Reenabled RAC-Support in 4.x (#418)
  • molecule: Added 2nd database to tests (#417)
  • oradb_facts: add attribute oradb_facts_ignore_unreachable to oracle_databases (#417)
  • oradb_manage_db: Ignore errors during create/manage db when oradb_facts_ignore_unreachable=true (#417)
  • oradb_manage_grants: check state from oracledb_facts during execution (#417)
  • oradb_manage_parameters: check state from oracledb_facts during execution (#417)
  • oradb_manage_pdb: check state from oracledb_facts during execution (#417)
  • oradb_manage_profiles: check state from oracledb_facts during execution (#417)
  • oradb_manage_redo: Disable role in RAC environments (#418)
  • oradb_manage_redo: check state from oracledb_facts during execution (#417)
  • oradb_manage_roles: check state from oracledb_facts during execution (#417)
  • oradb_manage_services: check state from oracledb_facts during execution (#417)
  • oradb_manage_statspack: check state from oracledb_facts during execution (#417)
  • oradb_manage_tablespace: check state from oracledb_facts during execution (#417)
  • oradb_manage_users: check state from oracledb_facts during execution (#417)
  • orahost_ssh: Role rewritten with modern ansible modules (#418)
  • orasw_download_patches: Download OPatch for GI/Restart (#415)

Breaking Changes / Porting Guide

  • oradb_manage_db: move echo for usage of ocenv from .bashrc to .bash_profile (#418)
  • orasw_meta: added assert for oracle_db_mem_totalmb in oracle_databases (#414)
  • orasw_meta: added variable orasw_meta_cluster_hostgroup for RAC (#418)
  • orasw_meta: assert that cdb from oracle_pdbs is in oracle_databases (#417)

Bugfixes

  • global: removed redundant flatten(levels=1) filter on oracle_database/oracle_pdbs (#416)
  • global: replaced match filter fith equalto to prevent partial matches where not wanted (#416)
  • oradb_facts: Loop gathered facts only for first database from oracle_databases (#416)
  • oradb_facts: Prevent re-using results from previous loop run when ignore_errors set to true (#416)
  • oradb_manage_redo: Loop processed only first database from oracle_databases (#416)
  • oradb_manage_statspack: Loops processed only first database/pdb from oracle_databases/oracle_pdbs (#416)
  • oradb_rman: Loops processed only first database from oracle_databases (#416)
  • orasw_meta_internal: replaced all odb[0]/opdb[0] with _odb_loop_helper/_opdb_loop_helper (#416)