How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "alanthing/centos-7.2"
config.vm.box_version = "0.1.0"
end
vagrant init alanthing/centos-7.2 \
--box-version 0.1.0
vagrant up
This version was created almost 8 years ago.
Box for Veertu created with CentOS 7 minimal ISO and Chef Bento kickstart file. After boot, ran the Bento scripts common/sshd.sh common/vagrant.sh centos/cleanup.sh common/minimize.sh as defined in centos-7.2-x86_64.json, and changed the grub2 boot args to include 'net.ifnames=0' (so the main ethernet device is always eth0).
Note: as Veertu builds out the Vagrant functionality, if you want to increase the RAM and CPU, run vagrant up, then vagrant halt and edit the VM in the Veertu application.
This version was created with an ISO and requires the paid version of Veertu.
CentOS-7-x86_64-Minimal-1511.iso