cbd0adca91
Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
1.0 KiB
1.0 KiB
Language / Язык: English | Русский
Clients & examples
Use the inline snippets below and the Pulumi contract-coverage lab under
pulumi-tests/.
Base URL and credentials
| Setting | Value |
|---|---|
| Engine API | https://127.0.0.1/ovirt-engine/api |
| SSO token | https://127.0.0.1/ovirt-engine/sso/oauth/token |
| Web UI | http://127.0.0.1:5000/ |
| User | admin@internal |
| Password | secret |
Disable HTTP proxies for local clients:
unset HTTP_PROXY HTTPS_PROXY ALL_PROXY http_proxy https_proxy all_proxy
export NO_PROXY='*'
Guides
| Guide | Focus |
|---|---|
| Python requests | Raw HTTPS Basic / OAuth |
| Ansible | uri module against Engine |
| Terraform | IaC notes |
| Pulumi | Full contract coverage + HTML report |
| Troubleshooting clients | Common client failures |
Prerequisites: make up && make seed (or make seed-demo).