Andrew Donald KENNEDY

Results 14 comments of Andrew Donald KENNEDY

@hectcastro I am having the _exact_ same issue as you mention in https://github.com/hectcastro/docker-riak/issues/10#issuecomment-42630916 with riak nodes on a libnetwork provisioned Calico network spanning multiple hosts, using Docker 1.10.3 so am...

@neykov what @azbarcea means is we want to take the YAML _syntactical_ parsing (via the existing Brooklyn capabilities) and extend it with the _semantic_ meaning of the CAMP (and eventially...

@morganbrooke can you take a look at this, please?

Apologies for the multiple commit/revert sequence here. I made an error understanding the `Jenkinsfile` and didn't realise the differences between `master` and PR builds. This is are-issue of #50 and...

The `master` build has the following output: ``` Successfully tagged brooklyn:jenkins-Brooklyn-brooklyn-master-173 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] isUnix [Pipeline] sh + docker inspect -f...

You could do this by running the container with a read-only filesystem, and mounting a small writeable volume for mutable data, that would be thrown away when the container is...

It looks like this would need some simple modifications to `TypeConverter` and that the `builder.withTypeconverter(converter)` method that is currently commented out would also be useful.

I hadn't noticed the `@Inject Help help;` reference before, that should do what I need.

@Graeme-Miller I think once the tests are added it should be OK, as the individual effectors are all reliant on a single parent abstract class, so they fit together. I...

> Service iptables save doesn't work with Centos7 That is, doesn't work with the CentOS 7 AMI we use on EC2, which has a cut-down `service` command only supporting the...