Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant up fails because of the vagrant-berkshelf #57

Closed
AlexeyKupershtokh opened this issue May 4, 2015 · 2 comments
Closed

Vagrant up fails because of the vagrant-berkshelf #57

AlexeyKupershtokh opened this issue May 4, 2015 · 2 comments

Comments

@AlexeyKupershtokh
Copy link

I've found out the solution. See the 1st comment.


Hi.
I've just tried to start a standalone vagrant-mesos.
I've installed all the software required:

$ aptitude versions chefdk vagrant virtualbox
Package chefdk:                        
i   0.5.1-1                                                                                                                                                                                        100 
Package vagrant:
i   1.4.3-1                                                                                                  trusty                                                                                500 
Package virtualbox:
i   4.3.10-dfsg-1ubuntu4                                                                                     trusty-updates                                                                        500 
$ vagrant plugin list
vagrant-berkshelf (4.0.3)
vagrant-cachier (1.2.0)
vagrant-hosts (2.4.0)
vagrant-omnibus (1.4.1)

But the vagrant up command still fails

.../standalone$ vagrant up
Failed to load the "vagrant-berkshelf" plugin. View logs for more details.

Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:
* The box 'everpeace/mesos' could not be found.

Vagrant:
* Unknown configuration section 'berkshelf'.
@AlexeyKupershtokh
Copy link
Author

I've upgraded vagrant to the latest version (1.7.2) and it worked well.
Seems that the ubuntu 14.04 officially distributed vagrant (1.4.3) is not supported by this repo.
Maybe should add a note about min version in the prerequisites?

@everpeace
Copy link
Owner

Hi! Firstly, thank you for trying this project!

Maybe should add a note about min version in the prerequisites?

I explicitly wrote the prerequisites in README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants