Ryan E. Beisner
Ryan E. Beisner
_Cannot allocate lxd:ubuntu-16.04: cannot launch lxd container: exec: "lxc": executable file not found in $PATH_ I was looking to start using spread very soon while we're redeploy some ci infra....
The following module change is a break in the module layout, making it backward-incompatible. OpenStack Charms are impacted and either have to change the way imports happen, or look to...
There is a notion of "fetchers" in charm-tools, which might seem to allow for a wide range of approaches (source code repos). However, in moving one project from Github.org to...
***Work In Progress*** - don't land yet. Fixes #185
get_messages raises UnsupportedError when removing a unit https://github.com/juju/amulet/blob/master/amulet/sentry.py#L613 ``` DEBUG:runner:2017-08-18 19:55:04,708 test_901_remove_unit DEBUG: Checking that units correctly clean up after themselves on unit removal... DEBUG:runner:2017-08-18 19:55:04,709 _configure_services INFO: OpenStackAmuletDeployment: configure...
Clock skew between local machine and remote Juju units can cause amulet.sentry.wait to take an extraordinarily long time (if the remote machine is skewed to the future). Inversely, when the...
We're seeing this periodically with amulet tests of subordinates. It passes sometimes, sometimes it traces. ``` 00:14:50.545 Traceback (most recent call last): 00:14:50.545 File "./tests/020-basic-wily-liberty", line 8, in 00:14:50.545 deployment...
In automatic review of proposed charm changes, we need to be able to query the charm store to determine all of the series recognized by the charm store. This will...