Closes #37 Generate ssh keys for the brooklyn host
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/fa2943d2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/fa2943d2 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/fa2943d2 Branch: refs/heads/master Commit: fa2943d2dc0177cd6d532eac751cebaaf6052eb0 Parents: f4e6903 77ee5ce Author: Svetoslav Neykov <[email protected]> Authored: Fri Jul 29 21:42:55 2016 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Fri Jul 29 21:42:55 2016 +0300 ---------------------------------------------------------------------- vagrant/src/main/vagrant/servers.yaml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/fa2943d2/vagrant/src/main/vagrant/servers.yaml ---------------------------------------------------------------------- diff --cc vagrant/src/main/vagrant/servers.yaml index ef95d12,e0eb4b6..3c0056b --- a/vagrant/src/main/vagrant/servers.yaml +++ b/vagrant/src/main/vagrant/servers.yaml @@@ -47,9 -47,10 +47,10 @@@ servers autocorrect: true shell: env: - BROOKLYN_VERSION: 0.10.0-SNAPSHOT + BROOKLYN_VERSION: "0.10.0-SNAPSHOT" INSTALL_FROM_LOCAL_DIST: false cmd: + - ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa - chmod a+x /vagrant/files/install_brooklyn.sh - /vagrant/files/install_brooklyn.sh -v ${BROOKLYN_VERSION} -l ${INSTALL_FROM_LOCAL_DIST} - sudo systemctl start brooklyn
