William Wernert
b2fcd438c2
Initial support for checking state of manager during setup
2021-04-09 09:39:33 -04:00
William Wernert
a5f5888913
Summary order change
2021-04-07 17:03:08 -04:00
William Wernert
3c69c0c24c
Correct patch schedule name logic in summary
2021-04-07 14:15:02 -04:00
William Wernert
3a4cf8aa26
Add proxy url/user to summary
2021-04-07 13:54:01 -04:00
William Wernert
ec076bba4a
MTU is not always set by the user, so don't always show in summary
2021-04-07 13:42:18 -04:00
William Wernert
f83ac5a278
Print install summary to file and setup log after user confirms
2021-04-07 13:38:47 -04:00
William Wernert
377b14ccb1
ESCLUSTERNAME is empty for standalone, so check if it's set before listing
2021-04-07 13:20:55 -04:00
William Wernert
ceb1ea61dc
Summary screen changes
2021-04-07 13:15:49 -04:00
William Wernert
88c565feae
Fix proxy test logic
2021-04-07 10:14:16 -04:00
William Wernert
099ac2ff19
Minor formatting changes to whiptail end screen
2021-04-07 09:06:22 -04:00
William Wernert
b70d9c0892
Add end summary and warning about SSH host key change
2021-04-06 13:20:56 -04:00
William Wernert
dfe5e73608
Merge branch 'feature/node-description' into foxtrot
2021-03-31 16:02:12 -04:00
William Wernert
eb674b3b93
Validate list of ntp servers (ip4, hostname, or fqdn)
2021-03-25 14:45:33 -04:00
William Wernert
184c763b02
[fix] Export correct variable to check later in setup
2021-03-23 09:36:08 -04:00
William Wernert
449e0d853c
Initial support for ntp service via chronyd
2021-03-22 15:52:51 -04:00
William Wernert
50fa0dc81a
Allow user to enter a description during setup
...
Resolves #2404
2021-03-22 11:32:37 -04:00
William Wernert
c910a2d2a0
Change proxy prompt to default to no
2021-03-18 09:52:11 -04:00
William Wernert
c8bbe078a6
Use more lines on proxy error message
2021-03-16 11:42:15 -04:00
William Wernert
59c62393b5
Change back to validating proxy, show user error message from curl
2021-03-16 10:18:02 -04:00
William Wernert
302d6e03be
Merge branch 'dev' into foxtrot
2021-03-12 11:36:26 -05:00
doug
edb88ac09a
FIX: Improve Setup verbiage #3422
2021-03-12 10:54:44 -05:00
William Wernert
0d01f63e3b
[fix] Confirm proxy password
2021-03-11 11:46:46 -05:00
William Wernert
5c7d3656dd
[fix] Don't try to create so_proxy during automated installs, just set it
2021-03-08 12:26:17 -05:00
William Wernert
2e56252f54
[wip] Syntax fixes
2021-03-04 11:54:21 -05:00
William Wernert
13dc822197
[wip] Ask user if they want to re-enter the proxy
2021-03-04 11:53:08 -05:00
William Wernert
7ee0fd6375
[wip] Specify setup log location to user when directing them to it
2021-03-04 11:31:22 -05:00
William Wernert
3d5cf128ae
[wip] Test proxy before using it
2021-03-03 15:02:21 -05:00
William Wernert
e951e9d9c5
[wip] Further proxy changes
...
* Remove unused docker.conf template
* Rename proxy variable to avoid name collision
* Reword address prompt to specify users should not include user:pass in their input
* Actually call the collect_proxy function
2021-03-03 12:19:14 -05:00
William Wernert
26b1da744c
[wip] Reword proxy yesno prompt
2021-03-03 12:01:15 -05:00
William Wernert
83791d87c7
[wip][fix] Use passwordbox for proxy password
2021-03-03 11:58:45 -05:00
William Wernert
2b94fa366e
[wip] Add auth inputs for proxy settings, fix some broken logic
2021-03-03 09:51:38 -05:00
William Wernert
de77d3ebc9
[wip] Initial work for setting up proxy on manager
2021-03-02 17:41:49 -05:00
William Wernert
a18dd869c4
Merge branch 'dev' into feature/setup
2021-03-02 10:23:33 -05:00
William Wernert
61611b8de2
Fix Elasticsearch disk space prompt
...
Resolves #3205
2021-03-02 10:23:04 -05:00
William Wernert
fd877a2256
Fix logic for configure network option in setup
2021-02-26 15:40:20 -05:00
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