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-web-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-web-server') diff --git a/opendc-web-server b/opendc-web-server index b87faa0b..9a2a9854 160000 --- a/opendc-web-server +++ b/opendc-web-server @@ -1 +1 @@ -Subproject commit b87faa0bccf661a2b6a948d9420d52a19a63d9a2 +Subproject commit 9a2a98548ab50217a78d433a13da72af3001a785 -- cgit v1.2.3