index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
simulator
/
opendc-compute
Age
Commit message (
Expand
)
Author
2021-03-20
build: Add support for aggregate code coverage results
Fabian Mastenbroek
2021-03-18
simulator: Add the CPU power model from iCanCloud/E-mc2
Hongyu
2021-03-17
simulator: Make hypervisors generic for the resource type
Fabian Mastenbroek
2021-03-16
simulator: Add generic framework for resource consumption modeling
Fabian Mastenbroek
2021-03-09
compute: Move implementation of Flavor into service module
Fabian Mastenbroek
2021-03-09
compute: Model storage of VM images
Fabian Mastenbroek
2021-03-09
compute: Extend capabilities of compute API
Fabian Mastenbroek
2021-03-09
core: Remove OpenDC core module
Fabian Mastenbroek
2021-03-09
compute: Add support for custom workload mappings
Fabian Mastenbroek
2021-03-09
compute: Introduce labels and meta-data for resources
Fabian Mastenbroek
2021-03-09
compute: Add lifecycle methods for Server instances
Fabian Mastenbroek
2021-03-08
compute: Remove use of bare-metal provisioning from compute module
Fabian Mastenbroek
2021-03-07
compute: Move bare-metal provisioning in separate module
Fabian Mastenbroek
2021-03-07
compute: Move ComputeService implementation in service module
Fabian Mastenbroek
2021-03-07
compute: Extract API from compute service
Fabian Mastenbroek
2021-03-07
compute: Convert Server to stateful interface
Fabian Mastenbroek
2021-03-07
compute: Make VirtProvisoningService responsible for Server lifecycle
Fabian Mastenbroek
2021-03-07
compute: Remove ServiceRegistry fields
Fabian Mastenbroek
2021-03-07
compute: Separate cloud compute layer from bare-metal layer
Fabian Mastenbroek
2021-03-07
compute: Pass simulation workload via image metadata
Fabian Mastenbroek
2021-03-06
sim: Implement energy models from CloudSim (#79)
Hongyu
2021-02-23
Use Java Platform for shared dependency constraints
Fabian Mastenbroek
2021-02-23
Utilize version constraints for shared versions
Fabian Mastenbroek
2021-02-23
Move dependency versions to gradle.properties
Fabian Mastenbroek
2021-02-23
Extract testing conventions from Kotlin conventions
Fabian Mastenbroek
2021-02-23
Remove unnecessary dependencies on JUnit Platform Launcher
Fabian Mastenbroek
2021-01-11
Add support for hypervisor selection
Fabian Mastenbroek
2021-01-11
Add hypervisor supporting space-shared VMs
Fabian Mastenbroek
2021-01-11
Convert to pull-based workload model
Fabian Mastenbroek
2021-01-07
Refactor workflow service to schedule tasks onto VMs
Fabian Mastenbroek
2021-01-03
Integrate event tracer in SimVirtProvisioningService
Fabian Mastenbroek
2020-10-05
Address compilation warnings
Fabian Mastenbroek
2020-10-05
Move power models outside opendc-core
Fabian Mastenbroek
2020-10-05
Move failure models to separate module
Fabian Mastenbroek
2020-10-04
Extract simulation-related code from OpenDC Compute (core)
Fabian Mastenbroek
2020-10-04
Reimplement performance interference in opendc-simulator-compute
Fabian Mastenbroek
2020-10-04
Migrate codebase to opendc-simulator-compute
Fabian Mastenbroek
2020-10-03
Implement VirtDriver using opendc-simulator-compute module
Fabian Mastenbroek
2020-10-02
Implement BareMetalDriver using SimMachine
Fabian Mastenbroek
2020-10-02
Add opendc-simulator-compute module
Fabian Mastenbroek
2020-10-01
Add explicit API visibility
Fabian Mastenbroek
2020-10-01
Migrate to org.opendc namespace
Fabian Mastenbroek
2020-10-01
Move OpenDC modules into simulator root
Fabian Mastenbroek