Charlie Sharpsteen

Results 8 issues of Charlie Sharpsteen

## Use Case Given a large list of inputs that must be processed on a remote node, the `parallelize()` function could be used with `run_task` to effect parallel processing: ```...

Feature

This commit updates locations where StandardError instances are rescued and re-raised as VSphereError to preserve the backtrace info of the original errors along with the message. This change makes debugging...

## Describe the Bug The `BoltSpec::BoltContext.in_bolt_context` helper added in commit 7aad50e aims to enable testing of functions that use the built-in bolt datatypes. However, the testcase and examples given use...

Bug

The `human` output format currently displays everything in terms of exclusive time -- that is time spent within a span after excluding time spent within child spans. For completeness, we...

enhancement

It appears that the `break --condition` command does not work: ``` [1] pry(main)> RUBY_VERSION => "1.9.3" [2] pry(main)> Pry::VERSION => "0.9.12.2" [3] pry(main)> break foo.rb:3 Breakpoint 1: /Users/sharpie/foo.rb @ line...

## Describe the Bug When upgrading a PE XL install older than 2019.7.0 the `peadm::upgrade` plan has to migrate PuppetDB report data on both the primary and replica nodes. The...

bugfix
jira

## Use Case The `peadm::install` and `peadm::upgrade` plans co-ordinate tasks across many nodes using a variety of inputs. When one of these plans fails, the output is often the first...

feature
jira

This commit adds an example of running Gluetun as a Kubernetes SidecarContainer. This setup has the benefit that Kubernetes will not start any main containers in a Pod until Gluetun...