You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -291,15 +294,30 @@ You can find the full example here: `config_etcd <https://github.com/tarantool/d
291
294
Starting a cluster
292
295
------------------
293
296
297
+
.. ate_note_run_instances_start
298
+
299
+
.. note::
300
+
301
+
To run instances in production, it is recommended to use Ansible Tarantool Enterprise installer (ATE).
302
+
ATE is a set of Ansible playbooks that are used to deploy and maintain Tarantool Enterprise products.
303
+
`ATE documentation <https://www.tarantool.io/ru/devops/latest>`__ is available to users logged in on the Tarantool website.
304
+
305
+
.. ate_note_run_instances_end
306
+
294
307
The :ref:`tt <tt-cli>` utility is the recommended way to start Tarantool instances.
295
308
You can learn how to do this from the :ref:`Starting and stopping instances <admin-start_stop_instance>` section.
296
309
297
310
You can also use the ``tarantool`` command to :ref:`start a Tarantool instance <configuration_run_instance_tarantool>`.
298
-
In this case, you can eliminate creating a :ref:`local configuration <centralized_configuration_storage_connect>` and provide connection settings using the following :ref:`environment variables <configuration_environment_variable>`:
311
+
In this case, you can eliminate creating a :ref:`local configuration <centralized_configuration_storage_connect>` and
312
+
provide connection settings using the following :ref:`environment variables <configuration_environment_variable>`:
299
313
300
314
* Tarantool-based storage: ``TT_CONFIG_STORAGE_ENDPOINTS`` and ``TT_CONFIG_STORAGE_PREFIX``.
301
315
* etcd-based storage: ``TT_CONFIG_ETCD_ENDPOINTS`` and ``TT_CONFIG_ETCD_PREFIX``.
0 commit comments