mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Add new GCP zones in Frankfurt (#656)
* add new Frankfurt zones to algo script and ansible docs * backfill ansible docs for recently added GCP zones in London and Sydney
This commit is contained in:
parent
dd43e1e47e
commit
8009778012
2 changed files with 37 additions and 22 deletions
50
algo
50
algo
|
@ -323,17 +323,20 @@ Name the vpn server:
|
||||||
17. Western Europe (London A)
|
17. Western Europe (London A)
|
||||||
18. Western Europe (London B)
|
18. Western Europe (London B)
|
||||||
19. Western Europe (London C)
|
19. Western Europe (London C)
|
||||||
20. Southeast Asia (Singapore A)
|
20. Western Europe (Frankfurt A)
|
||||||
21. Southeast Asia (Singapore B)
|
21. Western Europe (Frankfurt B)
|
||||||
22. East Asia (Taiwan A)
|
22. Western Europe (Frankfurt C)
|
||||||
23. East Asia (Taiwan B)
|
23. Southeast Asia (Singapore A)
|
||||||
24. East Asia (Taiwan C)
|
24. Southeast Asia (Singapore B)
|
||||||
25. Northeast Asia (Tokyo A)
|
25. East Asia (Taiwan A)
|
||||||
26. Northeast Asia (Tokyo B)
|
26. East Asia (Taiwan B)
|
||||||
27. Northeast Asia (Tokyo C)
|
27. East Asia (Taiwan C)
|
||||||
28. Australia (Sydney A)
|
28. Northeast Asia (Tokyo A)
|
||||||
29. Australia (Sydney B)
|
29. Northeast Asia (Tokyo B)
|
||||||
30. Australia (Sydney C)
|
30. Northeast Asia (Tokyo C)
|
||||||
|
31. Australia (Sydney A)
|
||||||
|
32. Australia (Sydney B)
|
||||||
|
33. Australia (Sydney C)
|
||||||
Please choose the number of your zone. Press enter for default (#14) zone.
|
Please choose the number of your zone. Press enter for default (#14) zone.
|
||||||
[14]: " -r region
|
[14]: " -r region
|
||||||
region=${region:-14}
|
region=${region:-14}
|
||||||
|
@ -358,17 +361,20 @@ Please choose the number of your zone. Press enter for default (#14) zone.
|
||||||
17) zone="europe-west2-a" ;;
|
17) zone="europe-west2-a" ;;
|
||||||
18) zone="europe-west2-b" ;;
|
18) zone="europe-west2-b" ;;
|
||||||
19) zone="europe-west2-c" ;;
|
19) zone="europe-west2-c" ;;
|
||||||
20) zone="asia-southeast1-a" ;;
|
20) zone="europe-west3-a" ;;
|
||||||
21) zone="asia-southeast1-b" ;;
|
21) zone="europe-west3-b" ;;
|
||||||
22) zone="asia-east1-a" ;;
|
22) zone="europe-west3-c" ;;
|
||||||
23) zone="asia-east1-b" ;;
|
23) zone="asia-southeast1-a" ;;
|
||||||
24) zone="asia-east1-c" ;;
|
24) zone="asia-southeast1-b" ;;
|
||||||
25) zone="asia-northeast1-a" ;;
|
25) zone="asia-east1-a" ;;
|
||||||
26) zone="asia-northeast1-b" ;;
|
26) zone="asia-east1-b" ;;
|
||||||
27) zone="asia-northeast1-c" ;;
|
27) zone="asia-east1-c" ;;
|
||||||
28) zone="australia-southeast1-a" ;;
|
28) zone="asia-northeast1-a" ;;
|
||||||
29) zone="australia-southeast1-b" ;;
|
29) zone="asia-northeast1-b" ;;
|
||||||
30) zone="australia-southeast1-c" ;;
|
30) zone="asia-northeast1-c" ;;
|
||||||
|
31) zone="australia-southeast1-a" ;;
|
||||||
|
32) zone="australia-southeast1-b" ;;
|
||||||
|
33) zone="australia-southeast1-c" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ROLES="gce vpn cloud"
|
ROLES="gce vpn cloud"
|
||||||
|
|
|
@ -202,6 +202,12 @@ Possible options for `zone`:
|
||||||
- europe-west1-b
|
- europe-west1-b
|
||||||
- europe-west1-c
|
- europe-west1-c
|
||||||
- europe-west1-d
|
- europe-west1-d
|
||||||
|
- europe-west2-a
|
||||||
|
- europe-west2-b
|
||||||
|
- europe-west2-c
|
||||||
|
- europe-west3-a
|
||||||
|
- europe-west3-b
|
||||||
|
- europe-west3-c
|
||||||
- asia-southeast1-a
|
- asia-southeast1-a
|
||||||
- asia-southeast1-b
|
- asia-southeast1-b
|
||||||
- asia-east1-a
|
- asia-east1-a
|
||||||
|
@ -210,3 +216,6 @@ Possible options for `zone`:
|
||||||
- asia-northeast1-a
|
- asia-northeast1-a
|
||||||
- asia-northeast1-b
|
- asia-northeast1-b
|
||||||
- asia-northeast1-c
|
- asia-northeast1-c
|
||||||
|
- australia-southeast1-a
|
||||||
|
- australia-southeast1-b
|
||||||
|
- australia-southeast1-c
|
||||||
|
|
Loading…
Add table
Reference in a new issue