How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "magmacore/magma_dev"
config.vm.box_version = "1.1.20210618-patched"
end
vagrant init magmacore/magma_dev \
--box-version 1.1.20210618-patched
vagrant up
This version was created almost 2 years ago.
This image is the same as the 1.1.20210618 image, but with OVS upgraded to version 2.15.4-9-magma. See https://github.com/magma/magma/pull/13487 for the packer script that was used to create this image.