You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works but under the assumption we have this identity_mappings.json file. To get this to work with both with docker files (for fargate) and with ansible, we should have the example figure out its own public IP address (the easiest solution is with autonat), and parse the list of bootstrap nodes ip addresses from an inventory.yaml into a config.json that is provided to each node. We should:
remove the need for peer ids. This is really only helpful for debugging purposes.
move the bound port on into a cli variable or hardcode
move interface bound upon to cli variable
parse an inventory.yaml to find bootstrap nodes
add "expected" number of nodes to cli variable in the case of conductor node
specify node's role via cli variable (e.g. bootstrap, conductor, regular)
create a dockerfile that builds the statically linked executable with nix, then runs it
Use Ansible to automate testing over multiple machines.
The text was updated successfully, but these errors were encountered: