redhat-developer-tooling / openshift-vagrant

All-in-One OpenShift Enterprise Vagrant setup
37 stars 32 forks source link

don't use hardcoded ip 10.0.2.15 #44

Closed kadel closed 8 years ago

kadel commented 8 years ago

In configure_ose.sh is used 10.0.2.15 for checking if OpenShift started, but default PUBLIC_ADDRESS in Vagrantfile is 10.1.2.2

As first argument configure_ose.sh gets PUBLIC_ADDRESS so we can make use of that.

hferentschik commented 8 years ago

Sure that works, even though 10.0.2.15 works as well. 10.0.2.15 is the default internal OpenShift IP on the VM.

hferentschik commented 8 years ago

Thanks, merged.