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 <[email protected]> Authored: Tue Feb 10 14:03:07 2015 +0000 Committer: Sam Corbett <[email protected]> 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 ----------------------------------------------------------------------
