How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "xenserver/team-ring3-master"
config.vm.box_version = "0.0.3052"
end
vagrant init xenserver/team-ring3-master \
--box-version 0.0.3052
vagrant up
This version was created about 5 years ago.
There isn't a description.