Skip to content

Commit

Permalink
Merge pull request #620 from ministryofjustice/oasys_nomis_tns_entry
Browse files Browse the repository at this point in the history
Updated NOMIS MIS entry
  • Loading branch information
KarenMoss1510 authored Mar 15, 2024
2 parents 1b91e6e + 0bf08de commit 8bdcd57
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 0 deletions.
35 changes: 35 additions & 0 deletions ansible/group_vars/server_type_oasys_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,38 @@ tns_entries:
host_list:
- 10.40.0.136
service_name: RCVCATP
- name: NOMISMIS
port: 1521
host_list:
- 10.27.4.204
service_name: MIS_TAF
- name: MISTRANS
port: 1521
host_list:
- pp-onr-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPMISTRN
ptctrn:
- name: LISTENER_TRBIPINF
port: 1521
host_list:
- ptctrn-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
- name: TROASYS
port: 1521
host_list:
- ptctrn-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: TROASYS
- name: PROASYS
port: 1521
host_list:
- ptctrn-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PROASYS
- name: RCVCAT
port: 1521
host_list:
- prod-oem-a.hmpps-oem.hmpps-production.modernisation-platform.internal
service_name: RCVCAT_TAF
- name: TRBIPINF
port: 1521
host_list:
- ptctrn-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: TRBIPINF
76 changes: 76 additions & 0 deletions ansible/group_vars/server_type_onr_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,79 @@ collectd_monitored_services_servertype:
# shell_cmd: "systemctl is-active oracle-ohasd"

patch_vars_filename: oasys-patches-20211019.yml

tns_entries:
pp:
- name: LISTENER_PPBIPINF
port: 1521
host_list: pp-oasys-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
- name: PPOASYS
port: 1521
host_list:
- pp-oasys-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPOASYS
- name: PPBIPINF
port: 1521
host_list:
- pp-oasys-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPBIPINF
- name: PPOBODS4
port: 1521
host_list:
- pp-oasys-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPOBODS4
- name: PPOASREP
port: 1521
host_list:
- pp-onr-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPOASREP
- name: PPMISTRN
port: 1521
host_list:
- pp-onr-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPMISTRN
- name: PPONRAUD
port: 1521
host_list:
- pp-onr-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPONRAUD
- name: PPONRSYS
port: 1521
host_list:
- pp-onr-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPONRSYS
- name: PPONRBDS
port: 1521
host_list:
- pp-onr-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPONRBDS
- name: PPMISTN2
port: 1521
host_list:
- pp-onr-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPMISTN2
- name: PPOASRP2
port: 1521
host_list:
- pp-onr-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPOASRP2
- name: RCVCAT
port: 1521
host_list:
- preprod-oem-a
service_name: rcv_taf
- name: AZURE_RCVCATP
port: 1521
host_list:
- 10.40.0.136
service_name: RCVCATP
- name: NOMISMIS
port: 1521
host_list:
- 10.27.4.204
service_name: MIS_TAF
- name: MISTRANS
port: 1521
host_list:
- pp-onr-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPMISTRN

0 comments on commit 8bdcd57

Please sign in to comment.