Skip to content

Commit c12819e

Browse files
committed
Merge pull request #3406 from mboersma/docs-cleanup
fix(docs): update example output from provision-ec2-cluster.sh
2 parents adbff0c + a5b1b39 commit c12819e

2 files changed

Lines changed: 21 additions & 16 deletions

File tree

docs/installing_deis/aws.rst

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Configure aws-cli
3333

3434
Run ``aws configure`` to set your AWS credentials:
3535

36-
3736
.. code-block:: console
3837
3938
$ aws configure
@@ -168,20 +167,28 @@ Run the cloudformation provision script to spawn a new CoreOS cluster:
168167
169168
$ cd contrib/ec2
170169
$ ./provision-ec2-cluster.sh
170+
Creating CloudFormation stack deis
171171
{
172-
"StackId": "arn:aws:cloudformation:us-west-1:413516094235:stack/deis/9699ec20-c257-11e3-99eb-50fa01cd4496"
172+
"StackId": "arn:aws:cloudformation:us-east-1:69326027886:stack/deis/1e9916b0-d7ea-11e4-a0be-50d2020578e0"
173173
}
174-
Your Deis cluster has successfully deployed.
175-
Please wait for all instances to come up as "running" before continuing.
174+
Waiting for instances to be created...
175+
Waiting for instances to be created...
176+
Waiting for instances to pass initial health checks...
177+
Waiting for instances to pass initial health checks...
178+
Waiting for instances to pass initial health checks...
179+
Instances are available:
180+
i-5c3c91aa 203.0.113.91 m3.large us-east-1a running
181+
i-403c91b6 203.0.113.20 m3.large us-east-1a running
182+
i-e36fc6ee 203.0.113.31 m3.large us-east-1b running
183+
Using ELB deis-DeisWebE-17PGCR3KPJC54 at deis-DeisWebE-17PGCR3KPJC54-1499385382.us-east-1.elb.amazonaws.com
184+
Your Deis cluster has been successfully deployed to AWS CloudFormation and is started.
185+
Please continue to follow the instructions in the documentation.
176186
177187
.. note::
178188

179189
The default name of the CloudFormation stack will be ``deis``. You can specify a different name
180190
with ``./provision-ec2-cluster.sh <name>``.
181191

182-
Check the AWS EC2 web control panel and wait until "Status Checks" for all instances have passed.
183-
This will take several minutes.
184-
185192

186193
Configure DNS
187194
-------------
@@ -222,4 +229,3 @@ Please reference the AWS documentation for `more information about CloudFormatio
222229
.. _`PyYAML`: http://pyyaml.org/
223230
.. _`update_ec2_cluster.sh`: https://github.com/deis/deis/blob/master/contrib/ec2/update-ec2-cluster.sh
224231
.. _`More information about CloudFormation stack updates`: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html
225-

docs/installing_deis/index.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
:title: Installing Deis
2-
:description: Step-by-step guide for operations engineers setting up a private PaaS using Deis.
2+
:description: Step-by-step guide for operations engineers setting up Deis.
33

44
.. _installing_deis:
5-
.. _provision-controller:
65

76
Installing Deis
87
===============
98

10-
Provisioning Deis is a matter of creating one or more :ref:`concepts_coreos`
11-
machines and using :ref:`install_deisctl` to install and start Deis.
9+
Installing Deis consists of provisioning three or more :ref:`concepts_coreos`
10+
machines and using :ref:`deisctl <install_deisctl>` to set up and start
11+
the core components.
1212

13-
Anywhere you can run CoreOS, you can run Deis, including most cloud
14-
providers, virtual machines, and bare metal. See the
15-
`CoreOS documentation`_ for more information on how to get set up
16-
with CoreOS.
13+
Anywhere you can run CoreOS, you can run Deis, including most cloud providers,
14+
virtual machines, and bare metal. See the `CoreOS documentation`_ for more
15+
information on how to get set up with CoreOS.
1716

1817
:Release: |version|
1918
:Date: |today|

0 commit comments

Comments
 (0)