| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-09 | compute: Add lifecycle methods for Server instances | Fabian Mastenbroek | |
| This change adds more methods for controlling the lifecycle of Server instances. | |||
| 2021-03-08 | compute: Remove use of bare-metal provisioning from compute module | Fabian Mastenbroek | |
| This change removes the usage of bare-metal provisioning from the OpenDC Compute module. This significantly simplifies the experiment setup. | |||
| 2021-03-07 | compute: Move ComputeService implementation in service module | Fabian 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. | |||
