How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/opensuse-13.2"
config.vm.box_version = "2.3.1"
end
vagrant init bento/opensuse-13.2 \
--box-version 2.3.1
vagrant up
This version was created over 6 years ago.
{ "name": "opensuse-13.2", "version": "2.3.1", "build_timestamp": "20161203204838", "git_revision": "277793ff1be79b460d702204f76ae308f096844e", "box_basename": "opensuse-13.2-2.3.1", "template": "opensuse-13.2-x86_64", "cpus": "1", "memory": "1024", "providers": [ { "name": "parallels", "file": "opensuse-13.2-2.3.1.parallels.box", "checksum_type": "sha256", "checksum": "cc314b4720f253b9b58a07c280ca929dcbd18bfe4d03ab47979ed3dae5a3d558", "size": "520 MB" }, { "name": "virtualbox", "file": "opensuse-13.2-2.3.1.virtualbox.box", "checksum_type": "sha256", "checksum": "572a4a687f20c1825d432d81554230442f0cec55badf5182a843dafa687c5046", "size": "555 MB" } ], "tool_versions": { "packer": "0.12.0", "vagrant": "1.9.0", "parallels": "12.1.1", "virtualbox": "5.1.10", "vmware_fusion": "8.5.2" }, "build_times": { "virtualbox-iso": 671, "parallels-iso": 671 } }