Adds Libvirt Handler
authorParker Berberian <pberberian@iol.unh.edu>
Mon, 21 Aug 2017 13:07:01 +0000 (09:07 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Thu, 31 Aug 2017 17:28:58 +0000 (13:28 -0400)
commiteb2b5db1f5af00edb5637f389e8c2c78c65d0d08
tree3743fa03ddfb4c0f6dc419b30704e6e0978dc155
parentefb7362691b1103513dad6c098994a6ed1929ab2
Adds Libvirt Handler

JIRA: N/A

Adds a handler which can control the libvirt hypervisor
on the remote host, in order to define the vm's and networks
that are needed for an OPNFV deployment.
Also adds the domain and network objects, which are simple abstractions
of virtual machines and networks.

Change-Id: Ia836e7b080b8bca220d5fdf6eb72b6c580cab4d1
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
laas-fog/source/api/libvirt_api.py [new file with mode: 0644]
laas-fog/source/domain.py [new file with mode: 0644]
laas-fog/source/network.py [new file with mode: 0644]