mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #13017 from Security-Onion-Solutions/surimigrate
Update enabled.sls
This commit is contained in:
@@ -659,6 +659,10 @@ suricata_idstools_migration() {
|
|||||||
else
|
else
|
||||||
fail "Error: rsync failed to copy the files. Thresholds have not been backed up."
|
fail "Error: rsync failed to copy the files. Thresholds have not been backed up."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#Tell SOC to migrate
|
||||||
|
mkdir -p /opt/so/conf/soc/migrations
|
||||||
|
echo "0" > /opt/so/conf/soc/migrations/suricata-migration-2.4.70
|
||||||
}
|
}
|
||||||
|
|
||||||
playbook_migration() {
|
playbook_migration() {
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ so-soc:
|
|||||||
- /opt/so/conf/soc/soc_users_roles:/opt/sensoroni/rbac/users_roles:rw
|
- /opt/so/conf/soc/soc_users_roles:/opt/sensoroni/rbac/users_roles:rw
|
||||||
- /opt/so/conf/soc/queue:/opt/sensoroni/queue:rw
|
- /opt/so/conf/soc/queue:/opt/sensoroni/queue:rw
|
||||||
- /opt/so/saltstack:/opt/so/saltstack:rw
|
- /opt/so/saltstack:/opt/so/saltstack:rw
|
||||||
|
- /opt/so/conf/soc/migrations:/opt/so/conf/soc/migrations:rw
|
||||||
- extra_hosts:
|
- extra_hosts:
|
||||||
{% for node in DOCKER_EXTRA_HOSTS %}
|
{% for node in DOCKER_EXTRA_HOSTS %}
|
||||||
{% for hostname, ip in node.items() %}
|
{% for hostname, ip in node.items() %}
|
||||||
|
|||||||
Reference in New Issue
Block a user