Skip to content

Commit

Permalink
Added Oct24 for DevOEM
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacedba committed Jan 22, 2025
1 parent e1d2999 commit ba41586
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rcvcat: RCVCAT
# OEM server
OMS_SERVER: dev-oem-a.hmpps-oem.hmpps-preproduction.modernisation-platform.internal
OEM_AGENT_VERSION: 13.5.0.0.0
oracle_ru_patch: JUL2024
oracle_ru_patch: OCT2024
# rman details
rman_backup_script: rman_backup.sh
recovery_catalog: 1
Expand Down
15 changes: 12 additions & 3 deletions ansible/roles/oracle-19c/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
artefacts_s3_bucket_name: mod-platform-image-artefact-bucket20230203091453221500000001
artefacts_s3_bucket_path: hmpps/oracle-19c-software
artefacts_s3_bucket_name: s3-bucket20230608141801676400000001
artefacts_s3_bucket_path: licence
artefact_dir: /u02
app_dir: /u01/app
oracle_install_user: oracle
Expand Down Expand Up @@ -92,7 +92,16 @@ oracle_patch_details:
psu_patch: p36522439_190000_Linux-x86-64.zip
patch_string: "19.24.0.0.240716"

oracle_ru_patch: JUL2024 # override this in group_vars when rolling out a new patch
OCT2024:
opatch_version: 12.2.0.1.45
oracle_combo_patch: 36866740
oracle_release_update: 36916690
oracle_ojvm_patch: 36878697
psu_patch: p36866740_190000_Linux-x86-64.zip
patch_string: "19.25.0.0.241015"


oracle_ru_patch: OCT2024 # override this in group_vars when rolling out a new patch
oracle_patch: "{{ oracle_patch_details[ oracle_ru_patch ] }}"
opatch: "p6880880_190000_Linux-x86-64.{{ oracle_patch.opatch_version }}.zip"
#opatch: "p6880880_190000_Linux-x86-64.zip"
Expand Down

0 comments on commit ba41586

Please sign in to comment.