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 tree based topology for qdr #98

Open
msimonin opened this issue Mar 29, 2018 · 0 comments
Open

Add tree based topology for qdr #98

msimonin opened this issue Mar 29, 2018 · 0 comments

Comments

@msimonin
Copy link
Owner

Currently we only test the complete_graph topology.
We'd like to test tree based deployment:


       +----r2
       |
r1 -------r3   
       | 
       +----r4

This corresponds to realistic scenarii where :

  1. compute to conductor communication : calls on a single Target (report state).
    In this case the servers are on r1 and the clients are in r2 ... rn

  2. neutron-server to agents communication push policies: fanout on a single Target.
    In this case the servers are on r2...rn and the client is in r1.

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

No branches or pull requests

1 participant