Files
openstack-api-simulator/docs/README.md
T
inecs b2e301dd32 Add SemVer VERSION, Jenkins CI/CD, and release 0.1.1.
Ship Harbor/Hub push with latest+version tags, deploy to openstack.devops.org.ru, and show the package version badge in Help → About.
2026-07-28 00:57:38 +03:00

36 lines
1.7 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 |
| [CI/CD (Jenkins)](ci-cd.md) | VERSION, Harbor/Hub push, deploy |
| [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).