Skip to content

Commit

Permalink
molecule: Added APEX to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Sep 13, 2024
1 parent 30f3924 commit 0d0b486
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/molecule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
major_changes:
- "molecule: Added APEX to test (oravirt#473)"
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ oracle_sw_patches:
patchid: 30839369
version: 21.0.0.0
description: Latest cluvfy
- filename: p36695709_2410_Generic.zip
patchid: 36695709
version: 24.1
description: PSE BUNDLE FOR APEX 24.1
opatch_needed: false
- filename: p36582781_190000_Linux-x86-64.zip
patchid: 36582781
version: 19.3.0.0
Expand Down Expand Up @@ -169,6 +174,9 @@ oracle_pdbs:
listener_port: 1521
state: present
datafile_dest: /u01/app/oracle/oradata
apex_state: present
apex_version: 24.1
apex_patch: 36695709
- cdb: DB2
home: db19-si-ee
pdb_name: ORCLPDB2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ dbpasswords:
SYS: Oracle123
ORCLPDB:
PDBROOT: pdb
DB2:
ORCLPDB1:
pdbadmin: Oracle_456
ords_public_user: ords123
apex_public_router: ords123
apex_public_user: ords123
apex_rest_public_user: ords123

oraapex_default_admin_password: Oracle_Apex_1

0 comments on commit 0d0b486

Please sign in to comment.