infra flag changes for DSN sync and POT #360
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
enhancement
Description
--sync fulloption from various node scripts and compose files to use dsn sync instead of substrate sync.--pot-external-entropyoption in multiple scripts and compose files to enable external entropy usage.Changes walkthrough 📝
24 files
create_bootstrap_node_compose_file.sh
Remove full sync option from bootstrap node scripttemplates/scripts/create_bootstrap_node_compose_file.sh
--sync fulloption from the command.create_bootstrap_node_domain_compose_file.sh
Remove full sync option from bootstrap domain node scripttemplates/scripts/create_bootstrap_node_domain_compose_file.sh
--sync fulloption from the command.create_domain_node_compose_file.sh
Remove full sync option from domain node scripttemplates/scripts/create_domain_node_compose_file.sh
--sync fulloption from the command.create_farmer_node_compose_file.sh
Remove full sync option from farmer node scripttemplates/scripts/create_farmer_node_compose_file.sh
--sync fulloption from the command.create_rpc_node_compose_file.sh
Remove full sync option from RPC node scripttemplates/scripts/create_rpc_node_compose_file.sh
--sync fulloption from the command.create_bootstrap_node_compose_file.sh
Remove full sync option from Gemini 3h bootstrap node scripttemplates/terraform/network-primitives-archive/gemini-3h/scripts/create_bootstrap_node_compose_file.sh
--sync fulloption from the command.create_bootstrap_node_domain_compose_file.sh
Remove full sync option from Gemini 3h bootstrap domain node scripttemplates/terraform/network-primitives-archive/gemini-3h/scripts/create_bootstrap_node_domain_compose_file.sh
--sync fulloption from the command.create_domain_node_compose_file.sh
Remove full sync option from Gemini 3h domain node scripttemplates/terraform/network-primitives-archive/gemini-3h/scripts/create_domain_node_compose_file.sh
--sync fulloption from the command.create_farmer_node_compose_file.sh
Remove full sync option from Gemini 3h farmer node scripttemplates/terraform/network-primitives-archive/gemini-3h/scripts/create_farmer_node_compose_file.sh
--sync fulloption from the command.create_rpc_node_compose_file.sh
Remove full sync option from Gemini 3h RPC node scripttemplates/terraform/network-primitives-archive/gemini-3h/scripts/create_rpc_node_compose_file.sh
--sync fulloption from the command.create_autoid_node_compose_file.sh
Enable external entropy option in autoid node scripttesting-framework/ec2/base/scripts/create_autoid_node_compose_file.sh
--pot-external-entropyoption in the command.create_bootstrap_node_autoid_compose_file.sh
Enable external entropy option in bootstrap autoid node scripttesting-framework/ec2/base/scripts/create_bootstrap_node_autoid_compose_file.sh
--pot-external-entropyoption in the command.create_bootstrap_node_compose_file.sh
Enable external entropy option in bootstrap node scripttesting-framework/ec2/base/scripts/create_bootstrap_node_compose_file.sh
--pot-external-entropyoption in the command.create_bootstrap_node_evm_compose_file.sh
Enable external entropy option in bootstrap EVM node scripttesting-framework/ec2/base/scripts/create_bootstrap_node_evm_compose_file.sh
--pot-external-entropyoption in the command.create_domain_node_compose_file.sh
Enable external entropy option in domain node scripttesting-framework/ec2/base/scripts/create_domain_node_compose_file.sh
--pot-external-entropyoption in the command.create_farmer_node_compose_file.sh
Enable external entropy option in farmer node scripttesting-framework/ec2/base/scripts/create_farmer_node_compose_file.sh
--pot-external-entropyoption in the command.create_node_compose_file.sh
Enable external entropy option in node scripttesting-framework/ec2/base/scripts/create_node_compose_file.sh
--pot-external-entropyoption in the command.docker-compose-autoid.yml
Enable external entropy option in autoid compose fileansible/network/files/docker-compose-autoid.yml
--pot-external-entropyoption in the command.docker-compose-bootstrap-autoid.yml
Enable external entropy option in bootstrap autoid compose fileansible/network/files/docker-compose-bootstrap-autoid.yml
--pot-external-entropyoption in the command.docker-compose-bootstrap-domain.yml
Update bootstrap domain compose file optionsansible/network/files/docker-compose-bootstrap-domain.yml
--sync fulloption from the command.--pot-external-entropyoption in the command.docker-compose-bootstrap.yml
Update bootstrap compose file optionsansible/network/files/docker-compose-bootstrap.yml
--sync fulloption from the command.--pot-external-entropyoption in the command.docker-compose-domain.yml
Update domain compose file optionsansible/network/files/docker-compose-domain.yml
--sync fulloption from the command.--pot-external-entropyoption in the command.docker-compose-farmer.yml
Update farmer compose file optionsansible/network/files/docker-compose-farmer.yml
--sync fulloption from the command.--pot-external-entropyoption in the command.docker-compose-rpc.yml
Update RPC compose file optionsansible/network/files/docker-compose-rpc.yml
--sync fulloption from the command.--pot-external-entropyoption in the command.