Skip to content

Commit

Permalink
Merge pull request #1015 from ministryofjustice/DBA-721
Browse files Browse the repository at this point in the history
Dba 721
  • Loading branch information
ranbeersingh1 authored Oct 1, 2024
2 parents c00a373 + 2df1da2 commit cbcbbe7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ database_autotasks:
required_patches:
p26749785:
patch_files:
- target_version: "19.22"
filename: p26749785_1922000DBRU_Generic.zip
- target_version: "19.24"
filename: p26749785_1924000DBRU_Generic.zip
description: PERF_DIAG NEED TO HAVE MORE CONTROL IN DICTIONARY FOR AUTO_STATS_ADVISOR_TASK
grid_patch: false
database_patch: true
Expand All @@ -27,9 +27,9 @@ delius_users:
sgandalwar_dba:
kmoss_dba:
oracle_software:
version: "19.22"
combo_patch: p36031453_190000_Linux-x86-64.zip
version: "19.24"
combo_patch: p36522439_190000_Linux-x86-64.zip
opatch:
version: 12.2.0.1.41
filename: p6880880_190000_Linux-x86-64.12.2.0.1.41.zip
version: 12.2.0.1.43
filename: p6880880_190000_Linux-x86-64.12.2.0.1.43.zip
db_backup_s3_bucket_name: "{{ environment_name }}-oracle-boe-db-backups"
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ delius_users:
sgandalwar_dba:
kmoss_dba:
oracle_software:
version: "19.22"
combo_patch: p36031453_190000_Linux-x86-64.zip
version: "19.24"
combo_patch: p36522439_190000_Linux-x86-64.zip
opatch:
version: 12.2.0.1.41
filename: p6880880_190000_Linux-x86-64.12.2.0.1.41.zip
version: 12.2.0.1.43
filename: p6880880_190000_Linux-x86-64.12.2.0.1.43.zip
required_patches:
p35012866:
patch_files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,31 @@ required_patches:
grid_patch: false
database_patch: true
db_backup_s3_bucket_name: "{{ environment_name }}-oracle-mis-db-backups"
disks_partition:
- ebs_device_name: /dev/sdd
oracle_group: data
oracle_label: DATA01
- ebs_device_name: /dev/sde
oracle_group: data
oracle_label: DATA02
- ebs_device_name: /dev/sdf
oracle_group: data
oracle_label: DATA03
- ebs_device_name: /dev/sdg
oracle_group: data
oracle_label: DATA04
- ebs_device_name: /dev/sdh
oracle_group: data
oracle_label: DATA05
- ebs_device_name: /dev/sdi
oracle_group: flash
oracle_label: FLASH01
- ebs_device_name: /dev/sdj
oracle_group: flash
oracle_label: FLASH02
- ebs_device_name: /dev/sdk
oracle_group: flash
oracle_label: FLASH03
- ebs_device_name: /dev/sdl
oracle_group: flash
oracle_label: FLASH04

0 comments on commit cbcbbe7

Please sign in to comment.