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