Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammed Boukhalfa <[email protected]>
  • Loading branch information
mboukhalfa committed Sep 18, 2024
1 parent 791418e commit 730896d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains source code for the following container images.

## iPXE builder image

This repository provides the ability to build an OCI container that:
This directory provides the ability to build an OCI container that:

- Provides customizable custom IPXE firmware building functionality.

Expand Down Expand Up @@ -60,3 +60,17 @@ functionality:
- `IPXE_CHAIN_HOST` this ip will be used to start chainloading by a TLS enabled
iPXE firmware, this value is used to render the embed.ipxe.j2 script template
(default: `0.0.0.0`)

## Fake Ironic Python Agent

FakeIPA is a tool to help test ironic scalability.

FakeIPA simulate the IPA by:

- Running an API server with the needed real IPA endpoint.
- Send back fake inspection data when requested.
- Lookup the node and save tokens.
- Heartbeating to Ironic API with several threads looping over
a queue of fake agents.
- Faking the sync/async commands needed by ironic to inspect,
clean and provision a node.

0 comments on commit 730896d

Please sign in to comment.