Skip to content

ansible-oracle v3.0.0

Compare
Choose a tag to compare
@Rendanic Rendanic released this 13 Sep 06:32
· 534 commits to master since this release
534f92e

v3.0.0

Release Summary

ansible-oracle has been converted into a collection.
This release starts using antsibull-changelog for managing the CHANGELOG.rst.

Major Changes

Minor Changes

Breaking Changes / Porting Guide

Removed Features (previously deprecated)

  • role removed: oraasm-createdg - replaced by oraasm_manage_diskgroups (opitzconsulting#97)
  • role removed: oradb-create - replaced by oradb_manage_db (opitzconsulting#97)
  • role removed: oradb-delete - replaced by oradb_manage_db (opitzconsulting#97)
  • role removed: oradb-failover - should be implemented in oraswgi-install -no replacement availible (opitzconsulting#97)
  • role removed: oraswgi-clone - not working with current Oracle versions, no replacement availible (opitzconsulting#97)

Bugfixes

  • added asmoper to oracle user in orahost (opitzconsulting#82)
  • be less verbose during ansible-playbook (opitzconsulting#101)
  • does not require host_fs_layout to have "disks" attribute when "configure_host_disks==false" (opitzconsulting#108)
  • fixed gold image copy path (opitzconsulting#92)
  • fixes a problem where oracle user home directory has been hardcoded to be under /home (opitzconsulting#93)
  • make ansible-lint more happy due to new rules (opitzconsulting#94)
  • make collection compatble for galaxy.ansible.com (opitzconsulting#101)
  • oracle_db: Set SYSTEM password when creating a DB
  • oracle_profile: make it compatible for Python3 (opitzconsulting#95)
  • oradb_manage_grants & oradb_manage_users: pass container and container_data parameters to modules
  • oradb_manage_statspack: Bugfix for db.state <> present
  • oraswgi_install: fixed wrong script task to shell (#261)
  • remove auto execution of ocenv from .bashrc (opitzconsulting#100)

Known Issues

  • Problem Instance <db_unique_name> is not running during DBCA in RAC (opitzconsulting#91)
  • removal of database not working when db_name <> db_instance_name (opitzconsulting#28)
  • wrong ORACLE_BASE in RAC with role sepepration (#259)