From 557502273a25fead9cff035bd59a612393573693 Mon Sep 17 00:00:00 2001 From: Martin Fanning Date: Thu, 5 Dec 2024 13:54:45 +0000 Subject: [PATCH] Update 19c patch var file - add in new patch/fix zip When deploying OHS with DB Client 19c version we saw an issue logging into Curam post deployment. This issue lead to issues decoding content and ultimately resources (e.g. css files) not being downloaded and impacting the visual and usability of Curam. From investagtion we found errors in the logs This lead us to find Oracle documentation on the errors and highlighted an extra Patch that looks to be required. This patch was applied to a server manually and once OHS was restarted we no longer saw issues with Curam. The changes in this PR adds this new patch and ensures it is applied when deploying --- galaxy.yml | 2 +- roles/ohs/vars/v12.2.1.4.240906.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index bf14889..ed292a3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,7 +11,7 @@ name: spm_middleware # The version of the collection. Must be compatible with semantic versioning # Please note. version also exists in /github/workflows/release.yml and will need to be update also -version: 1.7.7 +version: 1.7.8 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/ohs/vars/v12.2.1.4.240906.yml b/roles/ohs/vars/v12.2.1.4.240906.yml index c6036b9..a14059f 100644 --- a/roles/ohs/vars/v12.2.1.4.240906.yml +++ b/roles/ohs/vars/v12.2.1.4.240906.yml @@ -17,6 +17,8 @@ ohs_version: 12.2.1.4.240906 patches: - filename: "OHS/{{ ohs_version_folder }}/p37033394_122140_Linux-x86-64.zip" number: 37033394 + - filename: "OHS/{{ ohs_version_folder }}/p35333510_122140_Linux-x86-64.zip" + number: 35037811 # OPatch Information opatch_filename_path: "WLS/Patches/p28186730_1394217_Generic.zip"