anadimisra / vagrant-toolchains

Reusable Vagrant-based environments for demonstrations.
MIT License
0 stars 0 forks source link

Jenkins "vagrant up" always looking for vagrant-aws plugin #12

Open karthikeayan opened 6 years ago

karthikeayan commented 6 years ago
C:\Users\karthik\Documents\Source\agilityroots-devopsyness\vagrant-toolchains\jenkins>vagrant up
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.

Path: C:/Users/karthik/Documents/Source/agilityroots-devopsyness/vagrant-toolchains/jenkins/Vagrantfile
Line number: 0
Message: RuntimeError: vagrant-aws plugin required! Please run 'vagrant plugin install vagrant-aws'

vagrant up should only throw this exception when it is trying to provision a vm in AWS.

vishagilityroots commented 6 years ago

Thanks @karthikeayan , the vagrant-aws plugin is required when provisioning a box on AWS - so if I understand correctly you'd like the plugin to be expected only for AWS provisioning, correct, and not when provisioning with Virtualbox?

karthikeayan commented 6 years ago

@vishagilityroots Yup.