@@ -21,7 +21,7 @@ There are two ways to add a cluster to |tcm|:
21
21
- Connect an existing cluster.
22
22
- Add a new cluster and :ref: `write its configuration <tcm_cluster_config >` from scratch in the |tcm | web UI.
23
23
24
- In both case , you need to deploy Tarantool and start the cluster instances using
24
+ In both cases , you need to deploy Tarantool and start the cluster instances using
25
25
the :ref: `tt-cli ` or another suitable way.
26
26
27
27
.. _tcm_connect_clusters_parameters :
@@ -77,8 +77,8 @@ follow these steps:
77
77
78
78
.. tcm_add_cluster_start
79
79
80
- # . Go to **Clusters ** and click **Add **.
81
- # . Fill in the general cluster information:
80
+ 1 . Go to **Clusters ** and click **Add **.
81
+ 2 . Fill in the general cluster information:
82
82
83
83
* Specify an arbitrary name.
84
84
* Optionally, provide a description and select a color to mark this cluster in |tcm |.
@@ -87,17 +87,17 @@ follow these steps:
87
87
for viewing the cluster logs. |tcm | provides quick access to these URLs on
88
88
the cluster **Stateboard ** page.
89
89
90
- .. tcm_add_cluster_start
90
+ .. tcm_add_cluster_end
91
91
92
- # . Provide the details of the cluster configuration storage:
92
+ 3 . Provide the details of the cluster configuration storage:
93
93
94
94
* Storage type: **etcd ** or **tarantool **.
95
95
* The **Prefix ** specified in the cluster configuration.
96
96
* The URIs of the configuration storage instances.
97
97
* The credentials for accessing the configuration storage.
98
98
* The SSL/TLS parameters if the connection encryption is enabled on the storage.
99
99
100
- # . Provide the credentials for accessing the cluster: a Tarantool user's name, their password,
100
+ 4 . Provide the credentials for accessing the cluster: a Tarantool user's name, their password,
101
101
and SSL parameters in case :ref: `traffic encryption <enterprise-iproto-encryption >`
102
102
is enabled on the cluster.
103
103
@@ -116,9 +116,9 @@ from scratch using the :ref:`built-in configuration editor <tcm_configuring_clus
116
116
117
117
To add a new cluster:
118
118
119
- .. include :: index.rst
120
- :start-after: ee_note_tcm_start
121
- :end-before: ee_note_tcm_end
119
+ .. include ::
120
+ :start-after: tcm_add_cluster_end
121
+ :end-before: tcm_add_cluster_end
122
122
123
123
3. Select the type of the cluster configuration storage: **etcd ** or **tarantool **.
124
124
4. Define a unique **Prefix ** for identifying this cluster in the configuration storage.
0 commit comments