|
@@ -727,9 +727,10 @@ Manually setup the 100 GB drives for the two syslog servers.
|
|
|
|
|
|
```
|
|
|
CUSTOMERLOC=<customer location grain>
|
|
|
-#Alternate: salt -C '${CUSTOMERPREFIX}*syslog* and G@location:${CUSTOMERLOC}'
|
|
|
+#Alternate: salt -C "${CUSTOMERPREFIX}*syslog* and G@location:${CUSTOMERLOC}"
|
|
|
#find the drive name
|
|
|
salt ${CUSTOMERPREFIX}-splunk-syslog-\* cmd.run 'lsblk | grep 100G'
|
|
|
+salt ${CUSTOMERPREFIX}-splunk-syslog-\* cmd.run 'df -hT'
|
|
|
CUSTOMERDRIVE=<drivename>
|
|
|
salt ${CUSTOMERPREFIX}-splunk-syslog-\* cmd.run "lsblk /dev/${CUSTOMERDRIVE}"
|
|
|
salt ${CUSTOMERPREFIX}-splunk-syslog-\* lvm.pvcreate /dev/${CUSTOMERDRIVE}
|
|
@@ -738,6 +739,7 @@ salt ${CUSTOMERPREFIX}-splunk-syslog-\* lvm.lvcreate lv_syslog vg_syslog extents
|
|
|
salt ${CUSTOMERPREFIX}-splunk-syslog-\* cmd.run 'mkfs -t xfs /dev/vg_syslog/lv_syslog'
|
|
|
salt ${CUSTOMERPREFIX}-splunk-syslog-\* partition.list /dev/${CUSTOMERDRIVE}
|
|
|
```
|
|
|
+Add the syslog state to the highstate for the customer and apply highstate.
|
|
|
|
|
|
## Configure the Customer LCP Git Repository
|
|
|
|
|
@@ -821,6 +823,7 @@ This is notification that the ${CUSTOMERPREFIX} LCP servers are ready for Feed M
|
|
|
|
|
|
Successfully Completed Tasks
|
|
|
- Salt highstate completed successfully
|
|
|
+- Splunk and syslog-ng installed successfully
|
|
|
- Servers fully patched and rebooted successfully
|
|
|
- Servers sending logs to Splunk customer slice successfully
|
|
|
- Servers sending logs to Splunk Moose successfully
|