fuel-plugin-elasticsearch-k.../doc/source/deploy_with_network_templat...

1.5 KiB

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 to 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.

./network_template.yaml

To deploy an environment using networking templates:

  1. Upload the networking template:

    $ fuel2 network-template upload -f ./network_template <ENVIRONMENT_ID>
  2. Allocate an IP subnet for the monitoring network:

    $ fuel2 network-group create -N <ENVIRONMENT_ID> -C 10.109.5.0/24 monitoring
  3. (Optional) Using the Fuel web UI, adjust the IP range:

    image

  4. Proceed to Configure the plugin during an environment deployment <plugin_configuration>.

For details on networking templates, see Mirantis Operations Guide.