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 server groups so that different tenants can use different groups. #1053

Closed
michaelchen001 opened this issue Mar 29, 2024 · 2 comments
Closed

Comments

@michaelchen001
Copy link

Hi,there
All current tenants will use all servers registered with scalelite. Is it possible to group servers so that different tenants can use all or part of the servers?

Suppose we have tenants A and B, servers S1, S2, S3, S4,
We assign the servers to Group G1(S1+S2) & G2(S1+S3+S4).
For user A, group G1 (servers S1 S2) can be used.
For user B, you can use group G2 (servers S1 S3 S4)

@Ithanil
Copy link
Contributor

Ithanil commented Apr 2, 2024

When #1049 is merged, it will be possible to "abuse" the feature for the purpose tenant-specific server pools, by tagging the corresponding servers and specifying the meta_server-tag in the OVERRIDE_CREATE_PARAMS of the tenant.

@Ithanil
Copy link
Contributor

Ithanil commented Apr 2, 2024

That said, I'm planning to make a PR with a proper implementation in the future.

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

3 participants