-
Notifications
You must be signed in to change notification settings - Fork 234
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
base: master
Are you sure you want to change the base?
Conversation
25bff8c
to
7394740
Compare
7394740
to
27778b7
Compare
|
||
telemetry: | ||
enabled: true | ||
otelCollectorEndpoint: http://34.150.160.154:4318 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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}")] |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but nits
simply run
spartan/terraform/deploy-release/deploy.sh
. Gives a public network with 3 validators in GCP with proving on.