How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "parallels/centos-6.6"
config.vm.box_version = "1.0.6"
end
vagrant init parallels/centos-6.6 \
--box-version 1.0.6
vagrant up
This version was created about 9 years ago.
This box is still available for you to download, but most likely that new versions will not be released anymore. It is recommended to use "parallels/centos-6.8" box instead.