Hi all,
I'm trying to get access to OpenShift service running inside the Vagrant box on one of the systems provided by Duffy. I'm attempting to access it from Jenkins slave.
I tried to forward the port 8443 inside the Vagrant box to port 8443 on Duffy provided system. And then when I try to access it from Jenkins slave, it fails with error:
$ ./oc login <duffy-provided-slave> Unable to connect to the server: dial tcp <ip-address>:8443: getsockopt: no route to host
A rough mapping of the systems involved should look like this:
Jenkins Slave --> Duffy provisioned host (CentOS 7) --> Vagrant box running OpenShift (CentOS 7)
I want to check with the group if someone's ever tried something like this and succeeded. Would love to hear some ideas that we should be trying.
Regards, Dharmit.