This closes #937
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/db12b177 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/db12b177 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/db12b177 Branch: refs/heads/master Commit: db12b1776f336cf51cd20045691b7be15c749881 Parents: 2f447fd 2107c47 Author: Aled Sage <[email protected]> Authored: Tue Oct 20 23:22:23 2015 +0100 Committer: Aled Sage <[email protected]> Committed: Tue Oct 20 23:22:23 2015 +0100 ---------------------------------------------------------------------- .../entity/nosql/mongodb/mongodb_win.yaml | 46 +++++++ .../nosql/mongodb/win/checkrunning_mongodb.ps1 | 30 ++++ .../nosql/mongodb/win/configure_mongodb.ps1 | 31 +++++ .../nosql/mongodb/win/install_mongodb.ps1 | 32 +++++ .../entity/nosql/mongodb/win/launch_mongodb.ps1 | 26 ++++ .../entity/nosql/mongodb/win/stop_mongodb.ps1 | 27 ++++ .../nosql/mongodb/MongoDBWinEc2LiveTest.java | 138 +++++++++++++++++++ 7 files changed, 330 insertions(+) ----------------------------------------------------------------------
