How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "TSDBBench/tsdbbench_dummy.box"
  config.vm.box_version = "1.0"
end
vagrant init TSDBBench/tsdbbench_dummy.box \
  --box-version 1.0
vagrant up

This version was created over 6 years ago.

This is the dummy box for TSDBBench (Github.com).

4 providers for this version.
  • vsphere Hosted by Vagrant Cloud (156 Bytes)

  • openstack Hosted by Vagrant Cloud (685 Bytes)

  • aws Hosted by Vagrant Cloud (168 Bytes)

  • digital_ocean Hosted by Vagrant Cloud (175 Bytes)