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:
@@ -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
|
||||
Reference in New Issue
Block a user