|
@@ -639,7 +639,7 @@ cd salt/fileroots
|
|
|
`echo " - splunk.pop_hf_license" >> top.sls`
|
|
|
|
|
|
Commit all the changes to git and open PR. Once the settings are in the master branch, come back and run these commands.
|
|
|
-
|
|
|
+```
|
|
|
CUSTOMERPREFIX=modelclient
|
|
|
salt -C "${CUSTOMERPREFIX}* and G@msoc_pop:True" test.ping
|
|
|
#are the LCP images up-to-date on the salt minion version? See Salt Upgrade Notes.md. Upgrade salt minions before syncing ec2_tags it needs py3. Make sure the environment grain is set before trying to upgrade salt.
|
|
@@ -658,7 +658,7 @@ salt -C "${CUSTOMERPREFIX}* and G@msoc_pop:True" pillar.get os_settings:rhel:rh_
|
|
|
#LCP nodes need manual RH Subscription enrollment before removing test=true ensure the command is filled out with the pillar
|
|
|
salt -C "${CUSTOMERPREFIX}* and G@msoc_pop:True" state.sls os_modifications.rhel_registration test=true
|
|
|
salt -C "${CUSTOMERPREFIX}* and G@msoc_pop:True" state.sls os_modifications
|
|
|
-
|
|
|
+```
|
|
|
|
|
|
salt ${CUSTOMERPREFIX}-splunk
|
|
|
Start with ds
|