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
+10
View File
@@ -0,0 +1,10 @@
DATABASE_URL=postgresql://ovirt:ovirt@postgres:5432/ovirt_simulator
TEST_DATABASE_URL=postgresql://ovirt:ovirt@postgres:5432/ovirt_simulator
LOG_LEVEL=INFO
TICKET_SIGNING_KEY=development-only-signing-key-change-me
APP_PORT=8080
OVIRT_SERIES=4.5
SEED_PROFILE=minimal
# Host publish (only two ports): Engine HTTPS + Web UI.
OVIRT_ENGINE_PORT=443
OVIRT_UI_PORT=5000