From 80097780128f29a295002d67e9a21b11ff5375fc Mon Sep 17 00:00:00 2001 From: Stev Witzel Date: Tue, 29 Aug 2017 14:32:22 +0100 Subject: [PATCH] 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 --- algo | 50 +++++++++++++++++++++---------------- docs/deploy-from-ansible.md | 9 +++++++ 2 files changed, 37 insertions(+), 22 deletions(-) diff --git a/algo b/algo index 99d45c3..429a0e3 100755 --- a/algo +++ b/algo @@ -323,17 +323,20 @@ Name the vpn server: 17. Western Europe (London A) 18. Western Europe (London B) 19. Western Europe (London C) - 20. Southeast Asia (Singapore A) - 21. Southeast Asia (Singapore B) - 22. East Asia (Taiwan A) - 23. East Asia (Taiwan B) - 24. East Asia (Taiwan C) - 25. Northeast Asia (Tokyo A) - 26. Northeast Asia (Tokyo B) - 27. Northeast Asia (Tokyo C) - 28. Australia (Sydney A) - 29. Australia (Sydney B) - 30. Australia (Sydney C) + 20. Western Europe (Frankfurt A) + 21. Western Europe (Frankfurt B) + 22. Western Europe (Frankfurt C) + 23. Southeast Asia (Singapore A) + 24. Southeast Asia (Singapore B) + 25. East Asia (Taiwan A) + 26. East Asia (Taiwan B) + 27. East Asia (Taiwan C) + 28. Northeast Asia (Tokyo A) + 29. Northeast Asia (Tokyo B) + 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. [14]: " -r region 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" ;; 18) zone="europe-west2-b" ;; 19) zone="europe-west2-c" ;; - 20) zone="asia-southeast1-a" ;; - 21) zone="asia-southeast1-b" ;; - 22) zone="asia-east1-a" ;; - 23) zone="asia-east1-b" ;; - 24) zone="asia-east1-c" ;; - 25) zone="asia-northeast1-a" ;; - 26) zone="asia-northeast1-b" ;; - 27) zone="asia-northeast1-c" ;; - 28) zone="australia-southeast1-a" ;; - 29) zone="australia-southeast1-b" ;; - 30) zone="australia-southeast1-c" ;; + 20) zone="europe-west3-a" ;; + 21) zone="europe-west3-b" ;; + 22) zone="europe-west3-c" ;; + 23) zone="asia-southeast1-a" ;; + 24) zone="asia-southeast1-b" ;; + 25) zone="asia-east1-a" ;; + 26) zone="asia-east1-b" ;; + 27) zone="asia-east1-c" ;; + 28) zone="asia-northeast1-a" ;; + 29) zone="asia-northeast1-b" ;; + 30) zone="asia-northeast1-c" ;; + 31) zone="australia-southeast1-a" ;; + 32) zone="australia-southeast1-b" ;; + 33) zone="australia-southeast1-c" ;; esac ROLES="gce vpn cloud" diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index 7976711..5c92a32 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -202,6 +202,12 @@ Possible options for `zone`: - europe-west1-b - europe-west1-c - 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-b - asia-east1-a @@ -210,3 +216,6 @@ Possible options for `zone`: - asia-northeast1-a - asia-northeast1-b - asia-northeast1-c +- australia-southeast1-a +- australia-southeast1-b +- australia-southeast1-c