mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
Add additional Gloud Cloud Engine zones. (#569)
* Add additional Gloud Cloud Engine zones. Add GCE zones for Northern Virginia (us-east4), Singapore (asia-southeast1), and Tokyo (asia-northeast1) regions. * Update possible GCE zones in documentation.
This commit is contained in:
parent
a9a6933c76
commit
d59d67f0ea
2 changed files with 44 additions and 18 deletions
52
algo
52
algo
|
@ -310,15 +310,23 @@ Name the vpn server:
|
||||||
4. Central US (Iowa B)
|
4. Central US (Iowa B)
|
||||||
5. Central US (Iowa C)
|
5. Central US (Iowa C)
|
||||||
6. Central US (Iowa F)
|
6. Central US (Iowa F)
|
||||||
7. Eastern US (South Carolina B)
|
7. Eastern US (Northern Virginia A)
|
||||||
8. Eastern US (South Carolina C)
|
8. Eastern US (Northern Virginia B)
|
||||||
9. Eastern US (South Carolina D)
|
9. Eastern US (Northern Virginia C)
|
||||||
10. Western Europe (Belgium B)
|
10. Eastern US (South Carolina B)
|
||||||
11. Western Europe (Belgium C)
|
11. Eastern US (South Carolina C)
|
||||||
12. Western Europe (Belgium D)
|
12. Eastern US (South Carolina D)
|
||||||
13. East Asia (Taiwan A)
|
13. Western Europe (Belgium B)
|
||||||
14. East Asia (Taiwan B)
|
14. Western Europe (Belgium C)
|
||||||
15. East Asia (Taiwan C)
|
15. Western Europe (Belgium D)
|
||||||
|
16. Southeast Asia (Singapore A)
|
||||||
|
17. Southeast Asia (Singapore B)
|
||||||
|
18. East Asia (Taiwan A)
|
||||||
|
19. East Asia (Taiwan B)
|
||||||
|
20. East Asia (Taiwan C)
|
||||||
|
21. Northeast Asia (Tokyo A)
|
||||||
|
22. Northeast Asia (Tokyo B)
|
||||||
|
23. Northeast Asia (Tokyo C)
|
||||||
Please choose the number of your zone. Press enter for default (#8) zone.
|
Please choose the number of your zone. Press enter for default (#8) zone.
|
||||||
[8]: " -r region
|
[8]: " -r region
|
||||||
region=${region:-8}
|
region=${region:-8}
|
||||||
|
@ -330,15 +338,23 @@ Please choose the number of your zone. Press enter for default (#8) zone.
|
||||||
4) zone="us-central1-b" ;;
|
4) zone="us-central1-b" ;;
|
||||||
5) zone="us-central1-c" ;;
|
5) zone="us-central1-c" ;;
|
||||||
6) zone="us-central1-f" ;;
|
6) zone="us-central1-f" ;;
|
||||||
7) zone="us-east1-b" ;;
|
7) zone="us-east4-a" ;;
|
||||||
8) zone="us-east1-c" ;;
|
8) zone="us-east4-b" ;;
|
||||||
9) zone="us-east1-d" ;;
|
9) zone="us-east4-c" ;;
|
||||||
10) zone="europe-west1-b" ;;
|
10) zone="us-east1-b" ;;
|
||||||
11) zone="europe-west1-c" ;;
|
11) zone="us-east1-c" ;;
|
||||||
12) zone="europe-west1-d" ;;
|
12) zone="us-east1-d" ;;
|
||||||
13) zone="asia-east1-a" ;;
|
13) zone="europe-west1-b" ;;
|
||||||
14) zone="asia-east1-b" ;;
|
14) zone="europe-west1-c" ;;
|
||||||
15) zone="asia-east1-c" ;;
|
15) zone="europe-west1-d" ;;
|
||||||
|
16) zone="asia-southeast1-a" ;;
|
||||||
|
17) zone="asia-southeast1-b" ;;
|
||||||
|
18) zone="asia-east1-a" ;;
|
||||||
|
19) zone="asia-east1-b" ;;
|
||||||
|
20) zone="asia-east1-c" ;;
|
||||||
|
21) zone="asia-northeast1-a" ;;
|
||||||
|
22) zone="asia-northeast1-b" ;;
|
||||||
|
23) zone="asia-northeast1-c" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ROLES="gce vpn cloud"
|
ROLES="gce vpn cloud"
|
||||||
|
|
|
@ -180,16 +180,26 @@ Required variables:
|
||||||
|
|
||||||
Possible options for `zone`:
|
Possible options for `zone`:
|
||||||
|
|
||||||
|
- us-west1-a
|
||||||
|
- us-west1-b
|
||||||
- us-central1-a
|
- us-central1-a
|
||||||
- us-central1-b
|
- us-central1-b
|
||||||
- us-central1-c
|
- us-central1-c
|
||||||
- us-central1-f
|
- us-central1-f
|
||||||
|
- us-east4-a
|
||||||
|
- us-east4-b
|
||||||
|
- us-east4-c
|
||||||
- us-east1-b
|
- us-east1-b
|
||||||
- us-east1-c
|
- us-east1-c
|
||||||
- us-east1-d
|
- us-east1-d
|
||||||
- europe-west1-b
|
- europe-west1-b
|
||||||
- europe-west1-c
|
- europe-west1-c
|
||||||
- europe-west1-d
|
- europe-west1-d
|
||||||
|
- asia-southeast1-a
|
||||||
|
- asia-southeast1-b
|
||||||
- asia-east1-a
|
- asia-east1-a
|
||||||
- asia-east1-b
|
- asia-east1-b
|
||||||
- asia-east1-c
|
- asia-east1-c
|
||||||
|
- asia-northeast1-a
|
||||||
|
- asia-northeast1-b
|
||||||
|
- asia-northeast1-c
|
||||||
|
|
Loading…
Add table
Reference in a new issue