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

Add support for a "site" concept (group of clusters) #28

Open
bzizou opened this issue Jul 15, 2015 · 1 comment
Open

Add support for a "site" concept (group of clusters) #28

bzizou opened this issue Jul 15, 2015 · 1 comment

Comments

@bzizou
Copy link
Contributor

bzizou commented Jul 15, 2015

Can we consider that a site is a group of clusters that may be refered as a cluster into user interactions as the JDL?
We then simply have to add a field "site" to the clusters table and handle that in the parts of the code that need it (especially in the jdl library, for example to fix #18 ). It could be also used to implement a per user/ per site limit of the number of jobs (#23)

@bzizou
Copy link
Contributor Author

bzizou commented Jul 15, 2015

Not so easy: the site concept of grid5000 also implies that a site is composed of clusters using the same OAR server that should not be queried multiple times for each cluster (one query per site to prevent from flooding the OAR database)...

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

No branches or pull requests

1 participant