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

Deployment Server always generates ALL serverclass #812

Open
Skypex opened this issue Apr 10, 2024 · 0 comments
Open

Deployment Server always generates ALL serverclass #812

Skypex opened this issue Apr 10, 2024 · 0 comments

Comments

@Skypex
Copy link

Skypex commented Apr 10, 2024

You can define a deployment server as following:

splunk:
  role: splunk_deployment_server

However, this will cause Ansible to run the following code - see https://github.com/splunk/splunk-ansible/blob/develop/roles/splunk_deployment_server/tasks/generate_server_classes.yml

This will automatically generate a server class that ALL UF match into that will deploy ALL app stored in the deployment-apps folder.

This will mess up all your deployments big time. The additional fact that this is put into system/local also makes it pretty hard to overrule this.

In addition, with the new deployment clustering feature introduced in 9.2 there are also 2 new folders for internal clustering logic used: _splunk_ds_info and _splunk_tmp
These to clustering related folders are now also deployed to all UFs...

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

1 participant