mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Minor tweaks and updated README.md
This commit is contained in:
parent
4de7803167
commit
34367f830a
4 changed files with 33 additions and 25 deletions
|
|
@ -37,6 +37,12 @@ var collectCmd = &cobra.Command{
|
|||
WithSecureTLS: withSecureTLS,
|
||||
}
|
||||
magellan.CollectInfo(&probeStates, l, q)
|
||||
|
||||
// confirm the inventories were added
|
||||
err = smd.GetRedfishEndpoints()
|
||||
if err != nil {
|
||||
l.Log.Errorf("could not get redfish endpoints: %v", err)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue