diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-09 20:29:33 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-09 20:33:29 +0100 |
| commit | 40e5871e01858a55372bfcb51cf90069c080e751 (patch) | |
| tree | bc880252a935cc0b1558c50fe83f71d21b735d29 /simulator/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json | |
| parent | 44ed0023ed783437c3c838780f73e28efe1cc4ca (diff) | |
workflow: Split workflow module in API and service module
Diffstat (limited to 'simulator/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json')
| -rw-r--r-- | simulator/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json b/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json new file mode 100644 index 00000000..0965b250 --- /dev/null +++ b/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json @@ -0,0 +1,36 @@ +{ + "name": "Experimental Setup 2", + "rooms": [ + { + "type": "SERVER", + "objects": [ + { + "type": "RACK", + "machines": [ + { "cpus": [2] }, { "cpus": [2]}, + { "cpus": [2] }, { "cpus": [2]}, + { "cpus": [2] }, { "cpus": [2]}, + { "cpus": [2] }, { "cpus": [2]}, + { "cpus": [2] }, { "cpus": [2]}, + { "cpus": [2] }, { "cpus": [2]}, + { "cpus": [2] }, { "cpus": [2]}, + { "cpus": [2] }, { "cpus": [2]} + ] + }, + { + "type": "RACK", + "machines": [ + { "cpus": [1] }, { "cpus": [1]}, + { "cpus": [1] }, { "cpus": [1]}, + { "cpus": [1] }, { "cpus": [1]}, + { "cpus": [1] }, { "cpus": [1]}, + { "cpus": [1] }, { "cpus": [1]}, + { "cpus": [1] }, { "cpus": [1]}, + { "cpus": [1] }, { "cpus": [1]}, + { "cpus": [1] }, { "cpus": [1]} + ] + } + ] + } + ] +} |
