How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sharrache/centos7"
end
vagrant init sharrache/centos7
vagrant up
This version was created about 9 years ago.
Disabled NetworkManager
This version was created about 9 years ago.
Added missing .ssh directory for vagrant user
This version was created about 9 years ago.
Fixed ovf:id name, and eth1 network interface configuration
This version was created about 9 years ago.
Initial version