You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/digitalocean/README.md
+52-15Lines changed: 52 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,79 @@
1
-
# How to Provision a Deis Controller on Digital Ocean
1
+
# Provision a Deis Cluster on Digital Ocean
2
2
3
-
Here are the steps to get started on Digital Ocean:
3
+
Note that Digital Ocean does not support CoreOS images natively. To work around this, the provision
4
+
scripts for Digital Ocean first create a CoreOS image which will be used for provisioning the cluster.
5
+
6
+
Digital Ocean support was contributed by [sttts](https://github.com/sttts). The CoreOS bootstrapping
7
+
is heavily based on [Levi Aul's code](https://gist.github.com/tsutsu/490f35f48897df0f5173).
8
+
9
+
To deploy Deis to Digital Ocean:
4
10
5
11
## Customize cloud-config.yml
6
12
Edit [user-data](../coreos/user-data) and add a discovery URL. This URL will be used by all nodes in this Deis cluster. You can get a new discovery URL by sending a request to http://discovery.etcd.io/new.
7
13
8
-
## Install DO command line client and authorize:
14
+
## Install tugboat and authorize:
15
+
The tugboat gem consumes the Digital Ocean API.
9
16
```console
10
17
$ gem install tugboat
11
18
$ tugboat authorize
12
19
```
13
20
You can leave all but the client and API keys as the defaults.
14
21
15
-
Find out about the ID of your ssh key (import it into DO if it's not listed):
22
+
## Upload keys
23
+
Choose an SSH keypair to use for Deis and import it to Digital Ocean:
0 commit comments