Adam Stokes
Adam Stokes
https://sentry.io/canonical-pj/conjure-up/issues/296279561/ ``` JujuAPIError: could not fetch applications and units: cannot get all units from application "ntp": Closed explicitly (4 additional frame(s) were not displayed) ... File "juju/model.py", line 1494, in...
https://sentry.io/canonical-pj/conjure-up/issues/300302501/ ``` JujuAPIError: connection is shut down (5 additional frame(s) were not displayed) ... File "juju/client/overrides.py", line 100, in rpc result = await client.WatchAll() File "juju/client/facade.py", line 392, in wrapper...
https://sentry.io/canonical-pj/conjure-up/issues/295627685/ ``` JujuAPIError: cannot read entity archive: write /var/lib/juju/charmcache/charm-download596520330: no space left on device (2 additional frame(s) were not displayed) ... File "juju/model.py", line 1075, in deploy await client_facade.AddCharm(channel, entity_id)...
https://sentry.io/canonical-pj/conjure-up/issues/298435320/ ``` FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/marco'] (25 additional frame(s) were not displayed) ... File "conjureup/controllers/lxdsetup/common.py", line 137, in set_default_profile delete=False) as...
https://sentry.io/canonical-pj/conjure-up/issues/298495611/ ``` JujuError: ['cannot add application "designate-bind": cannot deploy to machine 11: series does not match'] (3 additional frame(s) were not displayed) ... File "juju/model.py", line 1166, in _deploy result...
After already deploying a kubernetes bundle, if you deploy a second one, the kubectl binary and config is saved to an arbitrary directory to avoid collision with the versions from...
Please provide tab completion for conjure-up. e.g. it'd be nice if I could type conjure-up ku and have it complete to kubernetes
In some cases you may exhaust your resources in clouds like AWS. We should try to detect this and do the right thing. ``` $ juju status ... Unit Workload...
Now that https://github.com/conjure-up/conjure-up/pull/809 is merged, we need to work towards making sure all input fields have validation capability including things like post processing steps, updating config items in the application...