Commits on Jun 23, 2022

  1. Introduce new get_psql_info task

    Reuses library from facter that can report the major version of PSQL
    installed
    ody committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7661aae View commit details
    Browse the repository at this point in the history
  2. Base paths to PSQL files on version number

    Ues get_psql_info to dynamically set the path to files required for
    setting up authentication
    ody committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    5ad0f65 View commit details
    Browse the repository at this point in the history
  3. Set different clientcert values depending on version

    The possible values for the clientcert setting changed between 11 and
    14, use get_psql_info to determine setting based on version
    ody committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    51b0dc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Switch to ruby_task_helper

    It was determined that original pattern did not provide any additional
    value over more established ones.
    ody committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    68192eb View commit details
    Browse the repository at this point in the history
  2. Wrap some add_replica actions in an if statement

    Actions taken on $replica_postgresql_host were previously a noop when
    the parameter was not provided because the tasks would be ran with an
    undef set of targets. Doing this when introducing get_psql_version
    results in an error because you can't run functions against an undef
    return value if the task was a noop.
    
    Wrap everything related to $replica_postgresql_host in an if statement
    to prevent errors when the parameter is not provided.
    ody committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    311b560 View commit details
    Browse the repository at this point in the history
  3. The add_compiler plan also requires PSQL version

    The add_compiler plan makes changes to PSQL for communication with
    PuppetDB.
    ody committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    076cc7f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #275 from ody/get_psql_version

    Fetch installed PSQL version
    ody authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b68da38 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Repairing broken images

    Images had name changed due to harmful language and the links were not updated here. Resolving
    davidsandilands authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6a60354 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #279 from puppetlabs/davidsandilands-documentation…

    …_image_update
    
    Repairing broken images
    davidsandilands authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4c6d32d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Provide detection of RedHat FIPS as a platform

    Commit updates the precheck task so that it detects when attempting to
    deploy on a RedHat FIPS enabled host. Previously precheck returned
    "el" which resulted in attempts to install non-FIPS PE on a FIPS enabled
    host, which will fail.
    ody committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    49b44db View commit details
    Browse the repository at this point in the history
  2. Add acceptance testing for RedHat 8 FIPS

    Adds a job which tests deployment of PE FIPS on RHEL 8.
    ody committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    bb14e7c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Merge pull request #280 from ody/install_fips

    Support the installation of PE on FIPS enabled RHEL
    davidsandilands authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    21736d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Re-use sync_global_hiera plan

    Modifies the peadm::util::sync_global_hera plan so that it can handle
    the copying of many files from a source to a group of targets. Renames
    the plan to peadm::util::copy_file
    ody committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    7704c0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #281 from ody/sync_other_items

    Re-use sync_global_hiera plan
    davidsandilands authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    321e084 View commit details
    Browse the repository at this point in the history
  3. Fix-ups in copy_file plan usage

    Fixes unnoticed items that were missed in the usage of copy_file
    ody committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    876bcd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Merge pull request #282 from ody/copy_file_fix_ups

    Fix-ups in copy_file plan usage
    davidsandilands authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    472d2b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    39df962 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. update versions

    add pause after provisioning for debugging
    timidri committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    294e842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e7f09 View commit details
    Browse the repository at this point in the history
  3. remove pause

    timidri committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d700ccc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    6d052dd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Merge pull request #283 from puppetlabs/SOLARCH-1041

    Bump latest versoins to 2021.7.0 and 2019.8.12
    ody authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    69c0cdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #285 from vchepkov/token

    allow to customize admin's token lifetime
    ody authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    57f5a9b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Provide documentation on expanding a deployment

    Commit creates documentation/expansion.md which explains how to use the
    add_compiler, add_database, and add_replica to expand your PE
    deployment, converting to a new architecture, adding disaster recovery,
    or increasing compilation capacity
    ody committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    6a97e10 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Ensure fips commands exists before using it

    Commit fixes failures which occur in some Bolt operating scenarios
    when OS is a RedHat derivative and commands for enabling fips are
    missing.
    ody committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c71afca View commit details
    Browse the repository at this point in the history
  2. Incorporate suggestions and more edits

    Incorporates some suggestion made during review and include some
    additional changes for clarity and consistency
    ody committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f02d272 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Merge pull request #289 from ody/fix_no_fips_command

    Ensure fips commands exists before using it
    ody authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    9d9cc99 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #286 from ody/documenting_add_actions

    Provide documentation on expanding a deployment
    ody authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    f8f6041 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Update Readme to clarify support expectations

    Clarify that customers can use the module on their own, and to encourage contributions
    Nigel Kersten authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    96d660e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #290 from puppetlabs/nigelkersten-SOLARCH-970

    Update Readme to clarify support expectations
    timidri authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    9cb80ce View commit details
    Browse the repository at this point in the history
  3. Release prep v3.9.0

    GitHub Action committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e9887b0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #293 from puppetlabs/release-prep

    Release prep v3.9.0
    ody authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    2afa03d View commit details
    Browse the repository at this point in the history