-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vagrant landrush and hostmanager #41
Comments
We are working on getting Landrush to work (since it won't as it stands on Windows). For now we are using routes utilizing the xip.io to overcome DNS issues. |
@cmoulliard afaik it is not solved on fabric8 either for Windows nor Mac besides the static services. Thats why we are for now using xip.io that works on all three platforms but working on making landrush work on all three to (especially windows) so it will even work when not disconnected. |
@maxandersen landrush works great for static and dynamic services on a Mac; but yeah it doesn't work on Windows - for windows its static services only using hostmanager |
@jstrachan landrush failed earlier for dynamic services - but that been fixed. Anyways, we need solution for windows to push any of it hence why we use xip.io for now that works anywhere (but require net access) and @hferentschik is working on contributing ( of if necessary ) fork landrush to work on Windows. |
Relates to issue #59 |
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
The text was updated successfully, but these errors were encountered: