Rogier Dikkes created AURORA-1958:
-------------------------------------
Summary: Improve Vagrant setup with vagrant-hostmanager
Key: AURORA-1958
URL: https://issues.apache.org/jira/browse/AURORA-1958
Project: Aurora
Issue Type: Task
Components: Usability
Affects Versions: 0.19.0
Environment: Vagrant setup
Reporter: Rogier Dikkes
Priority: Trivial
Fix For: 0.20.0
Currently the vagrant devcluster is setup with aurora.local in the /etc/hosts
file of the guest virtual machine, however the /etc/hosts file on the host
machine where Vagrant is running on does not get changed. Result is that
clients outside of the Vagrant environment have issues connecting to the
devcluster, also the url within the devcluster environment do not work when you
use it from your browser. An example of this is the url of the aurora framework
in the Mesos master page.
Found vagrant-hostmanager which is easy to implement, it generates the
/etc/hosts and removes entries upon destroying the Vagrant setup. It also has
the ability to add entries within the Vagrant environment, for now i left that
out of the scope of this issue.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)