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

Added Oasys and ONR tns entries #658

Merged
merged 4 commits into from
Apr 3, 2024
Merged
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
50 changes: 50 additions & 0 deletions ansible/group_vars/server_type_oasys_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,53 @@ tns_entries:
host_list:
- ptctrn-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: TRBIPINF
pd:
- name: LISTENER_PDBIPINF
port: 1521
host_list:
- pd-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
- name: PDOASYS
port: 1521
host_list:
- pd-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDOASYS
- name: PDBIPINF
port: 1521
host_list:
- pd-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDBIPINF
- name: RCVCAT
port: 1521
host_list:
- pd-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: RCV_TAF
- name: PDOASREP
port: 1521
host_list:
- pd-onr-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDOASREP
- name: PDONRAUD
port: 1521
host_list:
- pd-onr-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDONRAUD
- name: PDONRSYS
port: 1521
host_list:
- pd-onr-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDONRSYS
- name: PDMISTRN
port: 1521
host_list:
- pd-onr-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDMISTRN
- name: PDONRBDS
port: 1521
host_list:
- pd-onr-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDONRBDS
- name: DROASYS
port: 1521
host_list:
- pd-oasys-db-b.oasys.hmpps-production.modernisation-platform.internal
service_name: DROASYS
50 changes: 50 additions & 0 deletions ansible/group_vars/server_type_onr_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,53 @@ tns_entries:
host_list:
- pp-onr-db-a.oasys.hmpps-preproduction.modernisation-platform.internal
service_name: PPMISTRN
pd:
- name: LISTENER_PDBIPINF
port: 1521
host_list:
- pd-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
- name: PDOASYS
port: 1521
host_list:
- pd-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDOASYS
- name: PDBIPINF
port: 1521
host_list:
- pd-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDBIPINF
- name: RCVCAT
port: 1521
host_list:
- pd-oasys-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: RCV_TAF
- name: PDOASREP
port: 1521
host_list:
- pd-onr-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDOASREP
- name: PDONRAUD
port: 1521
host_list:
- pd-onr-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDONRAUD
- name: PDONRSYS
port: 1521
host_list:
- pd-onr-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDONRSYS
- name: PDMISTRN
port: 1521
host_list:
- pd-onr-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDMISTRN
- name: PDONRBDS
port: 1521
host_list:
- pd-onr-db-a.oasys.hmpps-production.modernisation-platform.internal
service_name: PDONRBDS
- name: DROASYS
port: 1521
host_list:
- pd-oasys-db-b.oasys.hmpps-production.modernisation-platform.internal
service_name: DROASYS
Loading