.. _network_templates: Deploy an OpenStack environment using networking templates ========================================================== By default, the Elasticsearch-Kibana cluster will be deployed on the Fuel management network. If this default configuration does not meet your requirements, you can leverage the Fuel `networking templates' `_ capability to change that default configuration and use a dedicated network instead. Below is a networking template example to define a new network named ``monitoring``. You can use this configuration example as a starting point and adapt it to your requirements. .. literalinclude:: ./network_template.yaml **To deploy an environment using networking templates:** #. Upload the networking template: .. code-block:: console $ fuel2 network-template upload -f ./network_template #. Allocate an IP subnet for the ``monitoring`` network: .. code-block:: console $ fuel2 network-group create -N -C 10.109.5.0/24 monitoring #. (Optional) Using the Fuel web UI, adjust the IP range: .. image:: ../images/network_group_configuration.png :width: 800 :align: center #. Proceed to :ref:`configure the plugin `. For details on networking templates, see `Mirantis Operations Guide `_. .. raw:: latex \pagebreak