Initial release of the oVirt/RHV Engine API simulator.

Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release
targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
This commit is contained in:
2026-07-18 04:49:28 +03:00
commit cbd0adca91
218 changed files with 246804 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
**Language / Язык:** [English](README.md) | [Русский](README.ru.md)
# Examples
| Path | What |
|---|---|
| [`docs/examples/`](../docs/examples/overview.md) | curl / Python / Ansible / Terraform snippets |
| [`pulumi-tests/`](../pulumi-tests/README.md) | Pulumi contract coverage across all Engine series |
```bash
make up && make seed
make test-pulumi
# report: pulumi-tests/reports/pulumi-contract-coverage.html
```
+14
View File
@@ -0,0 +1,14 @@
**Language / Язык:** [English](README.md) | [Русский](README.ru.md)
# Примеры
| Путь | Что |
|---|---|
| [`docs/examples/`](../docs/ru/examples/overview.md) | Сниппеты curl / Python / Ansible / Terraform |
| [`pulumi-tests/`](../pulumi-tests/README.ru.md) | Pulumi-покрытие контрактов по всем series Engine |
```bash
make up && make seed
make test-pulumi
# отчёт: pulumi-tests/reports/pulumi-contract-coverage.html
```