Duke-GCB / bespin-api

Web application for running workflows in the cloud
MIT License
0 stars 2 forks source link

Rename VM models for k8s changes #193

Closed johnbradley closed 5 years ago

johnbradley commented 5 years ago

Part 1 of #191

VMFlavor changes

Renames VMFlavor to JobFlavor. This model was used to specify memory/cpu requirements for an Openstack VM. Now it will be used to specify memory/cpu running a workflow on either an OpenStack VM or a k8s job. Includes changes to maintain existing api classes that use the vm_flavor name.

VMSettings changes

Renames VMSettings to JobSettings. The VM specific settings will be moved out into another table in another PR.

johnbradley commented 5 years ago

Closing this since the names no longer match up with downstream branch.