I'm new to OpenShift, I wanted to set up a few applications and build them with jenkins.
It all went pretty smoothly until I wanted to actually view my application. I started a simple NodeJS app with a jenkings client enabled.
I followed this VM deployment guide to the tee.
Well, my host name is not being resolved. I can access my app console with the IP that is spit out when you boot the VM, but when I try to access the apps themselves (ex: http://nodejs-origin.openshift.local/) I get a DNS error.
As per the guide, I ran "yum install -y nss-mdns" and changed nsswitch.conf to include mdns4. It should be noted that I got a bunch of PYURL ERROR 6 messages when running the yum command, but at the end it stated that I already had nss-mdns installed.
Not sure where to go from here, I havent been able to find any answers on the web. Hope you guys can help me out!
P.S I should also mention that I have tried both NAT and host-only adapters for the VM, with no avail.
P.P.S. If no one can help me with the DNS issue, perhaps someone knows how to access the individual applications by IP? Please help out, I'm still stuck.
Another clarification just in case: The VM is a fedora 64bit environment, while my host machine is running Windows 7.