|
@@ -109,7 +109,7 @@ salt caasp-splunk-sh system.reboot
|
|
|
# Wait for it ...
|
|
|
watch "salt caasp-splunk-sh status.uptime --out=txt"
|
|
|
|
|
|
-# Reboot one indexer at a time
|
|
|
+# Reboot one indexer at a time (ping optional)
|
|
|
salt caasp-splunk-idx-i-0b66b9 test.ping --out=txt
|
|
|
date; salt caasp-splunk-idx-i-0b66b9 system.reboot
|
|
|
|
|
@@ -151,7 +151,7 @@ salt 'caasp-splunk-idx-i-*' status.uptime --out=txt
|
|
|
#### Ensure all Splunk instances have been rebooted
|
|
|
|
|
|
```
|
|
|
-salt 'caasp-splunk-*' system.uptime --out=txt
|
|
|
+salt 'caasp-splunk-*' status.uptime --out=txt
|
|
|
```
|
|
|
|
|
|
#### Step 2 (Day 2): Reboot Kali, Jenkins, Vault, the Bastion, OSCDNS, and Salt Master
|