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

CSPL-2353 - Bias lang update #724

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

CSPL-2353 - Bias lang update #724

wants to merge 1 commit into from

Conversation

akondur
Copy link
Collaborator

@akondur akondur commented Apr 25, 2023

Change master-uri to manager-uri.

Verified using the Splunk Operator for a c3 SVA deployment.

License Manager and Cluster Manager URI on an indexer pod:

[splunk@splunk-idxc-example-indexer-1 splunk]$ cat etc/system/local/server.conf | grep -i manager_uri -B2

[license]
manager_uri = https://splunk-lm-example-license-manager-service:8089
--

[clustering]
manager_uri = https://splunk-cm-example-cluster-manager-service:8089

Search head has the correct URI as well:

[splunk@splunk-shc-example-search-head-0 local]$ cat server.conf | grep -i manager_uri -B 2

[license]
manager_uri = https://splunk-lm-example-license-manager-service:8089
--

[clustering]
manager_uri = https://splunk-cm-example-cluster-manager-service:8089

@akondur akondur requested a review from a team as a code owner April 25, 2023 22:08
adityapinglesf
adityapinglesf previously approved these changes Apr 25, 2023
@sgontla
Copy link
Contributor

sgontla commented May 3, 2023

Just for my understanding from the Operator point of view, do we need to tie any Operator changes to this? What happens if the customer just updates the Splunk docker image with this changes? Also, If we have any Operator specific changes(?), what happens if the customer just updates the Operator alone?

@akondur
Copy link
Collaborator Author

akondur commented May 3, 2023

Just for my understanding from the Operator point of view, do we need to tie any Operator changes to this? What happens if the customer just updates the Splunk docker image with this changes? Also, If we have any Operator specific changes(?), what happens if the customer just updates the Operator alone?

@sgontla Good point. We are changing only the cli and conf file changes syntax here from master to manager. As far as operator is concerned we should be able to continue using the same config and ansible underneath will use manager vs master to configure splunkd.

Just for my understanding from the Operator point of view, do we need to tie any Operator changes to this? What happens if the customer just updates the Splunk docker image with this changes? Also, If we have any Operator specific changes(?), what happens if the customer just updates the Operator alone?

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

Successfully merging this pull request may close these issues.

3 participants