From f334239b072855561ee522d70d78d8b61e1b6474 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 18 Feb 2020 21:14:56 +0100 Subject: Update architecture.md Adds missing fullstop --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3