From db44c5111361c2693652bca05b0b2b31ebcc12f0 Mon Sep 17 00:00:00 2001 From: David Allen Date: Wed, 14 Aug 2024 14:44:22 -0600 Subject: [PATCH] Added disclaimer about incompatibility with SMD --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79527bb..a9e9cc1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ The `magellan` CLI tool is a Redfish-based, board management controller (BMC) discovery tool designed to scan networks and is written in Go. The tool collects information from BMC nodes using the provided Redfish RESTful API with [`gofish`](https://github.com/stmcginnis/gofish) and loads the queried data into an [SMD](https://github.com/OpenCHAMI/smd/tree/master) instance. The tool strives to be more flexible by implementing multiple methods of discovery to work for a wider range of systems (WIP) and is capable of using independently of other tools or services. +**Note: `magellan` v0.1.0 is incompatible with SMD v2.15.3 and earlier.** + ## Main Features The `magellan` tool comes packed with a handleful of features for doing discovery, such as: