Jack Shaw
Jack Shaw
This is in part to build a foundation to convert the JujuConnSuite test in this package ## Checklist - [x] Code style: imports ordered, good names, simple structure, etc -...
With the exception of `relate` and `status` which require more thought Here is a full list of the command changes from `juju`: - Drop `list-actions` in favour of `actions` -...
`relate` was originally an alias for `add-relation`. However, we prefer the cleaner `relate` command. Set this to be primary, and drop the `add-relation` command Also replace `add-relation` with `relate` wherever...
They are no longer in use or work ## Checklist - [ ] Requires a [pylibjuju](https://github.com/juju/python-libjuju) change - [x] Added [integration tests](https://github.com/juju/juju/tree/develop/tests) for the PR - ~[ ] Added or...
Bump controller API version and implement new `ControllerNodes` method Use this method to get info about controller nodes in show-controller, instead of checking the controller model NOTE: This is WIP...
Sometimes ec2 machine spawns only a private and public ip, so we should not for a third ## Checklist - ~[ ] Code style: imports ordered, good names, simple structure,...
Resolves https://github.com/canonical/bundle-kubeflow/issues/511 If I am correct, these crds are not actually created when kubeflow is deployed, so their inclusion in these tests is a mistake. Drop them, making the tests...
Hi, I have deployed kubeflow and kubeflow-lite from the stable channel onto microk8s, and running the tox test suites against my deployments. However, `test_crd_created_lite` and `test_crd_created_full` are both failing Upon...
There's a long-running bug in charmhub where if an effective channel implicitly resolves to the track 'latest', the track itself will be left out We, however, always want a track...
This is converted to a series if deploying with base isn't supported As a flyby, tidy go.mod and replace github.com/juju/version with github.com/juju/version/v2