Skip to content

Commit

Permalink
describe the rehome in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Nov 1, 2023
1 parent bf8f2e3 commit 801eb3e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Cray Hardware State Manager (smd)
# State Management Database(smd)

This is a fork of the original SMD code from [Cray-HPE/hms-smd](https://github.com/Cray-HPE/hms-smd), suitable only for experimentation and demo purposes at this point.

While the OpenCHAMI smd daemon is fundamentally the same as the original from HPE, it differs in a few ways:

* The vendor directory has been removed and the go version has been updated
* Releases are handled with goreleaser and containers are published to ghcr.io
* Additional commandline arguments are available to disable internal "threads" in favor of external daemons
* The `/components` endpoint supports POST
* HPE build and test frameworks are not used

It still provides inventory management services for HPC systems based on BMC discovery and enumeration.

The rest of this README is unchanged from the HPE version.
__________________________________________________________________

The Shasta Hardware State Manager monitors and interrogates hardware components
Expand Down

0 comments on commit 801eb3e

Please sign in to comment.