@@ -40,11 +40,16 @@ Your account ID is displayed in the upper right-hand corner of the cloud control
4040API key can be found on the Account Settings page.
4141
4242
43+ Generate SSH Key
44+ ----------------
45+
46+ Please refer to :ref: `generate_ssh_key ` for generating a new SSH key.
47+
48+
4349Set up your keys
4450----------------
4551
46- Choose an existing keypair or generate a new one, if desired. Tell supernova about the key pair and
47- give it an identifiable name:
52+ Tell supernova about the key pair and give it an identifiable name:
4853
4954.. code-block :: console
5055
@@ -54,14 +59,7 @@ give it an identifiable name:
5459 Generate a New Discovery URL
5560----------------------------
5661
57- To get started with provisioning the nodes, we will need to generate a new Discovery URL.
58- Discovery URLs help connect `etcd `_ instances together by storing a list of peer addresses and
59- metadata under a unique address. You can generate a new discovery URL for use in your platform by
60- running the following from the root of the repository:
61-
62- .. code-block :: console
63-
64- $ make discovery-url
62+ Please refer to :ref: `generate_discovery_url ` for generating a new Discovery URL.
6563
6664
6765Choose number of instances
@@ -74,7 +72,7 @@ By default, the provision script will provision 3 servers. You can override this
7472 $ DEIS_NUM_INSTANCES=5 ./provision-rackspace-cluster.sh deis-key
7573
7674 Note that for scheduling to work properly, clusters must consist of at least 3 nodes and always have an odd number of members.
77- For more information, see [ optimal etcd cluster size](https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md) .
75+ For more information, see ` optimal etcd cluster size `_ .
7876
7977Deis clusters of less than 3 nodes are unsupported.
8078
@@ -127,6 +125,6 @@ start installing the platform.
127125
128126.. _`contrib/rackspace` : https://github.com/deis/deis/tree/master/contrib/rackspace
129127.. _`CoreOS on Rackspace` : https://coreos.com/docs/running-coreos/cloud-providers/rackspace/
130- .. _ etcd : https://github.com/coreos/etcd
128+ .. _ `optimal etcd cluster size` : https://github.com/coreos/etcd/blob/master/Documentation/optimal-cluster-size.md
131129.. _Rackspace : https://github.com/deis/deis/tree/master/contrib/rackspace#readme
132130.. _`contrib/rackspace` : https://github.com/deis/deis/tree/master/contrib/rackspace
0 commit comments