Budh Ram Gurung (BRG)
Budh Ram Gurung (BRG)
@dflock , Could you paste Vagrantfile as well?
I think `.cdk` has been added here https://github.com/projectatomic/adb-atomic-developer-bundle/blob/master/components/rhel/rhel-ose/.cdk. Anything more required here @LalatenduMohanty @praveenkumar ?
@dustymabe , yes that is the plan in future I believe.
@bexelbie thats a good idea but does it promotes duplication of data? When you say > Development of vagrant service-manager docs will be there in service-manager repo Does it mean,...
This can be bypassed with `--insecure-skip-tls-verify=true` flag as : ``` $ oc login $OPENSHIFT_URL --insecure-skip-tls-verify=true ```
This seems to be related to Vagrant life cycle, mostly how Vagrant perform operation on `vagrant destroy`. Digging on it.
I am able to reproduce the error locally as well for even starting the VM: ``` Executing command : /home/budhram/redhat/minishift-centos-iso/tests/../build/bin/minishift start --vm-driver kvm --iso-url file:///home/budhram/redhat/minishift-centos-iso/tests/../build/minishift-centos7.iso ******* 2017-08-22 19:33:10,018 test L0119...
@gbraad could you add those debugs lines here https://github.com/gbraad/minishift-centos-iso/blob/opt/tests/test.py#L90 then we can see why it is failing in CI. I am also trying locally. The upstream released latest ISO passed...
Logs ### Logs with upstream releasted latest centos ISO ``` (minishift) DBG | Starting VM minishift (minishift) DBG | GetIP called for minishift (minishift) DBG | Failed to retrieve dnsmasq...
This issue is not reproducible in my local centos box.