redhat-developer-tooling / openshift-vagrant

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

vagrant validation: fail fast #66

Closed rafabene closed 8 years ago

rafabene commented 8 years ago

Starting with an empty box, the vagrant up replies:

After installing it, vagrant up replies:

All required plugins should be verified once and a single message listing all the missing required plugins should be presented.

hferentschik commented 8 years ago

Fair point. We can make this happen in this repo, but really we should also create an issue here - https://github.com/projectatomic/adb-atomic-developer-bundle, to make sure the ADB/CDK Vagrantfile does the right thing. After all it is the Vagrantfile shipped by the CDK which should be used.

Also, this plugin check should really go into the box'es Vagrantfile. This way the config would be shared no matter which Vagrantfile the user uses in the working directory.

hferentschik commented 8 years ago

Resolved