Skip to content

Commit 48b7035

Browse files
committed
docs(*): add DigitalOcean in a few places it was left out
1 parent 1f77ee2 commit 48b7035

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ $ deis clusters:create dev local.deisapp.com --hosts=local.deisapp.com --auth=~/
121121
The parameters to `deis clusters:create` are:
122122
* cluster name (`dev`) - the name used by Deis to reference the cluster
123123
* cluster hostname (`local.deisapp.com`) - the hostname under which apps are created, like `balancing-giraffe.local.deisapp.com`
124-
* cluster members (`--hosts`) - a comma-separated list of cluster members -- not necessarily all members, but at least one (for EC2 and Rackspace, this is a list of the internal IPs like `--hosts=10.21.12.1,10.21.12.2,10.21.12.3`)
125-
* auth SSH key (`--auth`) - the SSH private key used to provision servers (for EC2 and Rackspace, this key is likely `~/.ssh/deis`)
124+
* cluster members (`--hosts`) - a comma-separated list of cluster members -- not necessarily all members, but at least one (for cloud providers, this is a list of the IPs like `--hosts=10.21.12.1,10.21.12.2,10.21.12.3`)
125+
* auth SSH key (`--auth`) - the SSH private key used to provision servers (for cloud providers, this key is likely `~/.ssh/deis`)
126126

127127
The `dev` cluster will be used as the default cluster for future `deis` commands.
128128

client/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ lightweight and flexible.
2828
Deis comes with out-of-the-box support for Ruby, Python, Node.js, Java,
2929
Clojure, Scala, Play, PHP, Perl, Dart and Go. However, Deis can deploy
3030
anything using Docker images or Heroku Buildpacks. Deis is designed to work
31-
with any cloud provider. Currently Amazon EC2 and Rackspace are supported.
31+
with any cloud provider. Currently Amazon EC2, Rackspace, and DigitalOcean
32+
are supported.
3233

3334

3435
Why Deis?

docs/installing_deis/create-cluster.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The parameters to `deis clusters:create` are:
1414
* cluster name - the name used by Deis to reference the cluster
1515
* cluster hostname - the hostname for the cluster -- applications are accessible under this domain
1616
* cluster members (`--hosts`) - a comma-separated list of IP addresses of cluster members -- not necessarily all members, but at least one
17-
* auth SSH key (`--auth`) - the SSH private key used to provision servers (for EC2 and Rackspace, this key is likely `~/.ssh/deis`)
17+
* auth SSH key (`--auth`) - the SSH private key used to provision servers (for cloud providers, this key is likely `~/.ssh/deis`)
1818

1919
For example, to create a cluster on a local Deis installation:
2020

docs/installing_deis/provision-controller.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ provision a multi-node Deis cluster on Rackspace_ cloud.
3636
Please see `contrib/rackspace`_ for details on using Deis on
3737
Rackspace cloud.
3838

39+
DigitalOcean
40+
---------
41+
42+
The `contrib/digitalocean` section of the Deis project includes shell
43+
scripts and documentation to make it easy to provision a multi-node
44+
Deis cluster on DigitalOcean_.
45+
46+
Please see `contrib/digitalocean`_ for details on using Deis on DigitalOcean.
47+
3948
Bare Metal
4049
----------
4150

@@ -58,7 +67,9 @@ Please see README.md_ for details on using Deis with Vagrant.
5867
.. _`Amazon EC2`: https://github.com/deis/deis/tree/master/contrib/ec2#readme
5968
.. _`contrib/ec2`: https://github.com/deis/deis/tree/master/contrib/ec2
6069
.. _Rackspace: https://github.com/deis/deis/tree/master/contrib/rackspace#readme
70+
.. _DigitalOcean: https://github.com/deis/deis/tree/master/contrib/digitalocean#readme
6171
.. _`contrib/rackspace`: https://github.com/deis/deis/tree/master/contrib/rackspace
72+
.. _`contrib/digitalocean`: https://github.com/deis/deis/tree/master/contrib/digitalocean
6273
.. _`contrib/bare-metal`: https://github.com/deis/deis/tree/master/contrib/bare-metal
6374
.. _Vagrant: http://www.vagrantup.com/
6475
.. _README.md: https://github.com/deis/deis/tree/master/README.md

0 commit comments

Comments
 (0)