You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the feature doesn't hurt anything so I'm open to PR's to help implement. We won't be modifying the default OS templates and publishing them with multiple drives to the bento vagrant hub account though. Those boxes are meant to be simple install for temporary testing purposes.
Describe the Enhancement
Looking to create a custom vagrant box with 2 hdd.
Describe the Need
To be able to create an Ansible lab with VM like in our prod ;)
Current Alternative
The alternate stand in a cutom vboxmanage var like:
but 'packer' is able to manage more efficiently (imho)?
Can We Help You Implement This
I just have to add a new var definition like:
to be able to add it to the 'source "virtualbox-iso" "vm" ' like:
and also add its requirement in a custome os_pkrvars/centos/rudy-centos-7-x86_64.pkrvars.hcl:
vbox_disk_additional_size = [ 69632 ]
After a quick run, it seems that the box contains well the 2 virtual disks I wanted:
PS: I think that we would need different var for each type of VM tool (not sure but qm would need a list(string)?)
Take care,
Rudy
The text was updated successfully, but these errors were encountered: