Daniel Farrell
Software Engineer, Red Hat SDN Team
[~/sandbox]$ vagrant init -m opendaylight/odl
[~/sandbox]$ cat Vagrantfile
Vagrant.configure(2) do |config|
config.vm.box = "opendaylight/odl"
end
[~/sandbox]$ vagrant up
default: URL: https://atlas.hashicorp.com/opendaylight/odl
==> default: Adding box 'opendaylight/odl' (v4.0.0)
[~/sandbox]$ vagrant status
Current machine states:
default running (libvirt)
[~/sandbox]$ vagrant ssh
[vagrant@localhost ~]$ sudo systemctl is-active opendaylight
active
$ docker run -ti dfarrell07/odl:4.1.0 /opt/opendaylight/bin/karaf
By Daniel Farrell
OpenDaylight overview for the Madrid ODLUG's first meetup.