Kevin W Monroe

Results 11 issues of Kevin W Monroe

``` $ which juju /snap/bin/juju $ juju version 2.3-beta4-xenial-amd64 $ which conjure-up /snap/bin/conjure-up $ conjure-up --version conjure-up 2.5-alpha1 $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS" ``` I have...

bug

Conjure up often has lots of good info for the user about a given deployment. For example, the last screen of a CDK deployment shows the k8s dashboard link as...

enhancement

I'd like to place applications on new machines when specified by a yaml fragment in a spell step. Here's my env: ``` $ which juju /snap/bin/juju $ juju version 2.3-rc2-xenial-amd64...

help wanted
pinned

When i click "add to new model" on the kubeflow bundle (https://jujucharms.com/kubeflow/), everything starts to render correctly and i see charm icons being added as expected. The final render, however,...

confirmed

This PR updates version strings, links, and charm revisions to the current bigtop-1.4 release. Also picks up a couple zookeeper tweaks: Closes #562 Closes #563

This isn't quite ready yet, but it brings in the latest service and pod metrics functionality from the upstream prometheus scraper: https://github.com/prometheus/prometheus/blob/master/documentation/examples/prometheus-kubernetes.yml Since our prometheus is not `in-cluster`, we have...

## Done - remove EOL k8s releases (only 1.25+ is currently supported) - add 1.29 dates ## QA - Check out this feature branch - Run the site using the...

In #569, we switched the default `charm build` to output a report and introduced a new flag `-R, --no-report` to override that behavior. It's possible that a user could include...

## Checklist - [x] Confirmed this is an issue with charm-tools, not charmstore-client - [X] Provide versions of tools used - [X] Described the feature or ways to replicate the...

It would be great to do this in an amulet test: ``` cls.d = amulet.Deployment(series='trusty') cls.d.load_bundle_from_store('cs:hadoop-processing') ``` There's a `load` and `load_bundle_file`, which is great: https://github.com/juju/amulet/blob/master/amulet/deployer.py#L97 One could wget the...