Skip to content

Commit 8912540

Browse files
committed
Removed 'converging formation' section, fixes #432.
1 parent 96b9074 commit 8912540

1 file changed

Lines changed: 18 additions & 22 deletions

File tree

docs/components/formation.rst

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Formation
88
=========
99
A :ref:`formation` is a set of infrastructure used to host :ref:`Applications <application>`.
10-
Each formation includes :ref:`Layers <layer>` of :ref:`Nodes <node>`
10+
Each formation includes :ref:`Layers <layer>` of :ref:`Nodes <node>`
1111
that provide different services to the formation.
1212

1313
Creating a Formation
@@ -17,7 +17,7 @@ Creating a formation is easy...
1717
.. code-block:: console
1818
1919
$ deis formations:create test
20-
Creating formation... done, created test
20+
Creating formation... done, created test
2121
2222
Viewing a Formation
2323
-------------------
@@ -28,21 +28,21 @@ We can take a peek at our new formation using "deis formations:info":
2828
$ deis formations:info test
2929
=== test Formation
3030
{
31-
"updated": "2013-11-26T22:43:37.854Z",
32-
"uuid": "6955c2a8-8505-413b-90b2-305daebdbbf9",
33-
"created": "2013-11-26T22:43:37.854Z",
34-
"domain": null,
35-
"owner": "gabrtv",
36-
"nodes": "{}",
31+
"updated": "2013-11-26T22:43:37.854Z",
32+
"uuid": "6955c2a8-8505-413b-90b2-305daebdbbf9",
33+
"created": "2013-11-26T22:43:37.854Z",
34+
"domain": null,
35+
"owner": "gabrtv",
36+
"nodes": "{}",
3737
"id": "test"
3838
}
39-
39+
4040
=== test Layers
41-
41+
4242
=== test Nodes
4343
44-
This formation has no :ref:`Layers <layer>` and no :ref:`Nodes <node>`
45-
-- so it can't do much yet.
44+
This formation has no :ref:`Layers <layer>` and no :ref:`Nodes <node>`
45+
-- so it can't do much yet.
4646
It's also important to note that "domain" is null.
4747
Without a domain a formation can only host one application at a time.
4848

@@ -56,15 +56,11 @@ once we scale some proxy nodes and setup wildcard DNS.
5656
5757
$ deis formations:update test --domain=deisapp.com
5858
{
59-
"updated": "2013-11-26T22:54:46.708Z",
60-
"uuid": "6955c2a8-8505-413b-90b2-305daebdbbf9",
61-
"created": "2013-11-26T22:43:37.854Z",
62-
"domain": "deisapp.com",
63-
"owner": "gabrtv",
64-
"nodes": "{}",
59+
"updated": "2013-11-26T22:54:46.708Z",
60+
"uuid": "6955c2a8-8505-413b-90b2-305daebdbbf9",
61+
"created": "2013-11-26T22:43:37.854Z",
62+
"domain": "deisapp.com",
63+
"owner": "gabrtv",
64+
"nodes": "{}",
6565
"id": "test"
6666
}
67-
68-
Converging a Formation
69-
----------------------
70-

0 commit comments

Comments
 (0)