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

OHS Base YAML install file #103

Merged
merged 2 commits into from
Nov 15, 2024
Merged

OHS Base YAML install file #103

merged 2 commits into from
Nov 15, 2024

Commits on Nov 12, 2024

  1. OHS Base YAML install file

    I am trying manually work around https://github.com/spm-devops/transformers/issues/1327 - until this is fixed.
    
    On a VM i can manually install all the required pieces i.e.
    OHS Base
    OHS 19c Upgrade
    OHS 19c latest patches
    
    However manually it is more difficult to complete the OHS config for Curam -  as this has a number of steps including creating SSL certs etc.
    
    To help this I have created a YAML file to just install the Base version of OHS.  This will mean when i choose this version when deploying a VM - it will in stall the base and configure OHS for use with Curam..  I can then manually install the 19c upgrade and latest patches - and OHS should be automatically configured for me (from the base install)
    
    This changeset has a YAML file which just installs the Base version (commented out the patches information).  There is a change needed to the ohs main yaml file - to only Patch OHS when the ohs_version variable is set - which it should be for all other yamls (outside of the base)
    
    Tested this locally on molecule - and it looks to pass for both the Base install and latest 12c fixpacks..
    
    If this works will be first step in trying to solve the above transformers ticket.
    Martin Fanning committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    804b658 View commit details
    Browse the repository at this point in the history
  2. Update main.yaml - add in original when check

    Update main.yaml - add in original when check
    Martin Fanning committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ca1a7e4 View commit details
    Browse the repository at this point in the history