9c94df119b
Add EN/RU testing guides, link them from README and docs indexes, and drop stale native Python/Ansible/Terraform suite references.
1.1 KiB
1.1 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 (9150/9150 as of 2026-07-18) |
| Troubleshooting clients | Common client failures |
Prerequisites: make up && make seed (or make seed-demo).
Full project test matrix: Testing.