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

Support both IP and DNS when creating elastic cluster #252

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

xr09
Copy link
Contributor

@xr09 xr09 commented Sep 26, 2019

This change allows the user to specify ip or dns (or a mixture of both) when defining nodes on the elastic cluster.

  vars:
    instances:
      node-1:
        name: node-1
        ip: "10.1.1.20"
      node-2:
        name: node-2
        dns: "node2.example.org"

@xr09 xr09 requested a review from manuasir September 26, 2019 14:48
@manuasir manuasir merged commit 9025bdf into devel Sep 26, 2019
@manuasir manuasir deleted the dynamic-instances.yml branch September 26, 2019 14:50
@manuasir manuasir added this to To review in Wazuh 3.10.x via automation Sep 26, 2019
@manuasir manuasir moved this from To review to Done in Wazuh 3.10.x Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Wazuh 3.10.x
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants