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.

2 providers for this version.
  • libvirt
    unknown Hosted by Vagrant Cloud (1.35 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.4 GB)