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

feat: terraform for release deployments #10091

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

just-mitch
Copy link
Contributor

@just-mitch just-mitch commented Nov 21, 2024

simply run spartan/terraform/deploy-release/deploy.sh. Gives a public network with 3 validators in GCP with proving on.

@just-mitch just-mitch linked an issue Nov 21, 2024 that may be closed by this pull request
@just-mitch just-mitch marked this pull request as ready for review November 21, 2024 22:38
@just-mitch just-mitch changed the title feat: terraform for testnet deployments feat: terraform for release deployments Nov 21, 2024

telemetry:
enabled: true
otelCollectorEndpoint: http://34.150.160.154:4318
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What deploy flow does this use?


proverAgent:
replicas: 4
realProofs: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rather than scattering real proofs everywhere we ought to have a global configuration value to toggle it

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1!

deployL1Verifier:
enable: true

aztec:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah like adding proofs enabled here

create_namespace = true

# base values file
values = [file("../../aztec-network/values/${var.values_file}")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

var.values_file should probably have the whole path?

@@ -0,0 +1,5 @@
#!/bin/bash

RELEASE_NAME="rough-rhino"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be insync with the tf vars file, probably worth just writing this as a TF_VAR_RELEASE_NAME and referencing that below

Copy link
Member

@Maddiaa0 Maddiaa0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, but nits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: testnet terraform
3 participants