Drew Freiberger

Results 11 issues of Drew Freiberger

https://github.com/bastienwirtz/homer/blob/f3b3b89b7c037584a2c3ad463b9d0322d28f0f89/src/components/ConnectivityChecker.vue#L5 "You're offline friend" seems mildly informal and not specifically accurate. I think it would be helpful if this noted that the client can't reach the server, as I'm most...

In the logstash-output-gelf project, there is a feature request to support multiple GELF destination hosts. https://github.com/logstash-plugins/logstash-output-gelf/issues/4 The GELF::Notifier initiator and the create_sender methods in this module would need to support...

In some use cases, the hard-coded thresholds in alert.py _metricdefs lead to unactionable critical alerts when using check_ntpmon.py. As an example, an all-reach-mean of 20% during an edge cloud upstream...

This commit provides an nrpe script to check for errors in ```ovs-vsctl show``` output to be shared across several openstack networking charms or any other charm that may wish to...

addresses issue #540 to provide operator feedback on elapsed time of long distributed wait times.

In charmhelpers/contrib/hahelpers/cluster.py distributed_wait sets a maintenance message listing how long the charm is waiting before it continues to it's next step. When dealing with longer wait times, it would be...

enhancement

Add-apt-repository requires both http_proxy and https_proxy settings for some PPAs. This line integrates the https proxy variable into the call used by a charm to add-apt-repository, but while some keys...

After refreshing charmhelpers on a python2 charm, I ran into issues during import of hookenv and host due to bare import of enum (available in python3.4+) ``` ... install Setting...

bug

When using charmhelpers.core.templating.render() to create some templated files in a functional test, I ran across an issue where the default owner/group is root/root when creating the target files. It appears...

I've had several openstack charms where openstack-upgrade fails to detect an available upgrade due to package revs being more than a single minor-rev jump. It appears that apt_pkg versions_compare(package, version)...