pvc/api-daemon/pvcapid
Joshua Boniface db558ec91f Complete implementation of OVA handling
Add functions for uploading, listing, and removing OVA images to the API
and CLI interfaces. Includes improved parsing of the OVF and creation of
a system_template and profile for each OVA.

Also modifies some behaviour around profiles, making most components
option at creation to support both profile types (and incomplete
profiles generally).

Implementation part 2/3 - remaining: OVA VM creation

References #71
2020-02-17 23:22:50 -05:00
..
Daemon.py Further split API so only Flask can be loaded 2020-02-08 20:36:53 -05:00
__init__.py Use consistent naming of components 2020-02-08 19:34:07 -05:00
flaskapi.py Complete implementation of OVA handling 2020-02-17 23:22:50 -05:00
helper.py Support converting types during upload 2020-02-09 20:29:12 -05:00
libvirt_schema.py Use consistent naming of components 2020-02-08 19:34:07 -05:00
models.py Add database fields for OVA storage 2020-02-17 11:27:35 -05:00
ova-tmp.py Complete implementation of OVA handling 2020-02-17 23:22:50 -05:00
ova.py Complete implementation of OVA handling 2020-02-17 23:22:50 -05:00
provisioner.py Complete implementation of OVA handling 2020-02-17 23:22:50 -05:00