Skip to content

Commit 16f7621

Browse files
carmstrongMatthew Fisher
authored andcommitted
docs(contrib/digitalocean): remove support for Digital Ocean
DO doesn't support CoreOS, so we explain that Deis cannot run on DO.
1 parent d5aa3dd commit 16f7621

4 files changed

Lines changed: 3 additions & 308 deletions

File tree

contrib/digitalocean/README.md

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,6 @@
1-
How to Provision a Deis Controller on Digital Ocean
1+
Deis on Digital Ocean
22
===================================================
33

4-
Here are the steps to get started on Digital Ocean:
4+
Unfortunately, Digital Ocean does not yet provide CoreOS images. This prevents Deis from being deployed on Digital Ocean.
55

6-
* install [knife-digital_ocean][kdo]
7-
8-
```
9-
bundle install
10-
```
11-
12-
* install python requirements
13-
14-
```
15-
pip install -r requirements.txt
16-
```
17-
18-
* add the following to ~/.chef/knife.rb
19-
20-
```
21-
knife[:digital_ocean_client_id] = "your digital ocean client ID"
22-
knife[:digital_ocean_api_key] = "your digital ocean API key"
23-
```
24-
25-
* Follow the steps provided in `contrib/digitalocean/prepare-controller-image.sh`
26-
* Ensure you create a snapshot of `deis-controller-image`
27-
* Follow the steps provided in `contrib/digitalocean/prepare-node-image.sh`
28-
* Ensure you create a snapshot of `deis-node-image`
29-
* Run this command to start the provisioning process
30-
31-
```
32-
./contrib/digitalocean/provision-digitalocean-controller.sh
33-
```
34-
35-
This script will read from your knife config file, create a new SSH key for the controller, upload the SSH key to digital ocean, and provision a Deis Controller from the snapshot created.
36-
37-
[kdo]: https://github.com/rmoriz/knife-digital_ocean
6+
If you use Digital Ocean, please [show your support](http://digitalocean.uservoice.com/forums/136585-digital-ocean/suggestions/4250154-suport-coreos-as-a-deployment-platform) for CoreOS and help us to support Deis on DO.

contrib/digitalocean/prepare-controller-image.sh

Lines changed: 0 additions & 72 deletions
This file was deleted.

contrib/digitalocean/prepare-node-image.sh

Lines changed: 0 additions & 65 deletions
This file was deleted.

contrib/digitalocean/provision-digitalocean-controller.sh

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)