Adds Libvirt Handler 63/39763/3
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)
commit4e7615879fba5b6a347820dbf208d07e8c9b5981
treead94f7f3f6c30e7986d2835fc43a744c276b52a6
parentb5227199c1155f5c16f7635da96a6617337a3e87
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>
tools/laas-fog/source/api/libvirt_api.py [new file with mode: 0644]
tools/laas-fog/source/domain.py [new file with mode: 0644]
tools/laas-fog/source/network.py [new file with mode: 0644]