update nova label to auto-evm #385
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
novatoauto-evmacross multiple Terraform configuration files.auto-evmnaming convention.POT_EXTERNAL_ENTROPYconfiguration to bootstrap node provisioners for both autoid and evm.Changes walkthrough 📝
main.tf
Update domain prefixes for mainnet configurationresources/mainnet/main.tf
domain-prefixfromnova-indexertoauto-evm-indexer.["nova", "autoid"]to["auto-evm","autoid"].variables.tf
Update default domain labels in variablesresources/mainnet/variables.tf
domain_labelsfrom["nova", "autoid"]to["auto-evm","autoid"].main.tf
Update domain prefixes for taurus configurationresources/taurus/main.tf
domain-prefixfromnova-indexertoauto-evm-indexer.["nova", "autoid"]to["auto-evm","autoid"].variables.tf
Update default domain labels in taurus variablesresources/taurus/variables.tf
domain_labelsfrom["nova", "autoid"]to["auto-evm","autoid"].bootstrap_node_autoid_provisioner.tf
Add external entropy configuration to autoid bootstraptemplates/terraform/network-primitives/bootstrap_node_autoid_provisioner.tf
POT_EXTERNAL_ENTROPYto environment setup.bootstrap_node_evm_provisioner.tf
Add external entropy configuration to evm bootstraptemplates/terraform/network-primitives/bootstrap_node_evm_provisioner.tf
POT_EXTERNAL_ENTROPYto environment setup.dns.tf
Use dynamic domain prefixes in DNS recordstemplates/terraform/network-primitives/dns.tf