pvc/api-daemon/pvcapid
Joshua Boniface 560cb609ba Add database management with SQLAlchemy
Add management of the pvcprov database with SQLAlchemy, to allow
seamless management of the database. Add automatic tasks to the postinst
of the API to execute these migrations.
2020-02-15 22:51:27 -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 Add database management with SQLAlchemy 2020-02-15 22:51:27 -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 management with SQLAlchemy 2020-02-15 22:51:27 -05:00
ova.py Add OVA upload to API (initial) 2020-02-15 02:10:14 -05:00
provisioner.py Move run_os_command to common functions 2020-02-08 23:33:15 -05:00