forked from oravirt/ansible-oracle
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
objects: | ||
role: {} | ||
plugins: | ||
become: {} | ||
cache: {} | ||
callback: {} | ||
cliconf: {} | ||
connection: {} | ||
httpapi: {} | ||
inventory: {} | ||
lookup: {} | ||
module: {} | ||
netconf: {} | ||
shell: {} | ||
strategy: {} | ||
vars: {} | ||
version: 3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- remove auto execution of ocenv from .bashrc (#100) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
bugfixes: | ||
- be less verbose during ansible-playbook (#101) | ||
- make collection compatble for galaxy.ansible.com (#101) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
12 changes: 12 additions & 0 deletions
12
changelogs/fragments/82-recatoring_Refactoring oraswgi-install.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
minor_changes: | ||
- Replace broken .profile_* Envrionmentscript with ocenv (#85) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
minor_changes: | ||
- "oradb-manage-db: use custom DBCA-Templates from ORACLE_HOME directly (#87)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- fixed gold image copy path (#92) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- fixes a problem where oracle user home directory has been hardcoded to be under /home (#93) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- make ansible-lint more happy due to new rules (#94) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- "oracle_profile: make it compatible for Python3 (#95)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
minor_changes: | ||
- "orahost: add new attributes to host_fs_layout (#96)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
minor_changes: | ||
- added support for updating opatch under 19c and 21c (#98) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |