-
Config:
Configuring nodes via the GUI works fine (after a fix, see here). I now try to set up a configuration using grpc:
What do I have to do to get the node added on the server I specify with server="WAN" in the call to session.add_node? Thanks for your help, Andreas
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That appears to be right, based on this example: https://github.com/coreemu/core/blob/develop/package/examples/grpc/distributed_switch.py In theory that should work, I will have to get some time eventually to look into it. Also for a node that is just an LXD/LXC or Docker container, you do not really need to use distributed and could just use a node of that type in the first place. There are a few requirements of the image for to help facilitate network orchestration. |
Beta Was this translation helpful? Give feedback.
That appears to be right, based on this example: https://github.com/coreemu/core/blob/develop/package/examples/grpc/distributed_switch.py
In theory that should work, I will have to get some time eventually to look into it.
Also for a node that is just an LXD/LXC or Docker container, you do not really need to use distributed and could just use a node of that type in the first place. There are a few requirements of the image for to help facilitate network orchestration.