Budh Ram Gurung (BRG)

Results 109 comments of Budh Ram Gurung (BRG)

> Yeah, I've tried inserting an echo to say "the site is now running", but once control gets handed off to Middleman the line is never reached. Ideas? @jberkus No...

@navidshaikh, It is needed to know the version of server running inside VM. By default, it will install the client version similar to the server version which could be overridden...

> If given an explicit option for --cli-version then machine is not needed to run This can be added.

@claviola Could you elaborate more how you installed ADB and how you got this error?

Hi @claviola , What is your vagrant version? and which OS you are running? We are facing this issue in `vagrant 1.9.1` with Windows OS only. Adding a fix of...

@shepp67 Commented here https://github.com/mitchellh/vagrant/issues/8259#issuecomment-281582967 We won't recommend 1.9.1 as it also breaks private IP - https://github.com/mitchellh/vagrant/issues/8250.

@LalatenduMohanty @navidshaikh : Moreover, we found that vagrant service-manager plugin is not executing extra provisioners present in Vagrantfile (https://github.com/projectatomic/vagrant-service-manager/issues/166).

@LalatenduMohanty @navidshaikh @hferentschik Since, now the idea is to auto-generate Vagrantfiles, this can be implemented along with https://github.com/projectatomic/vagrant-service-manager/issues/163

@hferentschik , if it is only moving [print message](https://github.com/projectatomic/adb-atomic-developer-bundle/blob/master/components/centos/centos-openshift-setup/Vagrantfile#L87) part then it is different than #163. Then, it means that the shell provisioning part will be migrated to vagrant-service-manager, right?

@navidshaikh @hferentschik : If we go this way of printing the message, then we need to remove the shell provisioning lines from provided Vagrantfiles since `vagrant up` process will print...