rswanson / node_deployer

highly opinioned iac code for deploying ethereum nodes
Apache License 2.0
3 stars 0 forks source link

Add flags and inputs to support deploying multiple pairs of the same network on a single machine #12

Open rswanson opened 5 months ago

rswanson commented 5 months ago
rswanson commented 4 months ago

this probably requires implementing a better (read: in code) means of managing the service files and start scripts as opposed to the current method of copying existing files. What I probably want to do is figure out how to represent each as a template in code and then accept a config object containing the set of things that would exist on the template.

rswanson commented 4 months ago

effectively each .service needs to be defined as `.N.NETWORK.servicemeaning that N is an integer that corresponds to either the--instance` flag or to the number we add to the set of default ports for each EL/CL client