Skip to content

Commit

Permalink
molecule: added 2nd listener for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Sep 15, 2024
1 parent 5c254a1 commit 58d57aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/sqlnet_molecule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- "molecule: added 2nd listener for testing ()"
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,23 @@ db_homes_config:

oracle_listeners_config:
LISTENER:
home: db19-si-ee
address:
- host: "{{ ansible_hostname }}"
protocol: TCP
port: 1521
LISTENER1522:
address:
- host: "{{ ansible_hostname }}"
protocol: TCP
port: 1522

listener_installed:
- home: db19-si-ee
listener_name: LISTENER
state: present
- home: db19-si-ee
listener_name: LISTENER1522
state: present

oracle_databases:
- home: db19-si-ee
Expand Down Expand Up @@ -124,7 +131,7 @@ oracle_databases:
redolog_groups: 3
datafile_dest: /u01/app/oracle/oradata
recoveryfile_dest: /u01/app/oracle//fra
listener_name: LISTENER
listener_name: LISTENER1522
listener_port: *cdb_listener_port
# *local_listener is used in initparam as an achor
local_listener: *local_listener
Expand Down

0 comments on commit 58d57aa

Please sign in to comment.