diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml new file mode 100644 index 000000000..f62d73c80 --- /dev/null +++ b/changelogs/.plugin-cache.yaml @@ -0,0 +1,17 @@ +objects: + role: {} +plugins: + become: {} + cache: {} + callback: {} + cliconf: {} + connection: {} + httpapi: {} + inventory: {} + lookup: {} + module: {} + netconf: {} + shell: {} + strategy: {} + vars: {} +version: 3.0.0 diff --git a/changelogs/fragments/100-ocenv.yaml b/changelogs/fragments/100-ocenv.yaml new file mode 100644 index 000000000..26a2378fe --- /dev/null +++ b/changelogs/fragments/100-ocenv.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - remove auto execution of ocenv from .bashrc (#100) diff --git a/changelogs/fragments/101-cleanup.yaml b/changelogs/fragments/101-cleanup.yaml new file mode 100644 index 000000000..9c11645b2 --- /dev/null +++ b/changelogs/fragments/101-cleanup.yaml @@ -0,0 +1,4 @@ +--- +bugfixes: + - be less verbose during ansible-playbook (#101) + - make collection compatble for galaxy.ansible.com (#101) diff --git a/changelogs/fragments/81-userpassword_management.yaml b/changelogs/fragments/81-userpassword_management.yaml new file mode 100644 index 000000000..cee5b30ab --- /dev/null +++ b/changelogs/fragments/81-userpassword_management.yaml @@ -0,0 +1,3 @@ +--- +minor_changes: + - added support to interpret password as hash instead of plaintext in dbpasswords by setting users[*].password_is_hash=true (#81) diff --git a/changelogs/fragments/82-recatoring_Refactoring oraswgi-install.yaml b/changelogs/fragments/82-recatoring_Refactoring oraswgi-install.yaml new file mode 100644 index 000000000..289a8b044 --- /dev/null +++ b/changelogs/fragments/82-recatoring_Refactoring oraswgi-install.yaml @@ -0,0 +1,12 @@ +--- +minor_changes: + - Refactoring oraswgi-install for 19c and 21c (#82) + - Removed parameter -ignorePrereq during GridSetup.sh (#82) + - Parameter oracle_asm_disk_string could be set when asmlib is used (#82) + - added execution of runcluvfy.sh before GridSetup.sh (#82) + - refactoring the includes for 19c and 21c (#82) + - new way installing cvuqdisk.rpm in Grid-Infrastructure (#82) + - 'added extra debug tasks with "msg: install-home-gi | Start .." before long running tasks (#82)' + +bugfixes: + - added asmoper to oracle user in orahost (#82) diff --git a/changelogs/fragments/84-ol8gi.yaml b/changelogs/fragments/84-ol8gi.yaml new file mode 100644 index 000000000..e1b7ed1bb --- /dev/null +++ b/changelogs/fragments/84-ol8gi.yaml @@ -0,0 +1,4 @@ +--- +minor_changes: + - "oraswgi: move from package to yum for cvuqdisk.rpm (#84)" + - "oraswgi: assert OL8 and GI 19.3 without RU (#84)" diff --git a/changelogs/fragments/86-ocenv.yaml b/changelogs/fragments/86-ocenv.yaml new file mode 100644 index 000000000..7fd82a9c1 --- /dev/null +++ b/changelogs/fragments/86-ocenv.yaml @@ -0,0 +1,3 @@ +--- +minor_changes: + - Replace broken .profile_* Envrionmentscript with ocenv (#85) diff --git a/changelogs/fragments/87-dbca.yaml b/changelogs/fragments/87-dbca.yaml new file mode 100644 index 000000000..7f6aa992f --- /dev/null +++ b/changelogs/fragments/87-dbca.yaml @@ -0,0 +1,3 @@ +--- +minor_changes: + - "oradb-manage-db: use custom DBCA-Templates from ORACLE_HOME directly (#87)" diff --git a/changelogs/fragments/92-goldenimage.yaml b/changelogs/fragments/92-goldenimage.yaml new file mode 100644 index 000000000..782d6c8f3 --- /dev/null +++ b/changelogs/fragments/92-goldenimage.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - fixed gold image copy path (#92) diff --git a/changelogs/fragments/93-oracle_user_home.yaml b/changelogs/fragments/93-oracle_user_home.yaml new file mode 100644 index 000000000..b31bd0cb6 --- /dev/null +++ b/changelogs/fragments/93-oracle_user_home.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - fixes a problem where oracle user home directory has been hardcoded to be under /home (#93) diff --git a/changelogs/fragments/94-linter.yaml b/changelogs/fragments/94-linter.yaml new file mode 100644 index 000000000..15cdb5b48 --- /dev/null +++ b/changelogs/fragments/94-linter.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - make ansible-lint more happy due to new rules (#94) diff --git a/changelogs/fragments/95-oracle_profile.yaml b/changelogs/fragments/95-oracle_profile.yaml new file mode 100644 index 000000000..f055cc1f3 --- /dev/null +++ b/changelogs/fragments/95-oracle_profile.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - "oracle_profile: make it compatible for Python3 (#95)" diff --git a/changelogs/fragments/96-orahost.yaml b/changelogs/fragments/96-orahost.yaml new file mode 100644 index 000000000..a472fb0d5 --- /dev/null +++ b/changelogs/fragments/96-orahost.yaml @@ -0,0 +1,3 @@ +--- +minor_changes: + - "orahost: add new attributes to host_fs_layout (#96)" diff --git a/changelogs/fragments/97-removed_roles.yaml b/changelogs/fragments/97-removed_roles.yaml new file mode 100644 index 000000000..7bc180222 --- /dev/null +++ b/changelogs/fragments/97-removed_roles.yaml @@ -0,0 +1,7 @@ +--- +removed_features: + - "role removed: oraasm-createdg - replaced by oraasm_manage_diskgroups (#97)" + - "role removed: oradb-create - replaced by oradb_manage_db (#97)" + - "role removed: oradb-delete - replaced by oradb_manage_db (#97)" + - "role removed: oradb-failover - should be implemented in oraswgi-install -no replacement availible (#97)" + - "role removed: oraswgi-clone - not working with current Oracle versions, no replacement availible (#97)" diff --git a/changelogs/fragments/98-opatch.yaml b/changelogs/fragments/98-opatch.yaml new file mode 100644 index 000000000..8abaeed38 --- /dev/null +++ b/changelogs/fragments/98-opatch.yaml @@ -0,0 +1,3 @@ +--- +minor_changes: + - added support for updating opatch under 19c and 21c (#98) diff --git a/changelogs/fragments/99-collection.yaml b/changelogs/fragments/99-collection.yaml new file mode 100644 index 000000000..518f520d4 --- /dev/null +++ b/changelogs/fragments/99-collection.yaml @@ -0,0 +1,17 @@ +--- +release_summary: | + ansible-oracle has been converted into a collection. + This release starts using antsibull-changelog for managing the CHANGELOG.rst. + +major_changes: + - moved ansible-oracle into a collection (#99) + +minor_changes: + - update ansible-lint for git pre-commit to v6.3.0 (#99) + - removed all check exceptions from .ansible-lint (#99) + +breaking_changes: + - Ansible 2.9+ needed (#99) + - rename all roles with '-' in name to '_' (#99) + - renamed variable for EE-Options in Binaries (#99) + - moved old playbooks to playbooks folder (#99)