summaryrefslogtreecommitdiff
path: root/simulator/opendc-compute/opendc-compute-service/src
AgeCommit message (Collapse)Author
2021-03-07compute: Move ComputeService implementation in service moduleFabian Mastenbroek
This change introduces the ComputeService interface (previously VirtProvisioningService) and provides a central implementation in opendc-compute-service. Previously, the implementation of this interface was bound to the simulator package, which meant that independent business logic could not be re-used without importing the simulator code.