Skip to content

Commit

Permalink
chore(contrib/digitalocean): make NYC2 the default region
Browse files Browse the repository at this point in the history
  • Loading branch information
carmstrong committed Jul 16, 2014
1 parent b952e48 commit 5555648
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions contrib/digitalocean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ Run the provision script:
$ ./provision-do-cluster.sh <REGION_ID> <IMAGE_ID> <SSH_ID> <SIZE>
```

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

You can enumerate all the regions with:

```console
$ tugboat regions
Expand Down
2 changes: 1 addition & 1 deletion contrib/digitalocean/provision-digitalocean-deis-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ -z "$1" ]; then
fi

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

Expand Down

0 comments on commit 5555648

Please sign in to comment.