Commit graph

338 commits

Author SHA1 Message Date
David Allen
80c645f85f
Update rf-emulator.yml to map ports correctly
Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
2024-07-17 11:35:59 -06:00
David Allen
1614909204
Merge pull request #41 from OpenCHAMI/emulator
Added emulator for testing with docker/compose
2024-07-16 16:02:54 -06:00
David Allen
53efe7c6b7
Added detail in README.md about emulator 2024-07-16 16:01:36 -06:00
David Allen
fcd2aae259
Added emulator for testing with docker/compose 2024-07-16 15:53:57 -06:00
David Allen
45d614dff4
Merge pull request #39 from cjh1/collection-nis
Store network interfaces during collect
2024-07-11 10:32:31 -06:00
Chris Harris
fcebaec631
Add network interfaces to system information 2024-07-11 11:26:32 -04:00
Chris Harris
ab16c8d5fd
Remove unnecessary marshal/umarshal 2024-07-11 10:45:53 -04:00
Chris Harris
70fc040da1
Add network interfaces to crawl 2024-07-10 11:51:55 -04:00
David Allen
396cbae31e
Merge pull request #37 from OpenCHAMI/36-running-the-crawl-subcommand-without-arguments-causes-a-crash
fix #36 and provide better error handling
2024-07-02 15:15:13 -06:00
Alex Lovell-Troy
09eb48a241
Update crawl command to improve URI handling and provide clearer instructions 2024-07-02 16:55:17 -04:00
Alex Lovell-Troy
afe84f6129
chore: Clean up URI handling in crawl command 2024-07-02 16:37:39 -04:00
Alex Lovell-Troy
eccd9adb41
Improve crawl instruction and log Redfish Version 2024-07-02 16:25:28 -04:00
Alex Lovell-Troy
fdc574f5f2
Improved Error handling without panics 2024-07-01 13:53:32 -04:00
David Allen
e26bd175f1
Merge pull request #35 from cjh1/scan-timestamp
Add timestamp to scan results cache
2024-07-01 09:20:13 -06:00
Alex Lovell-Troy
3386690f17
Add uri positional argument and remove uri flag 2024-07-01 10:59:42 -04:00
Chris Harris
6aeffc92f1
Add timestamp to scan results cache 2024-06-28 12:16:45 -04:00
Alex Lovell-Troy
5f86f9a378
Merge pull request #34 from OpenCHAMI/alovelltroy/add-single-crawl 2024-06-28 17:44:24 +03:00
Alex Lovell-Troy
895128c868
Merge branch 'main' into alovelltroy/add-single-crawl 2024-06-28 17:44:14 +03:00
Alex Lovell-Troy
e6325719f4
Update crawler to better handle odd Redfish implementations 2024-06-28 06:17:22 +02:00
Alex Lovell-Troy
a7d5b0ebbb
Add standalone command for querying a single BMC and outputting inventory json 2024-06-27 08:56:45 +02:00
David Allen
c80aba6cf8
Update README.md
Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
2024-06-26 10:35:02 -06:00
David Allen
5072b9bc21
Merge pull request #30 from OpenCHAMI/cleanup
Clean up various miscellaneous issues and improve collecting system and ethernet interface info
2024-06-10 14:21:03 -06:00
David Allen
68069558ee
Added print for systems before unmarshaling 2024-06-05 08:35:13 -06:00
David Allen
00ead8954a
Added small improvements to some print messages 2024-06-04 12:14:42 -06:00
David Allen
804342783a
Appended EthernetInterfaces to manager link string 2024-05-29 14:07:58 -06:00
David Allen
389a61be1b
Changed how ethernet interfaces are retrieved via managers 2024-05-29 13:58:44 -06:00
David Allen
a5644476f3
Fixed comparison again... 2024-05-28 17:27:00 -06:00
David Allen
8436d8923e
Fixed comparison for managers 2024-05-28 17:20:17 -06:00
David Allen
63669ad369
Changed how CollectSystem fetches system data 2024-05-22 14:44:32 -06:00
David Allen
495ee9cc2a
Added debug print to check for systems 2024-05-20 08:17:06 -06:00
David Allen
ae33ff1bd8
Added more error checks 2024-05-16 16:00:26 -06:00
David Allen
81dee7f1c9
Added temp print statement(s) 2024-05-16 15:54:53 -06:00
David Allen
08a2c8ede7
Removed password from data sent and slightly changed error messages 2024-05-16 15:52:40 -06:00
David Allen
0a3489f575
Changed systems nil check to check count instead 2024-05-16 15:49:56 -06:00
David Allen
472735fb9d
Added an error catch for CollectAll in cmd 2024-05-16 15:41:07 -06:00
David Allen
b024675e92
Added error related util functions 2024-05-16 15:18:12 -06:00
David Allen
9c5fd3c142
Added more error messages 2024-05-16 15:16:43 -06:00
David Allen
978790f081
Added print for URL when system is NIL 2024-05-16 14:48:38 -06:00
David Allen
1aab3796be
Added error messages for checks 2024-05-16 14:41:17 -06:00
David Allen
477bbdeece
Added extra check and work around if system returns nil 2024-05-16 10:44:08 -06:00
David Allen
66bf6e0557
Fixed viper defaults for certs 2024-05-16 10:36:53 -06:00
David J. Allen
6e2b682529
Updated README.md 2024-05-13 15:28:03 -06:00
David J. Allen
9828195533
Removed the IPMI port from GetDefaultPorts 2024-05-13 15:27:21 -06:00
David Allen
c1e9180c56
Merge pull request #28 from OpenCHAMI/cleanup
More clean up and updated README
2024-05-13 10:41:47 -06:00
David Allen
ca2f3990fa
Merge branch 'main' into cleanup 2024-05-13 10:41:29 -06:00
David J. Allen
d86532e96a
Added a firmware updating section to README.md 2024-05-13 09:30:17 -06:00
David J. Allen
0f74e1e7f7
Added more output messages for handling errors 2024-05-10 17:00:21 -06:00
David J. Allen
f4540ea4ce
Changed db.path flag to cache 2024-05-10 14:54:34 -06:00
David J. Allen
24cbae6570
Updated README.md 2024-05-10 14:50:11 -06:00
David J. Allen
ac86a12ce0
Made user and pass flags required together 2024-05-10 13:52:00 -06:00