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