summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.