Adds pdf and idf into api
authorParker Berberian <pberberian@iol.unh.edu>
Wed, 17 Apr 2019 16:44:04 +0000 (12:44 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Wed, 8 May 2019 14:12:58 +0000 (10:12 -0400)
commit3d078d2df3fac997c783435ba07e7710d087fd4b
treeb9c1cc9d4eb0c7691d2422d105a04e8f9be79ef6
parentdc690ef43cc7af006c0900e8eaf1635141f0a2a1
Adds pdf and idf into api

The Pod Descriptor File (pdf) and Installer descriptor file (idf)
are now hosted in the api. The url endpoint where the lab
can retrieve them are now part of a software task.

An OPNFV task also contains a new dictionary that describes how bridges
should be configured on the jumphost. This information is not
contained in the pdf/idf but is needed by the lab.

Change-Id: I6971279979ba180725926035bd9db481aafb1073
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
src/api/migrations/0007_auto_20190417_1511.py [new file with mode: 0644]
src/api/migrations/0008_auto_20190419_1414.py [new file with mode: 0644]
src/api/migrations/0009_merge_20190508_1317.py [new file with mode: 0644]
src/api/models.py
src/api/urls.py
src/api/views.py
src/resource_inventory/idf_templater.py