Skip to content

Commit

Permalink
molecule: changes to dbfs for new dbfs-ol9 szenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Aug 25, 2024
1 parent 01fc2cc commit 68b11b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/molecule_dbfs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- "molecule: changes to dbfs for new dbfs-ol9 szenario (oravirt#469)"
2 changes: 2 additions & 0 deletions extensions/molecule/dbfs/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
oracle_sw_copy: false
is_sw_source_local: true
oracle_stage_remote: /vagrant
apply_patches_db: false
patch_before_rootsh: false

- name: Converge sql_zauberkastern
ansible.builtin.import_playbook: opitzconsulting.ansible_oracle.sql_zauberkastern
Expand Down
6 changes: 2 additions & 4 deletions extensions/molecule/dbfs/side_effect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
is_sw_source_local: true
oracle_sw_copy: true
oracle_sw_unpack: true
db_homes_installed:
- home: db19-si-ee
state: present
apply_patches: true
apply_patches_db: true


- name: Side-Effect - DB-Patching 19.20
ansible.builtin.import_playbook: opitzconsulting.ansible_oracle.opatch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ oracle_sw_patches:
db_homes_installed:
- home: db19-si-ee
state: present
apply_patches: true # patching is done in side-effect.yml!
apply_patches: "{{ apply_patches_db }}" # patching is done in side-effect.yml!

db_homes_config:
db19-si-ee:
Expand Down

0 comments on commit 68b11b7

Please sign in to comment.