mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
orchit
This commit is contained in:
@@ -16,11 +16,10 @@ manager_run_es_soc:
|
|||||||
- sls:
|
- sls:
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
- soc
|
- soc
|
||||||
- kwarg:
|
- queue: True
|
||||||
queue: True
|
|
||||||
- retry:
|
- retry:
|
||||||
attempts: 30
|
attempts: 3
|
||||||
interval: 10
|
interval: 60
|
||||||
- require:
|
- require:
|
||||||
- salt: {{NEWNODE}}_update_mine
|
- salt: {{NEWNODE}}_update_mine
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -29,8 +28,16 @@ manager_run_es_soc:
|
|||||||
salt.state:
|
salt.state:
|
||||||
- tgt: {{ NEWNODE }}
|
- tgt: {{ NEWNODE }}
|
||||||
- highstate: True
|
- highstate: True
|
||||||
- kwarg:
|
- queue: True
|
||||||
queue: True
|
|
||||||
- retry:
|
- retry:
|
||||||
attempts: 30
|
attempts: 5
|
||||||
interval: 10
|
interval: 60
|
||||||
|
|
||||||
|
{{NEWNODE}}_set_highstate_cron:
|
||||||
|
salt.state:
|
||||||
|
- tgt: {{ NEWNODE }}
|
||||||
|
- sls:
|
||||||
|
- setup.highstate_cron
|
||||||
|
- queue: True
|
||||||
|
- onfail:
|
||||||
|
- salt: {{NEWNODE}}_run_highstate
|
||||||
|
|||||||
@@ -808,7 +808,6 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
configure_minion "$minion_type"
|
configure_minion "$minion_type"
|
||||||
check_sos_appliance
|
check_sos_appliance
|
||||||
drop_install_options
|
drop_install_options
|
||||||
logCmd "salt-call state.apply setup.highstate_cron --local --file-root=../salt/"
|
|
||||||
verify_setup
|
verify_setup
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user