Skip to content

Commit a5b1b39

Browse files
committed
fix(docs): update example output from provision-ec2-cluster.sh
1 parent 44100c3 commit a5b1b39

2 files changed

Lines changed: 16 additions & 10 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
Installing Deis
77
===============
88

9-
To install Deis consists of provisioning three or more :ref:`concepts_coreos`
9+
Installing Deis consists of provisioning three or more :ref:`concepts_coreos`
1010
machines and using :ref:`deisctl <install_deisctl>` to set up and start
11-
the software.
11+
the core components.
1212

1313
Anywhere you can run CoreOS, you can run Deis, including most cloud providers,
1414
virtual machines, and bare metal. See the `CoreOS documentation`_ for more

0 commit comments

Comments
 (0)