Commits on May 29, 2020

  1. Reset changelog

    reidmv committed May 29, 2020
    Configuration menu
    Copy the full SHA
    b5690b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Update upgrade documentation, manual steps section

    Because the upgrade process has changed, the manual step have changed a
    bit too.
    reidmv committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    62d719b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Make convert node group application optional

    This will allow the convert plan to be used to update trusted
    certificate extensions without enforcing node group changes. Such a
    capability is useful for upgrading from 2018.1 to 2019.7
    reidmv committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    3aa998f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3338dda View commit details
    Browse the repository at this point in the history
  3. Add convert compatibility for PE 2018.1

    Puppet 5, doesn't have the `puppet ssl` command.
    reidmv committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    440244a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bcd354 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a96e3b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b782d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Fix upgrade check

    New style compilers don't have a peadm_role cert extension anymore; they
    only have a pp_auth_role.
    reidmv committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    dfb1ecb View commit details
    Browse the repository at this point in the history
  2. Update classification earlier in the upgrade

    So that compilers classify successfully and can run Puppet
    reidmv committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    95b2b39 View commit details
    Browse the repository at this point in the history
  3. Switch to run_command for compiler service stops

    When using the orchestrator transport there is a problem with the
    built-in service task when the orchestrator is upgraded but the
    pxp-agents are not. Switching to run_command and `systemctl stop` during
    this time avoids the problem.
    reidmv committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    24d58c9 View commit details
    Browse the repository at this point in the history
  4. Don't re-cert compilers until master is upgraded

    Otherwise, the certs potentially can't be signed due to having
    authorization extensions.
    reidmv committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    d5ba341 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. (maint) Update Puppet VS Code Extension ID

    This commit updates the configuration file to point to the official Puppet VS Code Extension `puppet.puppet-vscode`
    jpogran committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    c633810 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from jpogran/maint-update-puppet-vscode-id

    (maint) Update Puppet VS Code Extension ID
    ody authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    91e9428 View commit details
    Browse the repository at this point in the history
  3. Don't start Puppet re-issuing certs if its stopped

    If it was stopped before, it should still be stopped after.
    reidmv committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    2f57979 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Use run_command for compatibility

    We now use this plan at a time when the master is 2019.x but agents
    could be 2018.x. So, make it compatible.
    reidmv committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    be989e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6bad09 View commit details
    Browse the repository at this point in the history
  3. Fix lint errors

    reidmv committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    51a88e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

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

Commits on Jun 15, 2020

  1. Update supported OS data

    reidmv committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    e6e0794 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. use platform-python on RHEL8

    vchepkov committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    ce319a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Shut down puppetserver before rm'ing files

    Otherwise it seems there's a chance it'll re-create files we need to be
    absent.
    reidmv committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    9af145a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Merge pull request #102 from vchepkov/rhel8-python

    use platform-python on RHEL8
    reidmv authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    b4439a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Merge pull request #101 from puppetlabs/upgrade-from-2018

    Upgrade from 2018
    reidmv authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    5653b66 View commit details
    Browse the repository at this point in the history
  2. Update validate_version.pp

    Tested upgrade from 2019.7 locally with success.
    bryanjbelanger authored and reidmv committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    03e01a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75fe498 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #104 from bryanjbelanger/patch-1

    Update validate_version.pp
    reidmv authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    88a133c View commit details
    Browse the repository at this point in the history
  5. Add token_file flag for upgrade

    So that users who keep token files in a non-standard location can still
    run the upgrade plan (starting with 2019.8 and newer)
    reidmv committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    e619205 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6759fbf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Add util plan to clean up pe.conf on PG nodes

    If a PG node has the wrong entry for puppet_master_host or
    database_host, then running puppet-enterprise-installer won't upgrade
    PostgreSQL as needed. The pe.conf on PG nodes is effectively inert most
    of the time, so if it gets out of date there's nothing to fix it.
    
    This optional util plan will ensure the pe.conf has the minimum required
    correct values.
    
    This util plan may be integrated into the upgrade plan at a later date.
    reidmv committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    804402d View commit details
    Browse the repository at this point in the history
  2. Fix function call error

    Missing path argument
    reidmv committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a1593b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Update PDK template version

    reidmv committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0299153 View commit details
    Browse the repository at this point in the history
  2. fixup

    reidmv committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    bebe14b View commit details
    Browse the repository at this point in the history
  3. Lint fixes

    reidmv committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    c9b2c16 View commit details
    Browse the repository at this point in the history
  4. Prep for 2.1.0 release

    reidmv committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    4416ead View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release-prep'

    reidmv committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    748e41a View commit details
    Browse the repository at this point in the history