From dfddb6c25c96598295ad8b50092c9f4dd946e560 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 20 Jul 2018 00:19:03 +0200 Subject: feat: Implement Scheduler Reference Architecture This change implements the parts of the Datacenter Scheduling Reference Architecture as published in SC18. This commit consists of changes to the database schema such as: - **Removal of `parallelizability` column in `Task`** This field was not used by the simulator and we opted to use a field describing the amount of cores the task can run on instead. - **Removal of `task_id` column in `MachineState`** This field did not make sense anymore now that a machine can run multiple tasks. Fortunately, this field is not used in the frontend. --- opendc-simulator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-simulator') diff --git a/opendc-simulator b/opendc-simulator index 8666a78b..b4c7f400 160000 --- a/opendc-simulator +++ b/opendc-simulator @@ -1 +1 @@ -Subproject commit 8666a78b86a40c1d8dab28dd18e841318c01f97f +Subproject commit b4c7f4007ee8890ff25b0fcad4cd650cb0ef4f9a -- cgit v1.2.3