Repository: brooklyn-dist
Updated Branches:
  refs/heads/0.9.0 0b8b81df4 -> f08bddf20


use hosts only networking for brooklyn node
- brooklyn accessible via mapped 8081 port at http://127.0.0.1:8081 which 
matches the manual install url (simplifies docs)
- can still access the byon nodes and avoids having to worry about subnet 
clashes for brooklyn itself


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

Branch: refs/heads/0.9.0
Commit: 4e2ebfd9057efacf7f1d306da41def9361205c40
Parents: 0b8b81d
Author: John McCabe <j...@johnmccabe.net>
Authored: Wed Apr 6 17:56:58 2016 +0100
Committer: Aled Sage <aled.s...@gmail.com>
Committed: Wed Apr 6 20:37:47 2016 +0100

----------------------------------------------------------------------
 vagrant/src/main/vagrant/servers.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/4e2ebfd9/vagrant/src/main/vagrant/servers.yaml
----------------------------------------------------------------------
diff --git a/vagrant/src/main/vagrant/servers.yaml 
b/vagrant/src/main/vagrant/servers.yaml
index 81b595e..2160782 100644
--- a/vagrant/src/main/vagrant/servers.yaml
+++ b/vagrant/src/main/vagrant/servers.yaml
@@ -41,7 +41,9 @@ servers:
     box: ubuntu/wily64
     ram: 2048
     cpus: 4
-    ip: 10.10.10.100
+    forwarded_ports:
+     - guest: 8081
+       host: 8081
     shell:
       env:
         BROOKLYN_VERSION: 0.9.0

Reply via email to