diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-02-18 21:14:56 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-02-18 21:14:56 +0100 |
| commit | f334239b072855561ee522d70d78d8b61e1b6474 (patch) | |
| tree | 4c8fef5c8ac212c54a4d90e2f6c405c853e81bac | |
| parent | 976ea9e7a6071aa75e32a61bf2b150a42f16224b (diff) | |
Update architecture.md
Adds missing fullstop
| -rw-r--r-- | docs/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/architecture.md b/docs/architecture.md index 33fb90e5..940ec09b 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -31,7 +31,7 @@ This module is concerned with modeling cloud computing services (such as [Amazon of a running server in terms of the cpu time they require over time. 2. **Bare-metal management & provisioning** We provide models for simulating management of bare-metal machines (`Node`) and deploying workloads on it (using `BareMetalDriver`). - Furthermore, we also include functionality for simulating and experimenting with (custom) provisioning policies on a pool of bare-metal machies (using `ProvisioningService`) + Furthermore, we also include functionality for simulating and experimenting with (custom) provisioning policies on a pool of bare-metal machies (using `ProvisioningService`). 3. **Virtual machine management, scheduling and provisioning** We provide functionality for simulating deployment of multiple `Image`s on a single machine using a hypervisor, which is concerned with scheduling/distributing the load of the running guest machines on the host machine. This may be used to experiment with overcommitting of virtual resources. |
