Skip to content

Commit 5555648

Browse files
committed
chore(contrib/digitalocean): make NYC2 the default region
1 parent b952e48 commit 5555648

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

contrib/digitalocean/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ Run the provision script:
5252
$ ./provision-do-cluster.sh <REGION_ID> <IMAGE_ID> <SSH_ID> <SIZE>
5353
```
5454

55-
Not all regions allow private networks. Choose one which does, e.g. NY 2, Amsterdam 2 or
56-
Singapore 1 at the time of this writing (check the web UI for the current private network
57-
support). You can enumerate all the regions with:
55+
Not all regions allow private networks. Choose one which does (at the time of this writing, NY 2,
56+
Amsterdam 2, Singapore 1 or London 1) - check the web UI for the current private network support.
57+
58+
You can enumerate all the regions with:
5859

5960
```console
6061
$ tugboat regions

contrib/digitalocean/provision-digitalocean-deis-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ -z "$1" ]; then
3030
fi
3131

3232
SSH_ID="$1"
33-
REGION="${2:-5}" # Amsterdam 1 by default
33+
REGION="${2:-4}" # NYC 2 by default
3434
SIZE="66" # 512 MB
3535
NAME="deis-controller-image-$(date +%Y%m%d%H%M%S)"
3636

0 commit comments

Comments
 (0)