1.15Other Open Source
strict
core20
Basic snap declaring a plug on the libvirt interface
Apart from consuming the libvirt interface this snap packages a tiny vm
to be run with libvirt and be able to run some checks. The vm is a solo5
unikernel which is built during snap creation.
As a prerrequisite, a tap interface must be available for the vm to be
connected, the default name is tap100 and can be created with
With this in place, the vm would be accessible at 10.0.0.2
Once you execute machine-up, the vm will respond to ping requests.
to be run with libvirt and be able to run some checks. The vm is a solo5
unikernel which is built during snap creation.
As a prerrequisite, a tap interface must be available for the vm to be
connected, the default name is tap100 and can be created with
ip tuntap add tap100 mode tap
ip addr add 10.0.0.1/24 dev tap100
ip link set dev tap100 upWith this in place, the vm would be accessible at 10.0.0.2
Once you execute machine-up, the vm will respond to ping requests.
Update History
1.1 (5)1 Apr 2026, 21:28 UTC
10 Feb 2017, 10:13 UTC
7 Sept 2021, 23:21 UTC
1 Apr 2026, 21:28 UTC