Showing with 26 additions and 3 deletions.
  1. +21 −0 CHANGELOG.md
  2. +3 −1 files/puppet-enterprise-support
  3. +2 −2 metadata.json
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## Release 1.1.0

### Summary

Feature release of the Support Script bundled with PE 2016.4.0.

### Features

- Support Script gathers output from the Puppet Server `status/v1/services`
endpoint at debug level. This information is useful for troubleshooting
Puppet Server performance issues.

- Support Script gathers output from the Puppet Server `puppet/v3/environments`
endpoint. This information is useful for troubleshooting modulepath and
class synchronization issues.

### Bug Fixes

- R10k checks now use the proper configuration file if Code Manager is enabled.


## Release 1.0.0

### Summary
Expand Down
4 changes: 3 additions & 1 deletion files/puppet-enterprise-support
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ readonly PUPPET_BIN_DIR='/opt/puppetlabs/puppet/bin'
readonly SERVER_BIN_DIR='/opt/puppetlabs/server/bin'
readonly SERVER_DATA_DIR='/opt/puppetlabs/server/data'
readonly SCRIPT_NAME="$(basename "${0}")"
readonly SCRIPT_VERSION='1.0.0'
readonly SCRIPT_VERSION='1.1.0'


#===[ Functions ]=======================================================
Expand Down Expand Up @@ -723,6 +723,7 @@ gather_enterprise_files() {
'client-tools/orchestrator.conf'
'client-tools/puppet-access.conf'
'client-tools/puppet-code.conf'
'client-tools/puppetdb.conf'

'code/hiera.yaml'

Expand All @@ -745,6 +746,7 @@ gather_enterprise_files() {
'orchestration-services/bootstrap.cfg'
'orchestration-services/conf.d'
'orchestration-services/logback.xml'
'orchestration-services/request-logging.xml'

'puppet/auth.conf'
'puppet/autosign.conf'
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-pe_support_script",
"version": "1.0.0",
"version": "1.1.0",
"author": "puppetlabs",
"summary": "Provides the enterprise support command.",
"license": "Puppet Enterprise Software License Agreement",
Expand All @@ -16,7 +16,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 2016.2.0 < 2016.3.0"
"version_requirement": ">= 2016.2.0"
}
],
"operatingsystem_support": [
Expand Down