Github user aledsage commented on a diff in the pull request:
https://github.com/apache/brooklyn-dist/pull/31#discussion_r58748556
--- Diff: 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
--- End diff --
If someone has another process listening on port 8081, then presumably
`vagrant up brooklyn` will fail with a nice message? Is that ok to assume they
won't have anything else running there? I think yes.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---