We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we only test the complete_graph topology. We'd like to test tree based deployment:
complete_graph
+----r2 | r1 -------r3 | +----r4
This corresponds to realistic scenarii where :
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we only test the
complete_graph
topology.We'd like to test tree based deployment:
This corresponds to realistic scenarii where :
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
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.
The text was updated successfully, but these errors were encountered: