Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(contrib/digitalocean): remove support for Digital Ocean
Browse files Browse the repository at this point in the history
DO doesn't support CoreOS, so we explain that Deis cannot run on DO.
  • Loading branch information
carmstrong authored and Matthew Fisher committed Apr 15, 2014
1 parent d5aa3dd commit 16f7621
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 308 deletions.
37 changes: 3 additions & 34 deletions contrib/digitalocean/README.md
@@ -1,37 +1,6 @@
How to Provision a Deis Controller on Digital Ocean
Deis on Digital Ocean
===================================================

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

* install [knife-digital_ocean][kdo]

```
bundle install
```

* install python requirements

```
pip install -r requirements.txt
```

* add the following to ~/.chef/knife.rb

```
knife[:digital_ocean_client_id] = "your digital ocean client ID"
knife[:digital_ocean_api_key] = "your digital ocean API key"
```

* Follow the steps provided in `contrib/digitalocean/prepare-controller-image.sh`
* Ensure you create a snapshot of `deis-controller-image`
* Follow the steps provided in `contrib/digitalocean/prepare-node-image.sh`
* Ensure you create a snapshot of `deis-node-image`
* Run this command to start the provisioning process

```
./contrib/digitalocean/provision-digitalocean-controller.sh
```

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.

[kdo]: https://github.com/rmoriz/knife-digital_ocean
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.
72 changes: 0 additions & 72 deletions contrib/digitalocean/prepare-controller-image.sh

This file was deleted.

65 changes: 0 additions & 65 deletions contrib/digitalocean/prepare-node-image.sh

This file was deleted.

137 changes: 0 additions & 137 deletions contrib/digitalocean/provision-digitalocean-controller.sh

This file was deleted.

0 comments on commit 16f7621

Please sign in to comment.