Skip to content

Commit

Permalink
current berkeley testnet configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenplatt committed Nov 30, 2023
1 parent 27f594e commit 2b0bac0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions automation/terraform/testnets/berkeley/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ variable "plain_node_count" {

locals {
testnet_name = "berkeley"
mina_image = "minaprotocol/mina-daemon:focal-berkeley-latest" #"minaprotocol/mina-daemon:1.3.2beta2-release-2.0.0-6f9d956-focal-berkeley"
mina_archive_image = "minaprotocol/mina-archive:focal-latest" #"minaprotocol/mina-archive:1.3.2beta2-release-2.0.0-6f9d956-focal"
mina_image = "gcr.io/o1labs-192920/mina-daemon:2.0.0rampup1-rampup-b1facec-focal-berkeley" #"minaprotocol/mina-daemon:1.3.2beta2-release-2.0.0-6f9d956-focal-berkeley"
mina_archive_image = "gcr.io/o1labs-192920/mina-archive:2.0.0rampup1-rampup-b1facec-focal" #"minaprotocol/mina-archive:1.3.2beta2-release-2.0.0-6f9d956-focal"
seed_region = "us-central1"
seed_zone = "us-central1-b"

Expand All @@ -76,14 +76,14 @@ locals {
}

module "berkeley" {
providers = { google.gke = google.google-us-east1 }
providers = { google.gke = google.google-us-central1 }
source = "../../modules/o1-testnet"

artifact_path = abspath(path.module)

cluster_name = "coda-infra-east"
cluster_region = "us-east1"
k8s_context = "gke_o1labs-192920_us-east1_coda-infra-east"
cluster_name = "coda-infra-central1"
cluster_region = "us-central1"
k8s_context = "gke_o1labs-192920_us-central1_coda-infra-central1"
testnet_name = local.testnet_name

mina_image = local.mina_image
Expand All @@ -96,7 +96,7 @@ module "berkeley" {

archive_node_count = 2
mina_archive_schema = "create_schema.sql"
mina_archive_schema_aux_files = ["https://raw.githubusercontent.com/MinaProtocol/mina/8468f29424fa5e70cfedf69ee281f4fa24037dfe/src/app/archive/create_schema.sql", "https://raw.githubusercontent.com/MinaProtocol/mina/8468f29424fa5e70cfedf69ee281f4fa24037dfe/src/app/archive/zkapp_tables.sql"]
mina_archive_schema_aux_files = ["https://raw.githubusercontent.com/MinaProtocol/mina/b1facecde934ce3969771c34962b878d75321ca7/src/app/archive/create_schema.sql", "https://raw.githubusercontent.com/MinaProtocol/mina/b1facecde934ce3969771c34962b878d75321ca7/src/app/archive/zkapp_tables.sql"]

archive_configs = [
{
Expand Down

0 comments on commit 2b0bac0

Please sign in to comment.