You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2015/02/10 15:03:22 UTC

[3/3] incubator-brooklyn git commit: This closes #474

This closes #474


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f3216d6e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f3216d6e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f3216d6e

Branch: refs/heads/master
Commit: f3216d6ef593516a2d0fe06ea93889d3cd34c2f6
Parents: 86da164 743fd2d
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Tue Feb 10 14:03:07 2015 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Tue Feb 10 14:03:07 2015 +0000

----------------------------------------------------------------------
 software/database/pom.xml                       |   1 +
 .../entity/database/crate/CrateNode.java        |  90 ++++++++++++++
 .../entity/database/crate/CrateNodeDriver.java  |  24 ++++
 .../entity/database/crate/CrateNodeImpl.java    |  99 ++++++++++++++++
 .../database/crate/CrateNodeSshDriver.java      | 117 +++++++++++++++++++
 .../brooklyn/entity/database/crate/crate.yaml   |  28 +++++
 .../crate/CrateNodeIntegrationTest.java         |  64 ++++++++++
 7 files changed, 423 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f3216d6e/software/database/pom.xml
----------------------------------------------------------------------