Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple nodes per IP #804

Merged

Commits on Oct 28, 2019

  1. Allow multiple nodes per IP

    With this commit we expose a new provisioner variable `all_node_names`
    which consists of all Elasticsearch node names in the cluster. This can
    be used to set `cluster.initial_master_nodes` in order to ensure the
    discovery process takes all nodes into account even if they are started
    on the same host. Previously we have used the IP address for this
    purpose but this is ambiguous when multiple nodes are started on the
    same host.
    danielmitterdorfer committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    feba4d0 View commit details
    Browse the repository at this point in the history