Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Broker to try selecting the closest Datacenter to place VMs #212

Closed
manoelcampos opened this issue Jun 18, 2019 · 0 comments
Closed
Assignees
Labels

Comments

@manoelcampos
Copy link
Collaborator

manoelcampos commented Jun 18, 2019

The DatacenterBrokerSimple and all available implementations select the first Datacenter to try placing all VMs. When the creation of some VM fails due to lack of suitable Hosts, the broker tries the next Datacenters.

Since the Datacenter has a timeZone attribute, it would be very useful to enable to broker to select the closest one to place each VM.

Detailed information about how the feature should work

To enable that, a timeZone attribute to indicate the time zone where a VM is expected to be placed needs to be introduced.

Since the broker already has a default policy to select the datacenter to try creating VMs, if you want it to select the closest datacenter instead, that feature should be enabled by setting some attribute.

An example scenario where this feature should be used

The researcher can set the time zone for VMs and then, place such VMs
at the closest Datacenter, aiming to reduce network delay.

A brief explanation of why you think this feature is useful

It will enable more realistic selection of Datacenters where to place VMs.
Cloud providers such as Amazon have datacenters in multiple regions across the globe
and the customer can select the region where he/she wants to place his/her VMs.

Examples Available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant