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-frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-frontend') diff --git a/opendc-frontend b/opendc-frontend index 4d08462e..5ce639ef 160000 --- a/opendc-frontend +++ b/opendc-frontend @@ -1 +1 @@ -Subproject commit 4d08462eb8d662ea153c6183c9aca318a3c51390 +Subproject commit 5ce639ef8c86ebc296b7bce30984a84f9a1eb7b0 -- cgit v1.2.3