This closes #1170
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/2e1e1ff0 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/2e1e1ff0 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/2e1e1ff0 Branch: refs/heads/master Commit: 2e1e1ff0fa0a14c131a12841615c3a18e23f3ddf Parents: 61128a9 8832771 Author: Alex Heneveld <[email protected]> Authored: Sat Jan 30 02:31:35 2016 +0000 Committer: Alex Heneveld <[email protected]> Committed: Sat Jan 30 02:31:35 2016 +0000 ---------------------------------------------------------------------- brooklyn-dist/.gitignore | 1 + brooklyn-dist/pom.xml | 1 + brooklyn-dist/release/make-release-artifacts.sh | 24 ++++- brooklyn-dist/vagrant/pom.xml | 83 ++++++++++++++++++ .../src/main/config/build-distribution.xml | 33 +++++++ .../vagrant/src/main/vagrant/README.md | 41 +++++++++ .../vagrant/src/main/vagrant/Vagrantfile | 76 ++++++++++++++++ .../src/main/vagrant/files/brooklyn.properties | 23 +++++ .../src/main/vagrant/files/brooklyn.service | 32 +++++++ .../src/main/vagrant/files/install_brooklyn.sh | 92 ++++++++++++++++++++ .../vagrant/src/main/vagrant/files/logback.xml | 32 +++++++ .../src/main/vagrant/files/vagrant-catalog.bom | 82 +++++++++++++++++ .../vagrant/src/main/vagrant/servers.yaml | 73 ++++++++++++++++ 13 files changed, 589 insertions(+), 4 deletions(-) ----------------------------------------------------------------------
