-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Parallels boxes? #371
Comments
This is a interesting topic that I'm interested in driving forward.
config.vm.provider "parallels" do |p|
p.vm.box = "rickard-von-essen/opscode_centos-7.1"
end Do Chef Inc have any input on this? |
Option 1. would be the best. However maybe Parallels, Inc. can be motivated to provide/build boxes and integrated as you describe in your Option 2. Since they are already activily maintaining their own Vagrant plugin (that's why it is free and not payware, like the one for Fusion), maybe they will see a benefit in supporting bento, too. (=> hint for @chef-partners ?) Technically Packer is able to build PD boxes, so it's just about pre-building+distriibution of the boxes. |
Adding this here for cross-reference purposes: https://github.com/chef/ohai/pull/557/files |
see http://parallels.github.io/vagrant-parallels/docs/boxes/packer.html Given how many chef-related forks the Prallels developers have on GitHub, Chef, Inc. should really try to get some kind of joint development on this ;-) |
Yep. I'm from Parallels and we are open for communication and collaboration :) Chefs, seems like community really want to see Vagrant boxes for And, of course, we are ready to support and maintain Parallels-related part of bento templates for Packer. Do you have any suggestions? cc:\ @juliandunn , @racktear |
@legal90 this is great to hear! I'll see if I can poke some folks internally to get this moving forward. Fwiw @juliandunn isn't shepherding Bento any longer even though I'm sure he is happy with this development. Feel free to contact me at the GH listed e-mail regarding licenses and I'll start the conversation. I think the only tricky bit is us getting the boxes to our S3 as that is where test-kitchen pulls them from as opposed to Atlas but I believe we push to both - just an implementation detail that I'm sure we can figure out. |
That's great to hear, and yes @cheeseplus is right that I have relinquished my stewardship of Bento due to ENOTIME. You can look in MAINTAINERS.md to see who is now responsible. |
Nice to see progress on this! 👍 |
Done @8a424e2900148bb8d732604844b4e18bce064d07 |
@cheeseplus Thank you! 🏆 |
Awesome! 👍
|
Can chef build and provide boxes for parallels, too? https://github.com/chef/bento/blob/master/README.md
At least on osx parallels has the best performance and the best feature set, Fusion still can't deliver the features of VMware Workstation and also requires a paid vagrant plugin. Also paralles provides and supports a free vagrant plugin, see https://github.com/Parallels/vagrant-parallels
The text was updated successfully, but these errors were encountered: