Files
openstack-api-simulator/docs/README.md
T
inecs 147f04c9a2 Fix Nova/Cinder stateful CRUD so the full surface and Pulumi matrix pass clean.
Persist aggregates and server security groups in domain tables, add Cinder quota
show from DB-backed defaults, align unit tests with OpenStack series, auto-pick
Keystone :5000/:15000 for smoke, and document test locations plus 6514/6514 results.
2026-07-18 09:38:45 +03:00

35 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
**Language / Язык:** [English](README.md) | [Русский](ru/README.md)
# Documentation
Guides for the OpenStack API Simulator laboratory. Switch language with the
header on each page. Russian mirrors live under [`ru/`](ru/README.md).
| Guide | Topic |
|---|---|
| [Getting started](getting-started.md) | First lab session (Compose) |
| [Kubernetes / Helm](kubernetes.md) | Cluster install, Ingress, cert-manager |
| [Configuration](configuration.md) | Env vars, Compose, Helm knobs |
| [Authentication](authentication.md) | Keystone tokens & seeded users |
| [Ports](ports.md) | Real OpenStack API ports (1:1 host publish) |
| [API surface](api-surface.md) | Specialized vs schema packs |
| [API versions](api-versions.md) | Yoga → Dalmatian series |
| [API coverage](api_coverage.md) | Generated operation counts |
| [Seed profiles](seed-profiles.md) | `minimal` / `demo` |
| [Clients](clients.md) | SDK / CLI |
| [Web UI](web-ui.md) | Console drawers |
| [Operations](operations.md) | Day-2, release, reseed, **testing** |
| [Architecture](architecture.md) | Components & request path |
| [Security](security.md) | Lab threat model |
| [Observability](observability.md) | Health & logs |
| [Troubleshooting](troubleshooting.md) | Common failures |
| [FAQ](faq.md) | Short Q&A |
| [Domains](domains/README.md) | Per-service notes |
| [Examples](examples/overview.md) | Client cookbooks |
| [Hypervisor-lab](hypervisor-lab.md) | Pulumi API coverage (all ops × series) |
Runnable cookbooks: [`examples/`](../examples/README.md).
Integration suites: [`pulumi-tests/`](../pulumi-tests/README.md).
Back to [README](../README.md).