Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    de3c08f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from spidersddd/master

    name translation not working to the bash script
    spidersddd authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1e10daf View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Make token-file optional parameter

    Due to it being more difficult to determine a correct default value for
    token-file in Puppet code than in the task itself, make the token_file
    argument in Puppet optional, and if not passed determine the default
    value in Bash code in the task.
    
    Make variable assignment more uniform stylistically.
    reidmv committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    c08e3d0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'token-file'

    reidmv committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    978b1d1 View commit details
    Browse the repository at this point in the history
  3. Simplify pe_xl::flatten_compact code

    Use filter() instead of reduce()
    reidmv committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    c3aed9a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    8703c46 View commit details
    Browse the repository at this point in the history
  2. Catch run_task() representation of undef in tasks

    Turns out to a shell script, undef == "null". So, we have to catch that
    for optional parameters.
    reidmv committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    3d3b579 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    df30821 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from uphillian/master

    add variable to mark a node as the replica (required for other modules to only configure webhooks on the current primary)
    reidmv authored Oct 17, 2018
    Configuration menu
    Copy the full SHA
    95a0925 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Move "docs/" to "documentation/"

    This is to align the directory name with the name used in other Puppet
    Git projects.
    reidmv committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    01ecb08 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. API change: compile master => compiler et. al.

    For the Extra Large architecture and other new PE architectures, we are
    implmenting a name change for two system roles.
    
    +------------------------+----------------+
    | Old name               | New name       |
    +------------------------+----------------+
    | Primary Master         | Master         |
    | Primary Master Replica | Master Replica |
    | Compile Master         | Compiler       |
    +------------------------+----------------+
    
    To reflect these changes, this commit changes the plan and task inputs
    identifying hosts with these roles to use the new role names.
    reidmv committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    b292a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01cdfa3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Specify parent group for PE Master node group

    Just in case. It should be a no-op since we fully expect that this group
    already exists, and that we don't need to modify its parent.
    reidmv committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    02fb4e8 View commit details
    Browse the repository at this point in the history
  2. Update README to remove outdated info

    The content was just wrong. Removed most of it, left a note about the
    version update from 0.1.x to 0.2.x
    reidmv committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    2263b5c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. Update architecture image

    reidmv committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    4c11538 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Fix incorrect PE class names

    reidmv committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    bb54889 View commit details
    Browse the repository at this point in the history
  2. Allow for noexec on /tmp

    Or at least, remove one requirement of exec on it
    reidmv committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    969b5b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Switch to apply() instead of bash node groups

    Now that the puppetlabs/apply_helpers module exists to support PCP
    running of the configure plan
    reidmv committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    45f89e7 View commit details
    Browse the repository at this point in the history
  2. Make sure pe-puppetdb shortcircuit doesn't restart

    Makes it harder to start later if systemd is struggling in vain to
    recusitate it
    reidmv committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    d2dd8bd View commit details
    Browse the repository at this point in the history
  3. Use OIDs for systems that run the installer

    For some reason the human names of the OIDs aren't always available
    during install...
    reidmv committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    a3400f0 View commit details
    Browse the repository at this point in the history
  4. Switch to puppetserver ca CLI

    For Puppet 6 and stuff
    reidmv committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    5b6f20c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

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

Commits on Jan 31, 2019

  1. Revert back to apply task for node groups

    Unfortuantely, apply() is still not quite ready. node_manager expects
    and requires that some Puppet settings be available for reference in
    finding the certificates to use to connect with node manager, and those
    settings are not valid in the sandboxed Puppet context Bolt spins up.
    Sad day.
    reidmv committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    1e4120a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Merge branch 'puppet6'

    reidmv committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    dac72bd View commit details
    Browse the repository at this point in the history
  2. Update README to refer to PE 2019.0.x

    Since this is only tested with PE 2019.0.x so far
    reidmv committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    29f765b View commit details
    Browse the repository at this point in the history
  3. Add requisite config for 2018.1 puppetserver ca

    So that the install plan works on both 2018.1 and 2019.0
    reidmv committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    f3f0a7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42bd7b7 View commit details
    Browse the repository at this point in the history
  5. Fix version comparison

    reidmv committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    a74f99a View commit details
    Browse the repository at this point in the history