Marco Ceppi

Results 42 comments of Marco Ceppi

To expand, `d.unit` should also have a `storage_add` and `storage_remove` primitives which Juju has. I completely agree this needs to be added, especially since storage exists in Juju today. As...

@Yrrsinn Will this be sufficient?

I don't think Juju will be able to deploy this either though, have we tried?

we should just tell people sentry['mysql/0'] # bad sentry['mysql'][0] # better since sentry is also a list? and we don't confuse a service key with the unit lookup On Tue,...

As an aside, a better way to access running units is to use the following notation: ``` python status1 = self.deployment.sentry['etcd'][0].run('service etcd status') status2 = self.deployment.sentry['etcd'][1].run('service etcd status') ``` This...

Sure, we could do this, but I feel it may overload `Deployment.add()`

So, teardown and "setup" (bootstrapping, etc) are handled by the juju-test plugin. There's an option in juju test to archive the environment on teardown (-o). Amulet's just designed to make...

Thanks, I'll give that a try

I very well almost did that. I'll update the PR