Adds pdf and idf into api 11/67611/4
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)
commitb906ab1a020858d99577bd4b6476c6aec965330b
tree246fc4bcb3f0aeb35a50f048f9e7a181f93088b3
parent8d8f6a41e73e77178274a0fa26a084bf73bfc864
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>
dashboard/src/api/migrations/0007_auto_20190417_1511.py [new file with mode: 0644]
dashboard/src/api/migrations/0008_auto_20190419_1414.py [new file with mode: 0644]
dashboard/src/api/migrations/0009_merge_20190508_1317.py [new file with mode: 0644]
dashboard/src/api/models.py
dashboard/src/api/urls.py
dashboard/src/api/views.py
dashboard/src/resource_inventory/idf_templater.py