Closes #124
- Enable physical expansion of a Datacenter by
adding new Hosts (PMs) before or after simulation start.
- Introduce the Datacenter.addHost() and addHostList methods to enable creating new Hosts
before or after starting the simulation.
- Introduce the DynamicHostCreation example to demonstrate
the dynamic creation of Hosts.
- Refactor DatacenterCharacteristicsSimple class
- Stop requiring the creation of a DatacenterCharacteristics
object to pass to a Datacenter constructor.
Now a DatacenterCharacteristics object is created
internally in the DatacenterSimple class.
- Change the signature of Datacenter classes to
accept a Host List instead of a DatacenterCharacteristics
object.
- Remove deprecated Datacenter constructors.
- Update all examples to use the new Datacenter constructors.
Signed-off-by:
Manoel Campos <manoelcampos@gmail.com>
Please register or sign in to comment