Commit b324b54
authored
Run the preloader in a container in a VM. (#392)
* [preloader] initial implementation
* [preloader] run in a container
* [preloader] more preloader load
* [preloader] use ilb address output
* [preloader] add flags to configure src and start index
# Conflicts:
# deployment/live/gcp/static-ct-staging/logs/arche2025h1/terragrunt.hcl
* [preloader] rename module
* [preloader] edit network tags
# Conflicts:
# deployment/modules/gcp/vm/main.tf
* [preloader] use bigger VM
* [preloader] more load
# Conflicts:
# deployment/live/gcp/static-ct-staging/logs/arche2025h1/terragrunt.hcl
# Conflicts:
# deployment/live/gcp/static-ct-staging/logs/arche2025h1/terragrunt.hcl
* [preloader] break down preloader in its own module
# Conflicts:
# deployment/modules/gcp/gce/tesseract/main.tf
# Conflicts:
# deployment/modules/gcp/gce/tesseract/main.tf
# Conflicts:
# deployment/modules/gcp/gce/tesseract/main.tf
# Conflicts:
# deployment/live/gcp/static-ct-staging/logs/arche2025h1/terragrunt.hcl
# Conflicts:
# deployment/live/gcp/static-ct-staging/logs/arche2025h2/terragrunt.hcl
# Conflicts:
# deployment/modules/gcp/gce/tesseract/main.tf
# Conflicts:
# deployment/modules/gcp/gce/tesseract/variables.tf
# Conflicts:
# deployment/live/gcp/static-ct-staging/logs/arche2025h1/terragrunt.hcl
# Conflicts:
# deployment/live/gcp/static-ct-staging/logs/arche2025h2/terragrunt.hcl
# Conflicts:
# deployment/live/gcp/static-ct-staging/logs/arche2025h1/terragrunt.hcl
# deployment/live/gcp/static-ct-staging/logs/arche2025h2/terragrunt.hcl
# deployment/modules/gcp/vm/main.tf
* [preloader] fix a few things
* make machine type configurable
* [preloader] more nits1 parent dbc8b1e commit b324b54
2 files changed
Lines changed: 129 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments