Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mainnet prelaunch infra #371

Merged
merged 1 commit into from
Nov 6, 2024
Merged

mainnet prelaunch infra #371

merged 1 commit into from
Nov 6, 2024

Conversation

DaMandal0rian
Copy link
Contributor

@DaMandal0rian DaMandal0rian commented Nov 6, 2024

PR Type

enhancement, configuration changes


Description

  • Created Terraform module mainnet to reflect the mainnet prelaunch infrastructure.
  • Updated Docker tags across multiple configurations to mainnet-release-test-2.
  • Changed the genesis-hash to a new value for mainnet deployment.
  • Adjusted instance types and counts to optimize resource allocation.
  • Corrected variable names and defaults in output and variable files to ensure consistency and accuracy.

Changes walkthrough 📝

Relevant files
Configuration changes
main.tf
Update mainnet configuration and module naming                     

resources/mainnet/main.tf

  • Renamed module from gemini-3h to mainnet.
  • Updated docker-tag to mainnet-release-test-2.
  • Changed genesis-hash to a new value.
  • Modified instance types and configurations.
  • +17/-35 
    outputs.tf
    Fix output variable names for mainnet                                       

    resources/mainnet/outputs.tf

    • Corrected output variable names for public IPs.
    +3/-3     
    variables.tf
    Update variable defaults and instance configurations         

    resources/mainnet/variables.tf

  • Corrected default values for domain_labels.
  • Updated instance types and counts.
  • +17/-17 
    outputs.tf
    Rename domain node IP output variable                                       

    resources/taurus/outputs.tf

    • Renamed output variable for domain node IP addresses.
    +1/-1     
    dns.tf
    Adjust IP variable names for domain instances                       

    templates/terraform/network-primitives/dns.tf

    • Updated IP variable names for nova and autoid instances.
    +4/-4     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    Copy link

    github-actions bot commented Nov 6, 2024

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 3 🔵🔵🔵⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Configuration Consistency
    Ensure that the updates in Docker tags, genesis hashes, and instance types are consistent and correctly reflect the intended infrastructure changes for the mainnet launch.

    Default Values
    Review the changes in default values for domain labels and instance types to ensure they align with the new mainnet specifications.

    Copy link

    github-actions bot commented Nov 6, 2024

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @DaMandal0rian DaMandal0rian merged commit a7296c2 into main Nov 6, 2024
    2 checks passed
    @DaMandal0rian DaMandal0rian deleted the mainnet-terraform branch November 6, 2024 08:32
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant