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.
Part 1 of #191
VMFlavor changes
Renames
VMFlavor
toJobFlavor
. 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 thevm_flavor
name.VMSettings changes
Renames
VMSettings
toJobSettings
. The VM specific settings will be moved out into another table in another PR.