Skip to content

Commit

Permalink
fix for CSR DB backup (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Oct 6, 2023
1 parent 2b3fd54 commit 855bbd2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ rman_backup_cron:
db_configs:
RCVCAT:
rcvcat_db_name: PPRCVCAT
PPIWFM:
db_name: PPIWFM
db_unique_name: PPIWFM
instance_name: PPIWFM
host_name: pp-csr-db-a
port: 1521
tns_name: PPIWFM
asm_disk_groups: DATA,FLASH
service:
- { name: IWFM_TAF, role: PRIMARY }
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,13 @@ rman_backup_cron:
db_configs:
RCVCAT:
rcvcat_db_name: TRCVCAT
T3IWFM:
db_name: T3IWFM
db_unique_name: T3IWFM
instance_name: T3IWFM
host_name: t3-csr-db-a
port: 1521
tns_name: T3IWFM
asm_disk_groups: DATA,FLASH
service:
- { name: IWFM_TAF, role: PRIMARY }
23 changes: 0 additions & 23 deletions ansible/group_vars/server_type_csr_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,29 +56,6 @@ server_type_roles_list:
# the below vars are defined in multiple groups. Keep the values the same to avoid unexpected behaviour
roles_list: "{{ (ami_roles_list | default([]) | difference(server_type_roles_list | default([]))) + (server_type_roles_list | default([])) }}"

db_configs:
T3IWFM:
db_name: T3IWFM
db_unique_name: T3IWFM
instance_name: T3IWFM
host_name: t3-csr-db-a
port: 1521
tns_name: T3IWFM
asm_disk_groups: DATA,FLASH
service:
- { name: IWFM_TAF, role: PRIMARY }

PPIWFM:
db_name: PPIWFM
db_unique_name: PPIWFM
instance_name: PPIWFM
host_name: pp-csr-db-a
port: 1521
tns_name: PPIWFM
asm_disk_groups: DATA,FLASH
service:
- { name: IWFM_TAF, role: PRIMARY }

# Oracle common variables
oracle_install_user: oracle
oracle_install_group: oinstall
Expand Down

0 comments on commit 855bbd2

Please sign in to comment.