dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
20 stars 19 forks source link

feat: dynamic update of yml #626

Closed ktechmidas closed 6 months ago

ktechmidas commented 6 months ago

Issue being fixed or feature implemented

We've moved the load test/mixer/metrics nodes out of the generate file. We need a way to dynamically update the yml file when we change tfvars

What was done?

Created a "bridge" in node which will dynamically update the yml file

How Has This Been Tested?

On tfvars and yml files.

Breaking Changes

It removes comments from yml file

Checklist:

For repository code-owners and collaborators only

ktechmidas commented 6 months ago

@shumkov this is not ready for review yet, but I would love your input

ktechmidas commented 6 months ago

@shumkov this can be extended to masternodes/hp-masternodes later, for now I'd like to put into feat/load-test as is so we can merge that branch into 1.0

Please review