From 9cf24c9a8d3e96a29d9b111081bc3369aadd490d Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 7 Jan 2021 17:25:40 +0100 Subject: Refactor workflow service to schedule tasks onto VMs This change updates the workflow service to delegate the resource scheduling logic to the virtualized resource provisioner. --- simulator/opendc-workflows/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'simulator/opendc-workflows/build.gradle.kts') diff --git a/simulator/opendc-workflows/build.gradle.kts b/simulator/opendc-workflows/build.gradle.kts index fa03508c..4346efcc 100644 --- a/simulator/opendc-workflows/build.gradle.kts +++ b/simulator/opendc-workflows/build.gradle.kts @@ -32,8 +32,10 @@ dependencies { api(project(":opendc-compute:opendc-compute-core")) api(project(":opendc-trace:opendc-trace-core")) implementation(project(":opendc-utils")) + implementation("io.github.microutils:kotlin-logging:1.7.9") testImplementation(project(":opendc-simulator:opendc-simulator-core")) + testImplementation(project(":opendc-compute:opendc-compute-simulator")) testImplementation(project(":opendc-format")) testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8") { exclude("org.jetbrains.kotlin", module = "kotlin-reflect") -- cgit v1.2.3