Skip to content

Commit bf13b58

Browse files
authored
Revert "Fix Typo and Update Multisite SHC Setup (#702)" (#703)
This reverts commit 19250b2.
1 parent 19250b2 commit bf13b58

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

roles/splunk_cluster_master/tasks/setup_multisite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
vars:
44
splunk_instance_address: "{{ splunk.multisite_master }}"
55

6-
- name: Convert External Cluster Master Name into Internal URI
6+
- name: Convert Extrenal Cluster Master Name into Internal URI
77
set_fact:
88
multisite_master_uri: "{{ cert_prefix }}://{{ splunk.multisite_master }}:{{ splunk.svc_port }}"
99

roles/splunk_indexer/tasks/setup_multisite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
vars:
44
splunk_instance_address: "{{ splunk.multisite_master }}"
55

6-
- name: Convert External Cluster Master Name into Internal URI
6+
- name: Convert Extrenal Cluster Master Name into Internal URI
77
set_fact:
88
multisite_master_uri: "{{ cert_prefix }}://{{ splunk.multisite_master }}:{{ splunk.svc_port }}"
99

roles/splunk_monitor/tasks/setup_multisite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
vars:
44
splunk_instance_address: "{{ splunk.multisite_master }}"
55

6-
- name: Convert External Cluster Master Name into Internal URI
6+
- name: Convert Extrenal Cluster Master Name into Internal URI
77
set_fact:
88
multisite_master_uri: "{{ cert_prefix }}://{{ splunk.multisite_master }}:{{ splunk.svc_port }}"
99

roles/splunk_search_head/tasks/setup_multisite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
vars:
44
splunk_instance_address: "{{ splunk.multisite_master }}"
55

6-
- name: Convert External Cluster Master Name into Internal URI
6+
- name: Convert Extrenal Cluster Master Name into Internal URI
77
set_fact:
88
multisite_master_uri: "{{ cert_prefix }}://{{ splunk.multisite_master }}:{{ splunk.svc_port }}"
99

1010
- name: Setup SHC - Multisite
11-
command: "{{ splunk.exec }} edit cluster-config -mode searchhead -master_uri {{ multisite_master_uri }} -auth {{ splunk.admin_user }}:{{ splunk.password }} -secret {{ splunk.shc.pass4SymmKey }}"
11+
command: "{{ splunk.exec }} edit cluster-config -mode searchhead -master_uri {{ multisite_master_uri }} -auth {{ splunk.admin_user }}:{{ splunk.password }} -secret {{ splunk.idxc.pass4SymmKey }}"
1212
become: yes
1313
become_user: "{{ splunk.user }}"
1414
register: set_new_master
@@ -28,7 +28,7 @@
2828
- include_tasks: ../../../roles/splunk_common/tasks/wait_for_splunk_process.yml
2929

3030
- name: Setup SHC with Associated Site
31-
command: "{{ splunk.exec }} edit cluster-master -old_master_uri {{ multisite_master_uri }} -site {{ splunk.site }} -auth {{ splunk.admin_user }}:{{ splunk.password }} -secret {{ splunk.shc.pass4SymmKey }} -multisite True"
31+
command: "{{ splunk.exec }} edit cluster-master -old_master_uri {{ multisite_master_uri }} -site {{ splunk.site }} -auth {{ splunk.admin_user }}:{{ splunk.password }} -secret {{ splunk.idxc.pass4SymmKey }} -multisite True"
3232
become: yes
3333
become_user: "{{ splunk.user }}"
3434
register: set_associated_site

0 commit comments

Comments
 (0)