Merge pull request #23 from coreymbe/SUP-2923-replace_unencrypted_git…
…_protocols (SUP-2923) Replace unencrypted git protocol in .fixtures.yaml
Merge pull request #28 from elainemccloskey/SUP-2915
(SUP-2915) Check if max-queued-requests is configured to above 150
Merge pull request #34 from elainemccloskey/test36
Fixing intermittent issue with test for S0036
Merge pull request #27 from elainemccloskey/SUP-2909
(SUP-2909) Check that use_cached_catalog setting is false
Merge pull request #36 from elainemccloskey/Confine_S0036
Add confinement to S0036
Merge pull request #39 from MartyEwings/SUP-2939
(SUP-2939) Remove High Load Average test
Merge pull request #35 from taikaa/sup-2912
(SUP-2912) Added S0033 to check if Global Hiera is Hiera 5, added tests, updated README
(SUP-2919) - is puppet_metrics_collector::system configured
Merge pull request #29 from tcwest23/SUP-2919
(SUP-2919) - is puppet_metrics_collector::system configured
Merge pull request #41 from MartyEwings/SUP-2946
(SUP-2946) Check Metrics Collector is enabled
Merge pull request #51 from pgrant87/main
(SUP-2901) License check, tests and readme update
SUP-2910 to check the Old PE package
(fix) S0036 acceptance tests should use apply
Prior to this commit, the acceptance tests for S0036 were setting hiera data and running the puppet agent. This caused intermittant failures due to timing issues. This commit changes the behavior to use a puppet apply block to set the setting.
Merge pull request #47 from asselvakumar/SUP-2910
(SUP-2910) Check if older packages are still available to pe_repo
Merge pull request #55 from pgrant87/main
Updated Acceptance Test Dependencies
(SUP-2890) - Check command queue depth Prior to this commit, there wa…
…s no check for the command queue depth. This commit adds a check to see if there are no files older than 30min. S0014.
Merge pull request #56 from BartoszBlizniak/main
(SUP-2890) - Check command queue depth
(GH-52) Restrict S0006 to primaries
Prior to this commit, S0006 ran on all infra nodes. The puppet metrics collector should only run on the primary server in most configurations, so it should be restricted to the primary. This commit restricts S0006 to the primary server.
(maint) Remove contest information from the PR template
Prior to this commit, the PR template had some items that are no longer relevent. This commit removes those entries from the PR template.
(SUP-2892) - No recent OOM errors logged in any JVM Prior to this com…
…mit, there were no checks done to see if there are any OOM messages in the logs, this change will look for any of those errors in the last 250 lines of logs in puppetserver.log, puppetdb.log and orchestration-services.log . This includes S0016-18.
Merge pull request #58 from BartoszBlizniak/main
(SUP-2892) - No recent OOM errors logged in any JVM
Merge pull request #59 from jarretlavallee/gh-52
(GH-52) Restrict S0006 to primaries
Merge pull request #60 from jarretlavallee/template_cleanup
(maint) Remove contest information from the PR template
Merge pull request #32 from MartyEwings/agent_fact
Adding Agent only Fact check for expiring host cert
syncing from "puppetlabs/support_workflows"
Merge pull request #38 from gmcgrillan/SUP-2913
(SUP-2913) Puppet not updated for more than a year
Merge pull request #1 from BartoszBlizniak/bugfix_63
(Issue #63) Fixed the Fact numbers in acceptance testing
Merge pull request #64 from BartoszBlizniak/main
(Issue #63) - Fixed the fact check in acceptance testing
Merge pull request #50 from coreymbe/SUP-2896-avg_free_jrubies
(SUP-2896) Check Avg Free JRubies
(maint) Stop puppet agent runs during testing
Prior to this commit, there was the possibility that the puppet agent would be running during the acceptance testing, which could change the results of the testing. This commit disables the puppet agent by default.
Merge pull request #67 from jarretlavallee/fix_tests
(maint) Stop puppet agent runs during testing
(SUP-2918) Add a check for 503 messages
This commit adds a check for 503 messages in the puppetserver.log.
Merge pull request #44 from kksubbu72/SUP-2918
(SUP-2918) Check If Puppet Server is sending 503s to agents
SUP-2945 Updating S0004 to call the services API
Uses a shareable NETT::HTTP function to work out localhost (127.0.0.1) services estate.
Merge pull request #68 from jordi-garcia/SUP_2945_S0004_Corrections
(SUP-2945) Updating S0004 to call the services API