Skip to content

Commit 021dca1

Browse files
author
Matthew Fisher
committed
ref(docs): shift management docs, add provider-specific docs
1 parent 62d317c commit 021dca1

14 files changed

Lines changed: 100 additions & 94 deletions

docs/installing_deis/aws.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:title: Installing Deis on AWS
2+
:description: How to provision a multi-node Deis cluster on Amazon AWS
3+
4+
.. _deis_on_aws:
5+
6+
Amazon AWS
7+
==========
8+
9+
The `contrib/ec2` section of the Deis project includes shell scripts,
10+
documentation, and a customized CloudFormation template to make it easy
11+
to provision a multi-node Deis cluster on `Amazon AWS`_.
12+
13+
Please see `contrib/ec2`_ for details on using Deis on Amazon AWS.
14+
15+
16+
.. _`Amazon EC2`: https://github.com/deis/deis/tree/master/contrib/ec2#readme
17+
.. _`contrib/ec2`: https://github.com/deis/deis/tree/master/contrib/ec2

docs/installing_deis/baremetal.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:title: Installing Deis on Bare Metal
2+
:description: How to provision a multi-node Deis cluster on Bare Metal
3+
4+
Bare Metal
5+
----------
6+
7+
The `contrib/bare-metal` section of the Deis project includes documentation to help with
8+
provisioning a multi-node cluster on your own hardware.
9+
10+
Please see `contrib/bare-metal`_ for details on using Deis on bare metal.
11+
12+
.. _`contrib/bare-metal`: https://github.com/deis/deis/tree/master/contrib/bare-metal

docs/installing_deis/gce.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
:title: Installing Deis on Google Compute Engine
2+
:description: How to provision a multi-node Deis cluster on Google Compute Engine
3+
4+
Google Compute Engine
5+
---------------------
6+
7+
The `contrib/gce`_ folder of the Deis project includes a Python script and
8+
documentation to help get up and running with a multi-node Deis cluster on
9+
`Google Compute Engine`_.
10+
11+
Please see the `Google Compute Engine`_ documentation for more details on
12+
using Deis with Google Compute Engine.
13+
14+
15+
.. _`Google Compute Engine`: https://github.com/deis/deis/tree/master/contrib/gce#readme
16+
.. _`contrib/gce`: https://github.com/deis/deis/tree/master/contrib/gce

docs/installing_deis/index.rst

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,32 @@
22
:description: Step-by-step guide for operations engineers setting up a private PaaS using Deis.
33

44
.. _installing_deis:
5+
.. _provision-controller:
56

67
Installing Deis
78
================
89

10+
The `controller` is the brains of a Deis platform. Provisioning a Deis
11+
controller is a matter of creating one or more :ref:`concepts_coreos`
12+
machines and installing a few necessary *systemd* units to manage
13+
Docker containers.
14+
15+
Anywhere you can run CoreOS, you can run Deis, including most cloud
16+
providers, virtual machines, and bare metal. See the
17+
`CoreOS documentation`_ for more information on how to get set up
18+
with CoreOS.
19+
920
:Release: |version|
1021
:Date: |today|
1122

1223
.. toctree::
1324

25+
digitalocean
26+
aws
27+
vagrant
28+
gce
29+
rackspace
30+
baremetal
31+
1432

15-
provision-controller
16-
register-admin-user
17-
configure-load-balancers
18-
configure-dns
19-
ssl-endpoints
20-
upgrading-deis
33+
.. _`CoreOS Documentation`: https://coreos.com/docs/

docs/installing_deis/provision-controller.rst

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

docs/installing_deis/rackspace.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
:title: Installing Deis on Rackspace
2+
:description: How to provision a multi-node Deis cluster on Rackspace
3+
4+
Rackspace
5+
=========
6+
7+
The `contrib/rackspace` section of the Deis project includes shell
8+
scripts, documentation, and a cloud-config template to make it easy to
9+
provision a multi-node Deis cluster on Rackspace_ cloud.
10+
11+
Please see `contrib/rackspace`_ for details on using Deis on
12+
Rackspace cloud.
13+
14+
15+
.. _Rackspace: https://github.com/deis/deis/tree/master/contrib/rackspace#readme
16+
.. _`contrib/rackspace`: https://github.com/deis/deis/tree/master/contrib/rackspace

docs/installing_deis/vagrant.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
:title: Installing Deis on Vagrant
2+
:description: How to provision a multi-node Deis cluster on Vagrant
3+
4+
Vagrant
5+
-------
6+
7+
The root of the Deis project includes documentation in README.md, a
8+
Makefile and a Vagrantfile to make it easy to provision a single- or
9+
multi-node Deis cluster on Vagrant_ virtual machines.
10+
11+
Please see README.md_ for details on using Deis with Vagrant.
12+
13+
.. _Vagrant: http://www.vagrantup.com/
14+
.. _README.md: https://github.com/deis/deis/tree/master/README.md
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)