LaaS Base functionality
authorParker Berberian <pberberian@iol.unh.edu>
Mon, 21 Aug 2017 12:57:59 +0000 (08:57 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Thu, 31 Aug 2017 17:28:57 +0000 (13:28 -0400)
commit3681849c3ab451145e8c79996d54e10a38d5484a
tree274723d3668064a06933b52007183aa3cef5ae47
parent4a6ee099cb28e575614a9a58da3da9019a3a03d2
LaaS Base functionality

JIRA: N/A

This is the base of the laas hosting software.
the pod_manager can select a host from a pool and
will ghost it with a clean image.
The deployment_manager will install OPNFV on that host.
Utilities defines misc useful functions that are needed
throughout the provisioning and dpeloyment.

Change-Id: I2fb24f36491ded1284f5ac1659a505bd88baafb4
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
laas-fog/source/__init__.py [new file with mode: 0644]
laas-fog/source/deployment_manager.py [new file with mode: 0644]
laas-fog/source/pod_manager.py [new file with mode: 0755]
laas-fog/source/utilities.py [new file with mode: 0644]