Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ncr prod 19c july24 #999

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ oracle_path: /usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/oracle
db_env:
ORACLE_HOME: "{{ database_home }}"
PATH: "{{ database_home }}/bin:{{ oracle_path }}"
oracle_ru_patch: OCT2023
oracle_ru_patch: JUL2024

osbws_additional_configs:
- name: osbws_prod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ oracle_path: /usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/oracle
db_env:
ORACLE_HOME: "{{ database_home }}"
PATH: "{{ database_home }}/bin:{{ oracle_path }}"
oracle_ru_patch: OCT2023
oracle_ru_patch: JUL2024

# OEM server
OMS_SERVER: preprod-oem-a.hmpps-oem.hmpps-preproduction.modernisation-platform.internal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ oracle_path: /usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/oracle
db_env:
ORACLE_HOME: "{{ database_home }}"
PATH: "{{ database_home }}/bin:{{ oracle_path }}"
oracle_ru_patch: OCT2023
oracle_ru_patch: JUL2024

OMS_SERVER: prod-oem-a.hmpps-oem.hmpps-production.modernisation-platform.internal
OEM_AGENT_VERSION: 13.5.0.0.0
Expand Down Expand Up @@ -46,8 +46,62 @@ housekeeping_cron:
# job: command generated in

db_configs:
RCVCAT:
rcvcat_db_name: PRCVCAT
PDBIPSYS:
db_name: BIPSYSP
db_unique_name: PDBIPSYS
instance_name: PDBIPSYS
host_name: pd-ncr-db-1-a.nomis-combined-reporting.hmpps-production.modernisation-platform.internal
port: 1521
tns_name: PDBIPSYS
service:
- { name: BIPSYSP_CFG, role: PRIMARY }
- { name: BIPSYS_TAF, role: PRIMARY }
PDBIPAUD:
db_name: BIPAUDP
db_unique_name: PDBIPAUD
instance_name: PDBIPAUD
host_name: pd-ncr-db-1-a.nomis-combined-reporting.hmpps-production.modernisation-platform.internal
port: 1521
tns_name: PDBIPAUD
service:
- { name: BIPAUDP_CFG, role: PRIMARY }
- { name: BIPAUD_TAF, role: PRIMARY }
PDBISYS:
db_name: BISYS
db_unique_name: PDBISYS
instance_name: PDBISYS
host_name: pd-ncr-db-1-a.nomis-combined-reporting.hmpps-production.modernisation-platform.internal
port: 1521
tns_name: PDBISYS
service:
- { name: BISYS_TAF, role: PRIMARY }
PDBIAUD:
db_name: BIAUD
db_unique_name: PDBIAUD
instance_name: PDBIAUD
host_name: pd-ncr-db-1-a.nomis-combined-reporting.hmpps-production.modernisation-platform.internal
port: 1521
tns_name: PDBIAUD
service:
- { name: BIAUD_TAF, role: PRIMARY }
DRBIPAUD:
db_name: BIPAUDP
db_unique_name: DRBIPAUD
instance_name: DRBIPAUD
host_name: pd-ncr-db-1-b.nomis-combined-reporting.hmpps-production.modernisation-platform.internal
port: 1521
tns_name: DRBIPAUD
service:
- { name: DRBIPAUD, role: PHYSICAL_STANDBY }
DRBIPSYS:
db_name: BIPSYSP
db_unique_name: DRBIPSYS
instance_name: DRBIPSYS
host_name: pd-ncr-db-1-b.nomis-combined-reporting.hmpps-production.modernisation-platform.internal
port: 1521
tns_name: DRBIPSYS
service:
- { name: DRBIPSYS, role: PHYSICAL_STANDBY }

bip_filesystems_mount:
- dir: /opt/data/BusinessObjects
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ oracle_path: /usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/oracle
db_env:
ORACLE_HOME: "{{ database_home }}"
PATH: "{{ database_home }}/bin:{{ oracle_path }}"
oracle_ru_patch: OCT2023

oracle_ru_patch: JUL2024
ords_trusted_origins:
preproduction: "https://pp-oasys.az.justice.gov.uk/eor,https://bridge-pp-oasys.az.justice.gov.uk/eor,https://pp.oasys.service.justice.gov.uk/eor,https://pp-int.oasys.service.justice.gov.uk/eor,http://localhost:8080/eor"

Expand Down
Loading