midl-dev / tezos-on-gke

A secure, turn-key public Tezos baking service on Kubernetes
Apache License 2.0
32 stars 15 forks source link

Carthagenet fix + modularization #19

Closed nicolasochem closed 4 years ago

nicolasochem commented 4 years ago

This lets you provide a carthagenet snapshot link. Example that worked for me right now:

tezos_network="carthagenet"
baking_nodes = {
  mynode = {
    mybaker = {
      public_baking_key="tz1YmsrYxQFJo5nGj4MEaXMPdLrcRf2a5mAU"
      insecure_private_baking_key="edsk3cftTNcJnxb7ehCxYeCaKPT7mjycdMxgFisLixrQ9bZuTG2yZK"
    }
  }
}
full_snapshot_url = "https://snaps.tulip.tools/carthagenet_2020-08-09_20:00.full"
rolling_snapshot_url = "https://snaps.tulip.tools/carthagenet_2020-08-09_20:00.rolling"
org_id = "changeme"
billing_account = "changeme"
terraform_service_account_credentials="changeme"

Other changes: