Budh Ram Gurung (BRG)
Budh Ram Gurung (BRG)
So it is user defined setting?
When you say `possible way` here then is it we need to set virtual machine name to some format internally and if user set it explicitly through Vagrantfile, it will...
@hferentschik > Also, in the case of the CDK we should imo terminate the bootstrap, if we don't get valid credentials. We need to actually come up with actual flow....
@LalatenduMohanty @bexelbie : There is an issue https://github.com/projectatomic/adb-vagrant-registration/issues/63 in vagrant-registration to perform register/unregister through command. The flow could be: 1. vagrant up 2. user skip registration/failed 3. services should be...
@LalatenduMohanty @bexelbie Ya I meant that only :smile: . My bad, I should have clarified that. I hope we are talking about value addition of `vagrant vagrant-registration [un] register` here....
@robstryker , We are no longer maintaining the project now as we have migrated to [minishift](https://github.com/minishift/minishift).
> are you aware that cdk 2.x is officially supported until 2019? @mmalina Need to confirm. Sorry I was not aware of it.
@LalatenduMohanty I had created an issue to track CMD here https://github.com/projectatomic/vagrant-service-manager/issues/392.
@hferentschik I have updated the test to successfully run ``` bundle exec vagrant service-manager install-cli openshift --cli-version 1.3.0 --path #{ENV['VAGRANT_HOME']}/oc ``` as I found it is related to minimum memory...
We also found that there is some wait time (~20s in dev machine) required in between `vagrant up` and first operation related to openshift like `vagrant service-manager status openshift`. We...