You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it does say the storage parameter should be a dict, i'm passing in {"runner": {"pool": "rootfs", "size": 11}} as the value for storage parameter in model.deploy.
It has been working for other versions of libjuju but not for 3.5.x. This is not critically blocking our production but just some integration tests which would be nice to have to secure our deployments for ARM.
Description
This is a follow-up ticket report from https://matrix.to/#/!xzmWHtGpPfVCXKivIh:ubuntu.com/$5-Tq8RLBv0TZI4z-49_0HdGMU0th_O417NNJXBiAVuY?via=ubuntu.com&via=matrix.org&via=matrix.debian.social.
I've got an integration test that is able to deploy application, integration applications and all but as soon as I try to wait for the application, Juju will throw a juju.errors.JujuAPIError: permission denied. The applications are Active and working fine.
For context, this is using a private-endpoint connection method to connect to the model (see https://github.com/canonical/github-runner-operator/blob/713efe6f59e7c0bfeb97bce7f42860692d6ff5bc/tests/integration/setup_private_endpoint_model.sh).
Full integration test error log/stacktrace: https://pastebin.canonical.com/p/3RCbKwB4kQ/
Urgency
Annoying bug in our test suite
Python-libjuju version
3.2.3.0
Juju version
3.5.3
Reproduce / Test
The text was updated successfully, but these errors were encountered: