Files
inecs 9c94df119b Document the test matrix and record the 2026-07-18 Pulumi 9150/9150 run.
Add EN/RU testing guides, link them from README and docs indexes, and drop
stale native Python/Ansible/Terraform suite references.
2026-07-18 09:39:03 +03:00

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.