William Wernert
d2ea197ce0
[fix] Remove old entry for manager from known_hosts
...
Resolves #1839
2020-11-05 14:40:00 -05:00
William Wernert
b528fe1a03
[fix] Only show analyst on network installs
...
Closes #1682
2020-11-05 14:39:04 -05:00
weslambert
3abe8cb397
Merge pull request #1836 from Security-Onion-Solutions/fix/wazuh_agent_register
...
Don't sleep if not registering agent
2020-11-05 14:03:32 -05:00
weslambert
2911e37b70
Don't sleep if not registering agent
2020-11-05 14:03:08 -05:00
William Wernert
4fed5c2518
Merge pull request #1822 from Security-Onion-Solutions/feature/setup-idempotency
...
Feature/setup idempotency
2020-11-05 13:48:18 -05:00
William Wernert
a5833f1f77
Merge branch 'dev' into feature/setup-idempotency
...
# Conflicts:
# setup/so-functions
2020-11-05 13:48:05 -05:00
William Wernert
b27b2e358b
[fix] Set MSRVIP variable before hosts file is overwritten
2020-11-05 13:38:08 -05:00
William Wernert
915aaf58f2
[fix] Always set MSRVIP because /etc/hosts is wiped
2020-11-05 13:28:21 -05:00
William Wernert
f058fb460d
[fix] Don't modify hosts file during whiptail menus
2020-11-05 13:25:02 -05:00
William Wernert
f7394559d4
[fix] Only add entry to /etc/hosts if unable to resolve hostname
2020-11-05 13:16:52 -05:00
Josh Patterson
ec3f35c360
Merge pull request #1832 from Security-Onion-Solutions/patch_2.3.3
...
Patch 2.3.3
2020-11-05 10:00:43 -05:00
Josh Patterson
fea6e6f4f9
Merge branch 'dev' into patch_2.3.3
2020-11-05 09:58:43 -05:00
William Wernert
cb75b2df65
[revert] Remove wazuh-agent package as well
2020-11-04 16:23:51 -05:00
William Wernert
4369b8d0f6
[fix] Remove wazuh-agent package as well
2020-11-04 16:14:58 -05:00
William Wernert
5cb8d0beda
[fix] Add -q flag to grep
2020-11-04 14:23:24 -05:00
William Wernert
b4446cba9a
[refactor][wip] Also backup directories in /nsm
2020-11-04 14:20:51 -05:00
William Wernert
1e41b9ba31
[fix] Add conditions for commands so they're less likely to fail
2020-11-04 14:20:26 -05:00
William Wernert
b2759c4c7c
[fix] Uninstall launcher if installed
2020-11-04 14:19:25 -05:00
Mike Reeves
6b144903fc
Update VERIFY_ISO.md
2020-11-04 13:47:37 -05:00
Mike Reeves
3825becd1b
Update changes.json
2020-11-04 13:44:52 -05:00
Mike Reeves
2aa21512e5
Update soup
2020-11-04 13:40:45 -05:00
William Wernert
3150367b1d
[fix] Add epoch string to /opt/so folder name
2020-11-04 12:52:37 -05:00
William Wernert
3ac9c43b7b
Merge branch 'dev' into feature/setup-idempotency
2020-11-04 12:44:14 -05:00
William Wernert
b643363e82
[fix] Directories need -r flag
2020-11-04 12:07:34 -05:00
Jason Ertel
8d5c29340e
Add screenshots to readme
2020-11-04 12:03:57 -05:00
Jason Ertel
1e9e156a87
Improve issue template directions
2020-11-04 11:49:22 -05:00
Jason Ertel
a364f13d24
Add issue template
2020-11-04 11:42:39 -05:00
William Wernert
3d70698647
[fix] Remove old mysql db directory
2020-11-04 11:26:56 -05:00
Mike Reeves
e989fc7041
Update map.jinja
2020-11-04 10:58:52 -05:00
William Wernert
49af35b440
[fix][wip] Add reinstall_init function (part 3)
...
Create a function that, if the setup log exists, puts the system into a state where
the installer can run again without issue.
This is WIP, there are most likely still issues.
2020-11-04 10:38:48 -05:00
Mike Reeves
4592e2d4d7
add airgap option to upgradecommand
2020-11-04 10:08:01 -05:00
Mike Reeves
ec64314b70
Fix soup to clear yum cache for airgap
2020-11-04 10:00:44 -05:00
Mike Reeves
cf001875c2
Update soup
2020-11-03 20:14:15 -05:00
Mike Reeves
c7367eea38
Fix AGREPO Variable
2020-11-03 19:08:58 -05:00
William Wernert
db31cf3083
[refactor][fix] Remove old so-* containers, make fs changes after whiptail menus
2020-11-03 18:10:16 -05:00
Mike Reeves
8edb1529a9
Update soup
2020-11-03 17:36:53 -05:00
Mike Reeves
e8616e4d46
Update soup
2020-11-03 17:19:55 -05:00
William Wernert
3bf57382ce
[fix] Change when /opt/so is removed
2020-11-03 17:05:34 -05:00
Jason Ertel
def993f4ed
Improve salt version update comment
2020-11-03 16:50:22 -05:00
William Wernert
96ec483ae4
[fix][wip] Remove /opt/so directory during reinstall
2020-11-03 16:49:00 -05:00
William Wernert
6169758f4e
[fix] 0 -> root so file owner is set correctly
2020-11-03 16:47:59 -05:00
William Wernert
1c91e2d50b
[fix] Add minion_config variable so sed works
2020-11-03 15:48:08 -05:00
William Wernert
57e7e61f21
[fix] Don't add proxy to yum.conf on manager nodes
2020-11-03 15:45:19 -05:00
William Wernert
93ab4b5d4f
[fix][wip] Add reinstall_init function (part 2)
...
Create a function that, if the setup log exists, puts the system into a state where
the installer can run again without issue.
This is WIP, there are most likely still issues.
2020-11-03 15:44:37 -05:00
William Wernert
00fc256c37
[fix][wip] Add reinstall_init function
...
Create a function that, if the setup log exists, puts the system into a state where
the installer can run again without issue.
This is WIP, there are most likely still issues.
2020-11-03 14:51:35 -05:00
Mike Reeves
887f412e48
Remove docker_clean from docker_update function
2020-11-03 13:54:00 -05:00
Jason Ertel
aa9aa59213
Correct cheatsheetUrl for airgap installs
2020-11-03 12:27:55 -05:00
m0duspwnens
a859aa4f48
upgrade from salt 3001.1 to salt 3002.1 - https://github.com/Security-Onion-Solutions/securityonion/issues/1807
2020-11-03 11:54:28 -05:00
Jason Ertel
82a7b7e02d
Upgrade to Kratos 0.5.3-alpha1
2020-11-03 11:50:25 -05:00
Mike Reeves
85ea61bf98
Update VERSION
2020-11-03 11:40:03 -05:00