Skip to content

Commit

Permalink
README: update to reflect current project status
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Sep 29, 2023
1 parent 866acf4 commit 59dd3d4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## Flasher - Server fleet firmware install automation.

Flasher is a vendor agnostic tool to automate firmware installats on a server fleet.
Flasher is a vendor agnostic tool to automate firmware installs across a server fleet.

flasher currently supports is Out of band component firmware installs, that is - firmware installs through the server BMC.

As of this release flasher depends on serverservice for the inventory and firmware information.
Flasher is currently limited to installing firmware `Out of band` - through the host BMC.

```mermaid
graph TB
Expand All @@ -14,6 +12,9 @@ graph TB
a((Flasher))-- 4. install firmware -->sb(ServerA BMC)
```

Flasher currently depends on various services to accept work and have it
completed, check out the [sandbox](https://github.com/metal-toolbox/sandbox)
for steps to have the dependencies running and install firmware on a server.

## build

Expand Down

0 comments on commit 59dd3d4

Please sign in to comment.