summaryrefslogtreecommitdiff
path: root/opendc-web-server
AgeCommit message (Collapse)Author
2018-11-09Use setup.py in web-server Docker installGeorgios Andreadis
2018-08-14feat: Implement Scheduler Reference ArchitectureFabian Mastenbroek
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.
2017-10-28Sync simulator with upstreamFabian Mastenbroek
This change updates the simulator to the latest upstream version, which adds prebuilding to the Docker image and limits to simulation time. I have also added failure settings to the docker-compose configuration, in addition to slimming down the opendc Docker image configuration.
2017-10-18Add GZip compression to the serverGeorgios Andreadis
2017-09-28Improve README headerGeorgios Andreadis
2017-09-28Add CRLF-config notice to READMEGeorgios Andreadis
2017-09-28Remove C++ simulator from docker setupGeorgios Andreadis
2017-09-26Link new web-server and frontendGeorgios Andreadis
2017-09-26Add topology_id concept to databaseGeorgios Andreadis
2017-09-25Fix issue with rack creationGeorgios Andreadis
2017-09-23Move to MariaDBGeorgios Andreadis
2017-03-13Update sub-module linksGeorgios Andreadis
2017-02-27Update web server tasksleonoverweel
2017-02-27Fix bug creating new experimentsleonoverweel
Also update all other submodules.
2017-02-06Update web server submodule to add configleonoverweel
2017-01-24Add frontend submoduleleonoverweel
2017-01-24Add web server submoduleleonoverweel