sushy-tools/releasenotes/notes/fakedriver-819d46b6f1e18081.yaml
Dmitry Tantsur fac4725739 Add a fake system driver
I would like to scale-test Ironic in presence of many nodes. To make it
possible without creating many VMs, this new driver allows having fake
Redfish systems that react to the API, but do not do anything.

This change is enough to make the "ramdisk" deploy work. As the next
step, we can introduce a fake IPA implementation that allows the normal
deploy to "work" (as in: finish successfully).

Change-Id: I23f5472471dd4faf78a067d490d785b3b15db42b
2022-02-23 16:03:28 +01:00

10 lines
299 B
YAML

---
features:
- |
Adds a fake system driver (actived using the ``--fake`` argument) that
does not have an actual backend and works by storing all values in
the cache.
It is currently functional enough for the Ironic's ``ramdisk`` deploy
(and undeploy) to finish successfully.