How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "opendaylight/odl"
config.vm.box_version = "5.0.0"
end
vagrant init opendaylight/odl \
--box-version 5.0.0
vagrant up
This version was created almost 8 years ago.
CentOS 7.2.1511 Minimal x86_64 with OpenDaylight Boron 5.0.0 installed by the OpenDaylight RPM and configured by the OpenDaylight Ansible role, all via the OpenDaylight Packer build pipeline.