Commits on Oct 4, 2021

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

Commits on Mar 18, 2022

  1. Plan for adding an external database component

    Includes a collection of utility and subplans that can be assembled to
    add a new external database componenet to a PEADM deployment, a required
    component of the Extra Large architecture. Databases can be added in
    both DR and no-DR deployments or if a database is lost, replaced using
    a still functioning replica as a source of data.
    ody committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    9e49d3f View commit details
    Browse the repository at this point in the history
  2. Removes code which would set read_database and database differently

    Was originally operating under the assumption that availability group
    A's database would look to B for reads, eventually realized this was
    incorrect so removed the functionality.
    ody committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    6032a64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1943f4 View commit details
    Browse the repository at this point in the history
  4. Post functional clean ups

    Adding some comments and renaming the plan responsible for installation
    so that it is generic, as opposed to database specific.
    ody committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    dafca1f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Ensure plan is runnable via PCP

    Changes logic which decides when and where to start, stop, or restart
    Puppet Server and PuppetDB so that orchestration over PCP is always
    available.
    
    Cleans up some code along the way.
    ody committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ce8ae41 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    2e0429f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #241 from ody/db_component_deploy

    External database component installation
    reidmv authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    35778f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Fix LB swap bug in get_peadm_config task

    The "A" group is configured to use the "B" compiler lb; the logic didn't
    reflect this, and assumed the configured compiler on the "A" group was
    the "A" compiler - which doesn't make sense.
    
    This commit fixes the incidental swap.
    reidmv committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    2e4600f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from puppetlabs/bugfix-1

    Fix LB swap bug in get_peadm_config task
    ody authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    234cbc4 View commit details
    Browse the repository at this point in the history
  3. adds the @api private comment on top

    This will help us to identify that this file is not Public API ready.
    mcka1n authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    d219d8a View commit details
    Browse the repository at this point in the history
  4. Fix lint issues

    reidmv committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    24d93eb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #221 from reidmv/code-sync-status

    Create sample plan to display code sync status
    mcka1n authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    06f848e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Add SLES Support

    MartyEwings committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    d109a98 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Merge pull request #245 from MartyEwings/SLES-Fixup

    Add SLES Support to pre_check task
    davidsandilands authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    4fae425 View commit details
    Browse the repository at this point in the history
  2. Fix json escaping in bash task-helper

    A few missing /g instructions prevented successful complete string
    escapes. This adds the missing /g directives.
    reidmv committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6926c06 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Merge pull request #246 from puppetlabs/fix-task-helper-escapes

    Fix json escaping in bash task-helper
    reidmv authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    3177e73 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Update release prep action

    Rename the action to "Release Prep" (better matches what it does) and
    also provide an optional input value which can be used to supply a
    GitHub personal access token, in order to avoid throttled API request
    to GitHub when using github-changelog-generator.
    reidmv committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b982613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512c862 View commit details
    Browse the repository at this point in the history
  3. Make token required for release-prep

    Haven't figured out a way to securely provide this access automatically,
    but it's not too arduous to require it of the action runner.
    reidmv committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    ed73965 View commit details
    Browse the repository at this point in the history
  4. Release prep v3.5.0

    GitHub Action committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    aaf4692 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e85822e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #249 from puppetlabs/release-prep

    Release prep v3.5.0
    reidmv authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b9d8020 View commit details
    Browse the repository at this point in the history