mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
Add new Google Cloud us-west1-c zone. (#583)
Add new Google Cloud zone (see
https://cloudplatform.googleblog.com/2017/05/Oregon-region-us-west1-adds-third-zone-Cloud-SQL-and-Regional-Managed-Instance-Groups.html).
Restore original default zone (europe-west1-b; see a470bf071e
).
This commit is contained in:
parent
220da6eb53
commit
2f4d0c016a
2 changed files with 47 additions and 44 deletions
90
algo
90
algo
|
@ -306,55 +306,57 @@ Name the vpn server:
|
||||||
What zone should the server be located in?
|
What zone should the server be located in?
|
||||||
1. Western US (Oregon A)
|
1. Western US (Oregon A)
|
||||||
2. Western US (Oregon B)
|
2. Western US (Oregon B)
|
||||||
3. Central US (Iowa A)
|
3. Western US (Oregon C)
|
||||||
4. Central US (Iowa B)
|
4. Central US (Iowa A)
|
||||||
5. Central US (Iowa C)
|
5. Central US (Iowa B)
|
||||||
6. Central US (Iowa F)
|
6. Central US (Iowa C)
|
||||||
7. Eastern US (Northern Virginia A)
|
7. Central US (Iowa F)
|
||||||
8. Eastern US (Northern Virginia B)
|
8. Eastern US (Northern Virginia A)
|
||||||
9. Eastern US (Northern Virginia C)
|
9. Eastern US (Northern Virginia B)
|
||||||
10. Eastern US (South Carolina B)
|
10. Eastern US (Northern Virginia C)
|
||||||
11. Eastern US (South Carolina C)
|
11. Eastern US (South Carolina B)
|
||||||
12. Eastern US (South Carolina D)
|
12. Eastern US (South Carolina C)
|
||||||
13. Western Europe (Belgium B)
|
13. Eastern US (South Carolina D)
|
||||||
14. Western Europe (Belgium C)
|
14. Western Europe (Belgium B)
|
||||||
15. Western Europe (Belgium D)
|
15. Western Europe (Belgium C)
|
||||||
16. Southeast Asia (Singapore A)
|
16. Western Europe (Belgium D)
|
||||||
17. Southeast Asia (Singapore B)
|
17. Southeast Asia (Singapore A)
|
||||||
18. East Asia (Taiwan A)
|
18. Southeast Asia (Singapore B)
|
||||||
19. East Asia (Taiwan B)
|
19. East Asia (Taiwan A)
|
||||||
20. East Asia (Taiwan C)
|
20. East Asia (Taiwan B)
|
||||||
21. Northeast Asia (Tokyo A)
|
21. East Asia (Taiwan C)
|
||||||
22. Northeast Asia (Tokyo B)
|
22. Northeast Asia (Tokyo A)
|
||||||
23. Northeast Asia (Tokyo C)
|
23. Northeast Asia (Tokyo B)
|
||||||
Please choose the number of your zone. Press enter for default (#8) zone.
|
24. Northeast Asia (Tokyo C)
|
||||||
[8]: " -r region
|
Please choose the number of your zone. Press enter for default (#14) zone.
|
||||||
|
[14]: " -r region
|
||||||
region=${region:-8}
|
region=${region:-8}
|
||||||
|
|
||||||
case "$region" in
|
case "$region" in
|
||||||
1) zone="us-west1-a" ;;
|
1) zone="us-west1-a" ;;
|
||||||
2) zone="us-west1-b" ;;
|
2) zone="us-west1-b" ;;
|
||||||
3) zone="us-central1-a" ;;
|
3) zone="us-west1-c" ;;
|
||||||
4) zone="us-central1-b" ;;
|
4) zone="us-central1-a" ;;
|
||||||
5) zone="us-central1-c" ;;
|
5) zone="us-central1-b" ;;
|
||||||
6) zone="us-central1-f" ;;
|
6) zone="us-central1-c" ;;
|
||||||
7) zone="us-east4-a" ;;
|
7) zone="us-central1-f" ;;
|
||||||
8) zone="us-east4-b" ;;
|
8) zone="us-east4-a" ;;
|
||||||
9) zone="us-east4-c" ;;
|
9) zone="us-east4-b" ;;
|
||||||
10) zone="us-east1-b" ;;
|
10) zone="us-east4-c" ;;
|
||||||
11) zone="us-east1-c" ;;
|
11) zone="us-east1-b" ;;
|
||||||
12) zone="us-east1-d" ;;
|
12) zone="us-east1-c" ;;
|
||||||
13) zone="europe-west1-b" ;;
|
13) zone="us-east1-d" ;;
|
||||||
14) zone="europe-west1-c" ;;
|
14) zone="europe-west1-b" ;;
|
||||||
15) zone="europe-west1-d" ;;
|
15) zone="europe-west1-c" ;;
|
||||||
16) zone="asia-southeast1-a" ;;
|
16) zone="europe-west1-d" ;;
|
||||||
17) zone="asia-southeast1-b" ;;
|
17) zone="asia-southeast1-a" ;;
|
||||||
18) zone="asia-east1-a" ;;
|
18) zone="asia-southeast1-b" ;;
|
||||||
19) zone="asia-east1-b" ;;
|
19) zone="asia-east1-a" ;;
|
||||||
20) zone="asia-east1-c" ;;
|
20) zone="asia-east1-b" ;;
|
||||||
21) zone="asia-northeast1-a" ;;
|
21) zone="asia-east1-c" ;;
|
||||||
22) zone="asia-northeast1-b" ;;
|
22) zone="asia-northeast1-a" ;;
|
||||||
23) zone="asia-northeast1-c" ;;
|
23) zone="asia-northeast1-b" ;;
|
||||||
|
24) zone="asia-northeast1-c" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ROLES="gce vpn cloud"
|
ROLES="gce vpn cloud"
|
||||||
|
|
|
@ -187,6 +187,7 @@ Possible options for `zone`:
|
||||||
|
|
||||||
- us-west1-a
|
- us-west1-a
|
||||||
- us-west1-b
|
- us-west1-b
|
||||||
|
- us-west1-c
|
||||||
- us-central1-a
|
- us-central1-a
|
||||||
- us-central1-b
|
- us-central1-b
|
||||||
- us-central1-c
|
- us-central1-c
|
||||||
|
|
Loading…
Add table
Reference in a new issue