-
Notifications
You must be signed in to change notification settings - Fork 32
Description
The existing Vagrant VM Box doesn't contain a DNS server, so it is difficult to access from the local machine (MacOSX, Linux) a service exposed by a pod
Example of a REST HTTP Service exposed by a Camel Route : http://qs-camel-rest-sql.openshift.dev/
which is mapped to this address : 172.30.168.234 and port number 8181
We can't access within a browser of the local machine (MacOSX, Linux) to the service address as the traffic is not routed to this address and also because no DNS server is available.
I propose to use vagrant hostmanager & landrush (http://fabric8.io/guide/getStartedVagrant.html) to resolve this problem as done by the Fabric8 project
-->
https://github.com/fabric8io/fabric8-installer/blob/master/vagrant/openshift/Vagrantfile#L282-L296