LaaS Base functionality 59/39759/3
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)
commitb87b17570e9e44b8c3cacaef32b2871d177d59d5
tree528f05e07ea06298119093d596ca77ad8fd9456e
parentaa88673c38be12368dead5e8241fb915d790c431
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>
tools/laas-fog/source/__init__.py [new file with mode: 0644]
tools/laas-fog/source/deployment_manager.py [new file with mode: 0644]
tools/laas-fog/source/pod_manager.py [new file with mode: 0755]
tools/laas-fog/source/utilities.py [new file with mode: 0644]