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

configure_dmc.yml breaks Cluster Manager config if DMC runs on CM #224

Open
igsher opened this issue Apr 27, 2024 · 2 comments
Open

configure_dmc.yml breaks Cluster Manager config if DMC runs on CM #224

igsher opened this issue Apr 27, 2024 · 2 comments

Comments

@igsher
Copy link

igsher commented Apr 27, 2024

Task "Configure DMC as a IDXC member" in configure_dmc.yml attempts to configure the node as IDXC SH even if the node is already configured as IDXC Manager

Proposed fix:

- name: Configure DMC as a IDXC member
  include_tasks: configure_idxc_sh.yml
  when:
    - "'clustermanager' not in group_names"

@arcsector
Copy link
Contributor

DMC shouldn't run on the CM as per Splunk's docs, but this is an easy PR to make, feel free to submit it.

@igsher
Copy link
Author

igsher commented Aug 27, 2024

DMC shouldn't run on the CM as per Splunk's docs ...

That's incorrect. The docs actually say here and here that under specific circumstances DMC can be colocated on the manager node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants