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

Implementation of a Brokering Service #14

Open
andrasmarkus opened this issue Oct 10, 2024 · 0 comments
Open

Implementation of a Brokering Service #14

andrasmarkus opened this issue Oct 10, 2024 · 0 comments
Labels
enhancement New feature or request m-simulator Related to the simulator module

Comments

@andrasmarkus
Copy link
Collaborator

Building on the current functionality of the simulator, the goal is to model behaviour similar to that of a cloud broker service. The proposed functionalities are as follows:

Broker: The broker will maintain an information base of virtual machine instances provided by multiple cloud service providers, including details such as CPU cores, memory, and pricing. It will also monitor the load of these cloud providers.

Application Request: This will be a description that defines the number of CPU cores and memory required by the owner, the desired storage size, and the available budget for the request.

Brokering Algorithm: The purpose of the algorithm is to utilise the information collected by the broker and the mapping of the application request to the cloud resources. Additionally, the task may include implementing and comparing multiple algorithms that weigh decisions differently, for example, based on the current load of the architecture.

@andrasmarkus andrasmarkus added enhancement New feature or request m-simulator Related to the simulator module labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request m-simulator Related to the simulator module
Projects
None yet
Development

No branches or pull requests

1 participant