summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarson Labrado <clabrado@google.com>2022-10-14 01:43:57 +0300
committerEd Tanous <ed@tanous.net>2023-03-01 03:28:05 +0300
commita88562de3928f88e71505e629b640adfc00c2b62 (patch)
treee7c51faa757295c137b0eec827f8db2c667af1bc /README.md
parentca165b9944a1472f9c6ddf0e222f571da92b8133 (diff)
downloadbmcweb-a88562de3928f88e71505e629b640adfc00c2b62.tar.xz
Aggregation: Document Redfish aggregation
Adds documentation on Redfish aggregation. Includes an overview of its current capabilities as well as how to enable and use the feature. Signed-off-by: Carson Labrado <clabrado@google.com> Change-Id: Ife8dae921e2d9772e7676dc927b41f7dfc00c047
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8abaa61ec1..6a06da1187 100644
--- a/README.md
+++ b/README.md
@@ -90,3 +90,9 @@ read/written can seen from the `persistent_data` namespace.
When SSL support is enabled and a usable certificate is not found, bmcweb will
generate a self-signed a certificate before launching the server. Please see the
bmcweb source code for details on the parameters this certificate is built with.
+
+## Redfish Aggregation
+
+bmcweb is capable of aggregating resources from satellite BMCs. Refer to
+[AGGREGATION.md](https://github.com/openbmc/bmcweb/blob/master/AGGREGATION.md)
+for more information on how to enable and use this feature.