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

Allow to customize cpuidset for VirtualBox VMs #175

Closed
jochenseeber opened this issue Jun 1, 2015 · 1 comment
Closed

Allow to customize cpuidset for VirtualBox VMs #175

jochenseeber opened this issue Jun 1, 2015 · 1 comment
Assignees

Comments

@jochenseeber
Copy link

In VirtualBox machines there is a cpuidset setting that is set as follows:

config.vm.provider :virtualbox do |v|
    v.customize ["modifyvm", :id, "--cpuidset", "00000001", "000306a9", "00020800", "80000201", "178bfbff"]
end

This currently cannot be modified in Test Kitchen. The driver customizations should be extended so the following works:

driver:
    name: vagrant
    customize:
        cpuidset: ["00000001", "000306a9", "00020800", "80000201", "178bfbff"]
@cheeseplus
Copy link
Contributor

@jochenseeber for something that specific we recommend using the vagrantfile_erb facility instead and providing a custom Vagrantfile.

@cheeseplus cheeseplus added this to the Accepted Minor milestone Jan 16, 2016
@robbkidd robbkidd removed this from the Accepted Minor milestone Mar 24, 2016
@cheeseplus cheeseplus self-assigned this Jan 6, 2017
cheeseplus pushed a commit that referenced this issue Jan 6, 2017
Fix #175. Ability to set cpuidset for vbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants