William Wernert
0bd5ddf6a6
Grammar + misc fixes per PR review
...
* Remove unnecessary `apt-get update` commands
* Change `if ! (command); then exit 1; fi` to `command || exit 1` to avoid subshell
2021-02-16 14:17:41 -05:00
William Wernert
4affb20b27
Give context to metadata tool choice
2021-02-12 13:42:14 -05:00
William Wernert
724f5cad78
Warn user if using "securityonion" as hostname
2021-02-12 12:55:55 -05:00
Mike Reeves
4ef38f8d04
Add EPS and RAID status collection for telegraf
2021-01-25 19:14:46 -05:00
William Wernert
32839f8a53
[feat] Various input validation changes + fixes
...
* Keep invalid input in subsequent prompts
* Remove useless placeholder values
* Only set PROCS variable once
* Make input collection loops more consistent
2021-01-15 18:05:29 -05:00
William Wernert
8cb836a17a
[fix] Don't preset HOSTNAME var, interferes with automation
2021-01-15 16:22:07 -05:00
William Wernert
f4de5e28bf
[fix] Padding 3->4 spaces, don't use lookup_pillar before salt is installed
2021-01-15 08:57:14 -05:00
William Wernert
0f6805823e
[fix] Add spacing to whiptail menu + preset err
2021-01-15 08:35:37 -05:00
William Wernert
8793965f4a
[fix] Capitalization
2021-01-14 13:12:12 -05:00
William Wernert
3c22738ae1
[fix] Add example CIDR notation, remove placeholder X.X.X.X
2021-01-14 10:38:47 -05:00
William Wernert
8245b25835
[fix] Move metadata function
2021-01-13 17:28:19 -05:00
William Wernert
4dc3a6aa35
[refactor] Standardize list inputs to comma separated
2021-01-13 11:36:20 -05:00
William Wernert
d254fd960a
[feat] Add message explaining strings cannot contain spaces
2021-01-13 11:04:35 -05:00
William Wernert
0734998315
[fix] patch_schedule should not be local
2021-01-13 10:39:24 -05:00
William Wernert
ebac17ce38
[wip] Attempting to fix missing patch schedule prompts
2021-01-13 10:29:36 -05:00
William Wernert
ff69d022b3
[fix] Correct function call
2021-01-12 11:26:20 -05:00
William Wernert
38e37a0385
[refactor] Remove whiptail shard count prompt
2021-01-12 11:04:40 -05:00
William Wernert
5d077d278e
[feat] Add input validation to inputbox whiptail prompts
2021-01-12 11:02:33 -05:00
William Wernert
c1e32ed680
[refactor] Rename MD tool function to be more clear
2021-01-07 10:36:32 -05:00
William Wernert
fa06a38a3b
[refactor] Remove duplicate function
2021-01-07 10:36:01 -05:00
William Wernert
9d8fb79d9f
[feat] Reorder network-only prompt
2021-01-06 14:37:27 -05:00
William Wernert
80a3d8dcf8
[fix] Fix automation compatibility
2021-01-06 14:37:27 -05:00
William Wernert
0fa001ed92
[fix] Add more logic to network-only process
2021-01-04 09:27:22 -05:00
William Wernert
0a57b78900
[feat] Add option to set up only network on an iso
2020-12-29 12:52:21 -05:00
Mike Reeves
b6f2cdce8c
Fix whiptail menu
2020-12-17 15:57:13 -05:00
TOoSmOotH
96ebb98fc6
Change wording about true clustering again
2020-12-17 15:34:29 -05:00
TOoSmOotH
336ec18e09
Change wording about true clustering
2020-12-17 15:32:34 -05:00
Mike Reeves
bf1f00d2fe
Merge pull request #2348 from Security-Onion-Solutions/soup2320
...
SOUP Changes
2020-12-14 21:19:45 -05:00
TOoSmOotH
cbd59ed86a
SOUP Changes
2020-12-14 20:46:31 -05:00
William Wernert
aa281f849f
[feat] Add message about dropping to command line when setting up ssh key
2020-12-14 15:31:25 -05:00
William Wernert
3e2a9cc884
Merge branch 'dev' into experimental
2020-12-14 12:32:53 -05:00
Jason Ertel
bb61c1f745
Cleanup bash imports/sources, function definitions, and variables
2020-12-11 15:33:31 -05:00
William Wernert
25f2075e22
[fix] Revert bad change to whiptail_basic_zeek
2020-12-10 15:01:10 -05:00
William Wernert
58bcc79c54
[fix] Create full dir structure, rm /root/install_opt on failure
2020-12-10 14:17:47 -05:00
William Wernert
51650147ef
[fix] Only show network init message if valid
2020-12-09 09:59:44 -05:00
William Wernert
652c4d49c9
[fix] Remove extra semicolon
2020-12-09 09:47:57 -05:00
William Wernert
a8f1ec37a3
[refactor] Remove is_smooshed var
2020-12-08 15:29:48 -05:00
William Wernert
4210d25fae
[feat] Init network + soremote key early
2020-12-08 14:03:21 -05:00
William Wernert
997e2735e3
[refactor] Press -> select
2020-12-08 13:59:42 -05:00
William Wernert
d88364c9fd
[feat] Create error log for easy copy/paste
...
Resolves #2165
2020-12-07 14:18:01 -05:00
Mike Reeves
ddca9563e5
Merge branch 'mkrmerge' into escluster
2020-11-24 10:29:57 -05:00
William Wernert
e62b52da1b
[fix] Add condition to zeek state during setup for ZEEKVERSION
...
Fixes #1990
2020-11-20 09:58:07 -05:00
William Wernert
79ec1de83a
[fix] Add exit check for static ip whiptail menus
...
Fixes #1992
2020-11-20 09:56:48 -05:00
William Wernert
0542e0aa04
[fix] info -> title
2020-11-18 12:35:16 -05:00
William Wernert
ad74b4b3e0
[refactor][fix] Update reinstall logic
...
* Only set reinstall flag if new accept_changes file exists
* Instead of stopping highstate from running, kill all salt processes and remove their configs
* Make end of non-reinstall logs clear in cases where user cancels (and log not rotated)
2020-11-18 12:29:54 -05:00
William Wernert
a08923030b
[feat] Exit setup if less than required number of NICs present
2020-11-16 16:26:38 -05:00
William Wernert
b528fe1a03
[fix] Only show analyst on network installs
...
Closes #1682
2020-11-05 14:39:04 -05:00
William Wernert
b27b2e358b
[fix] Set MSRVIP variable before hosts file is overwritten
2020-11-05 13:38:08 -05:00
Jason Ertel
348c2feee2
Prevent usage of dollar signs in admin passwords during setup
2020-10-28 11:07:05 -04:00
Mike Reeves
97207bd006
Merge pull request #1702 from Security-Onion-Solutions/dockernet
...
Custom Docker IP Range
2020-10-28 10:48:56 -04:00