Add fake system driver docs

Co-authored-by: Dmitry Tantsur <dtantsur@protonmail.com>
Change-Id: I38b7e4d8c532d2158b7ab19ce40d76cc4e9450f3
This commit is contained in:
Mohammed Boukhalfa
2024-07-25 13:57:41 +03:00
parent e402462e30
commit 6958f7afef

View File

@@ -378,6 +378,15 @@ Or update their boot device:
-H "Content-Type: application/json" -X PATCH \
http://localhost:8000/redfish/v1/Systems/<uuid>
Systems resource driver: fake
+++++++++++++++++++++++++++++
The ``fake`` system driver is designed to conduct large-scale testing of
Ironic without having a lot of bare-metal machines or being able to create a
large number of virtual machines. When the Redfish emulator is configured with
the ``fake`` system backend, all operations just return success. Any
modifications are done purely in the local cache. This way, many Ironic
operations can be tested at scale without access to a large computing pool.
Filtering by allowed instances
++++++++++++++++++++++++++++++